Basic | |
---|---|
hosts file | hosts root@ansible /etc/ansible# more /etc/ansible/hosts . . . [vpls] 192.168.0.201 192.168.0.202 192.168.0.203 192.168.0.204 |
ping | ansible vpls -m ping -u ocnos -k |
General
Content
Integrations
Basic | |
---|---|
hosts file | hosts root@ansible /etc/ansible# more /etc/ansible/hosts . . . [vpls] 192.168.0.201 192.168.0.202 192.168.0.203 192.168.0.204 |
ping | ansible vpls -m ping -u ocnos -k |