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

12 lines
432 B
Markdown
Raw Permalink Normal View History

2018-08-02 11:46:44 +02:00
# 6 - Facts
2018-08-01 15:25:44 +02:00
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`