Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 209 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 209 Bytes

ansible-playground

Ansible Playground

ansible all -m ping -u root
ansible all -a "df -h" -u root
ansible all -m apt -a "name=vim state=latest" -u root
ansible server1:server2 -m ping -u root