ansible

Manage groups of computers remotely over SSH. Use the /etc/ansible/hosts…

ansible

Manage groups of computers remotely over SSH. Use the /etc/ansible/hosts file to add new groups/hosts.

ansible {{group}} --list-hosts

ansible {{group}} -m ping

ansible {{group}} -m setup

ansible {{group}} -m command -a '{{my command}}'

ansible {{group}} --become --ask-become-pass -m command -a '{{my command}}'

ansible {{group}} -i {{inventory_file}} -m command -a '{{my command}}'

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← anki ansible-doc →