Talk:Ansible: Difference between revisions

Line 250:
last_name: done
home_dir: /home/test2
 
= Facts =
 
* Contain discovered information about a host
* Can be used in conditional statements to make sure certain tasks run only if they are necessary.
* Setup module is used to gather fact information
ansible servers -m setup