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:
Check if the inventory is manageable:
ansible -i hosts.yml all -m ping
Collect and print out data from the managed node:
ansible-navigator run collect_data.yml -i hosts.yml -m stdout
Set up some system resources:
ansible-navigator run system_setup.yml -i hosts.yml -m stdout
Check up system resources:
ansible-navigator run system_checkup.yml -i hosts.yml -m stdout