Well, what is the value of "host"?

It's a variable -- is it defined?  Does it have a sane value?

If you're looking for the value of the "current" host, you can reference
'ansible_fqdn' directly: {{ ansible_fqdn }}.  Otherwise, make sure that
host is defined and holds the value it's supposed to with the *debug*
 module.


On Wed, Apr 16, 2014 at 2:49 PM, Servermanaged <[email protected]>wrote:

> 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<https://groups.google.com/d/msgid/ansible-project/CAJne%3DXr4QdUv0vR2nPrULLGbxzTakUpfu0-UtCxYNtFT3d6Dtg%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/CAK6JQEGRS0EB84oEzZS_hY9pVkDFb2gK92Mh-abC-MQ9j8m8Vg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to