Ansible

Aus
Wechseln zu: Navigation, Suche

Webseite

https://www.ansible.com

Beispiele

ansible -m shell -a 'ping -c 3 172.17.0.1' all
ansible -m ping all
ansible -m shell -a 'hostname' all
ansible -m shell -a 'apt-get update' all