2012-10-08 19:35:54 +00:00
|
|
|
executable scripts to use ansible on the system
|
2012-11-01 15:27:27 +00:00
|
|
|
|
2012-11-06 18:51:35 +00:00
|
|
|
describe-instances is to get a simple list of all the instances under an
|
2012-11-01 15:27:27 +00:00
|
|
|
account in the eucalyptus cloudlet.
|
|
|
|
|
|
|
|
normal invocation:
|
|
|
|
|
2012-11-01 15:29:53 +00:00
|
|
|
|
2012-11-06 18:51:35 +00:00
|
|
|
sudo -i watch /srv/web/infra/ansible/scripts/describe-instances
|
2012-11-01 15:27:27 +00:00
|
|
|
|
|
|
|
so you can see it update/change
|
|
|
|
|
2012-11-06 18:22:57 +00:00
|
|
|
|
|
|
|
|
|
|
|
terminate-instances <ip or id>
|
|
|
|
To shutdown an instance just run:
|
|
|
|
|
|
|
|
sudo -i /srv/web/infra/ansible/scripts/terminate-instances ip-of-instance
|