heidsoft / cloud-bigdata-book

write book
56 stars 33 forks source link

ansible-tutorial #24

Closed heidsoft closed 5 years ago

heidsoft commented 7 years ago

https://serversforhackers.com/an-ansible-tutorial

heidsoft commented 7 years ago

http://docs.ansible.com/ansible/script_module.html

heidsoft commented 7 years ago

ansible all -m ping -s -k -u vagrant ansible all -s -m shell -a 'apt-get install nginx' ansible all -s -m apt -a 'pkg=nginx state=installed update_cache=true'

heidsoft commented 7 years ago

ansible all -m shell -a "bash /opt/test/server_2_0_20170105-18_release/test/stop.sh"