Ansible: Difference between revisions
| Line 98: | Line 98: | ||
* environemnt | * environemnt | ||
'''inventory_hostname''' is the name of the hostname as configured in | '''inventory_hostname''' is the name of the hostname as configured in Ansible's inventory host file. '''ansible_hostname''' is the discovered hostname | ||
You can use a variables file to put sensitive data in a different file (one excluded from git). | You can use a variables file to put sensitive data in a different file (one excluded from git). | ||