README.md

102-simple-playbook

The lab enables you to gain the skills in creating simple playbooks in running them.

To quickly check how this lab works, do the following:

  1. Check if the inventory is manageable:

    ansible -i hosts.yml all -m ping

  2. Collect and print out data from the managed node:

    ansible-navigator run collect_data.yml -i hosts.yml -m stdout

  3. Set up some system resources:

    ansible-navigator run system_setup.yml -i hosts.yml -m stdout

  4. Check up system resources:

    ansible-navigator run system_checkup.yml -i hosts.yml -m stdout

Конвейеры
0 успешных
0 с ошибкой