Verwalten von Computergruppen per Fernzugriff über SSH. Verwenden Sie die Datei /etc/ansible/hosts, um neue Gruppen/Hosts hinzuzufügen. Mehr Informationen: https://www.ansible.com/.
ansible {{Gruppe}} --list-hosts
mögliche {{Gruppe}} -m ping
mögliche {{Gruppe}} -m setup
mögliche {{Gruppe}} -m command -a '{{mein_command}}'
möglich {{Gruppe}} --become --ask-become-pass -m command -a '{{mein_command}}'
möglich {{Gruppe}} -i {{Inventardatei}} -m command -a '{{mein_command}}'