can you point me to Ansible doc For this also

I need to use only test or test1 


On Sunday, April 14, 2019 at 3:43:54 PM UTC+5:30, Raghavendra Rao wrote:
>
> You can use inventory_hostname.
>
> This takes the name of the hosts as configured in the inventory file.
>
> On Sun, 14 Apr 2019, 09:34 Kunalsing Thakur, <bits.k...@gmail.com 
> <javascript:>> wrote:
>
>> - hosts: test.example.com, test1.example.com
>>   gather_facts: false
>>   tasks:
>>   - name: checking uptime for {{ ansible_hostname }}
>>     command: uptime
>>     when: ( "slave" in uriresult.content )
>>
>> -- 
>> 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 ansible...@googlegroups.com <javascript:>.
>> To post to this group, send email to ansible...@googlegroups.com 
>> <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/ansible-project/ac8fb70f-99cc-4192-b1e4-94dc199964ca%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/ansible-project/ac8fb70f-99cc-4192-b1e4-94dc199964ca%40googlegroups.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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/6657e233-a669-4694-a58b-9681ee4d3ded%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to