ansible-labs/030.Task_Inclusion/030.Task_Inclusion.md

12 lines
405 B
Markdown
Raw Permalink Normal View History

2018-08-02 11:46:44 +02:00
# 3 - Task Inclusion
2018-08-01 10:12:16 +02:00
This exercise allows you to use the inclusion mechanisms allowing to have more reusability among your playbooks.
## Playbook modification
Take the playbook you have written in the previous step (or the solution) and externalize the task into an external file.
Run it again to ensure, it is working as expected.
## Validation
There is an example solution in the `solution` folder.