Inventory

Zuordnung der Hosts zu Gruppen anzeigen

ansible localhost -m debug -a 'var=groups'
ansible -i <inventory> localhost -m debug -a 'var=groups'
ansible-inventory --list
ansible-inventory --graph
ansible-inventory --host [NAME]