fedora-ansible/scripts
Seth Vidal 8ee0668851 add a nagios group to inventory
add shutup-nagios and ok-nagios scripts to do those things quickly
2013-03-02 06:56:31 +00:00
..
README move my-describe-instances to 'describe-instances' and update docs 2012-11-06 18:52:32 +00:00
ans-needs-reboot script that dumps out what hosts need to be rebooted. takes groups from --host 2012-12-13 17:00:46 +00:00
auth-keys-from-fas - add toshio's auth-keys-from-fas script to ansible public 2012-10-26 17:19:47 +00:00
describe-instances fix up the describe-instances script to work with rhel6 prettytable 2012-12-14 04:51:35 +00:00
ok-nagios add a nagios group to inventory 2013-03-02 06:56:31 +00:00
shutup-nagios add a nagios group to inventory 2013-03-02 06:56:31 +00:00
terminate-instances add terminate-instances to scripts in ansible public repo 2012-11-05 15:20:14 +00:00

README

executable scripts to use ansible on the system

describe-instances is to get a simple list of all the instances under an
account in the eucalyptus cloudlet.

normal invocation:


sudo -i watch /srv/web/infra/ansible/scripts/describe-instances

so you can see it update/change



terminate-instances <ip or id>
To shutdown an instance just run:

sudo -i /srv/web/infra/ansible/scripts/terminate-instances ip-of-instance