I'm sorry but there's another question. This time I want to access {{
hostvars[host]['ansible_fqdn'] }} within a task:
- name: Copy Host Definition (Server)
template: src=templates/host_def.j2 dest=/etc/icinga/servers/{{
hostvars[host]['ansible_fqdn'] }}.cfg owner=root group=root mode=0644
notify:
- restart icinga
tags:
- server_host
This task don't work. There's a way to access ansible_fqdn?
Regards.
2014-04-16 20:19 GMT+02:00 Brian Coca <[email protected]>:
> adding a 'gather play' before your main play would work
>
> - hosts: hostB
> gather_facts: True
>
> - hosts: hostA
> ....
>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Ansible Project" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/ansible-project/KqoF9a8lusc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/CADn%2BHsymykUdNm8yaF91qMDh28GJ25Ct9FED6E%3DoZFCPeoyrxA%40mail.gmail.com<https://groups.google.com/d/msgid/ansible-project/CADn%2BHsymykUdNm8yaF91qMDh28GJ25Ct9FED6E%3DoZFCPeoyrxA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/CAJne%3DXr4QdUv0vR2nPrULLGbxzTakUpfu0-UtCxYNtFT3d6Dtg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.