September 2018
Beginner to intermediate
214 pages
5h 53m
English
This folder contains a test environment with an inventory file and a playbook script to test the role. It is usually used by the developers to test any new changes that have happened to the role. It also serves as a sample configuration for new users to follow the running of the role. The playbook script within the test folder looks as follows:
```tests/test.yml:---- hosts: servers remote_user: setup become: yes roles: - ntpclient.lab.edu```
Read now
Unlock full access