ansible-labs/060.Facts/060.Facts.md

12 lines
433 B
Markdown
Raw Normal View History

2018-08-01 15:25:44 +02:00
# 60 - Facts
This exercise makes you use facts to adapt content
## Playbook modification
Improve the playbook you created in the previous step to use the FQDN (*Fully Qualified Domain Name*) gathered as a fact instead of the inventory hostname.
## Validation
Run the playbook and then try to connect to each host to validate you see the customized banner on ssh connection.
There is a working playbook in `solution/solution.yml`