README.md

    102 Inventory Management

    The lab enables you to gain the skills need to describe Ansible inventory and manage remote hosts using it.

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

    ansible -i hosts.yml stand-1.education.stand -m ping`
    ansible-navigator inventory -i <inventory> --list -m stdout
    ansible-navigator inventory -i hosts.yml --graph -m stdout
    ansible -i hosts.yml "web:control" -m ping
    ansible -i hosts.yml "node1,node3" -m ping
    
    Конвейеры
    0 успешных
    0 с ошибкой