Changes

Jump to: navigation, search

ReleaseEngineering/How To/Use Ansible for AdHoc Updates

75 bytes added, 23:19, 15 January 2015
Run an ad-hoc command:: Add details to run a command section.
==Run an ad-hoc command:==
 
These commands should be run from within the build-ansible directory.
Add a file "/tmp/foo" to every tst-linux64 host: <code>ansible -u root -i ec2-inventory.py -a "touch /tmp/foo" tst-linux64</code>
Rm Remove the file: <code>ansible -u root -i ec2-inventory.py -a "rm /tmp/foo" tst-linux64</code>
Similarly, replace tst-linux64 with tst-linux32, try-linux32, etc...
78
edits

Navigation menu