Verwalte Computergruppen per Fernzugriff über SSH (Verwende die Datei
/etc/ansible/hosts
, um neue Gruppen/Hosts hinzuzufügen). Manche Unterbefehle wiegalaxy
sind separat dokumentiert. Weitere Informationen: https://www.ansible.com/.
ansible {{gruppe}} --list-hosts
ansible {{gruppe}} -m ping
ansible {{gruppe}} -m setup
ansible {{gruppe}} -m command -a '{{befehl}}'
ansible {{gruppe}} --become --ask-become-pass -m command -a '{{befehl}}'
ansible {{Gruppe}} -i {{inventardatei}} -m command -a '{{befehl}}'
ansible localhost -m debug -a '{{var=groups.keys()}}'