update readme!
This commit is contained in:
parent
fdc4b816d5
commit
2b9e169a90
1 changed files with 13 additions and 9 deletions
|
@ -1,18 +1,22 @@
|
||||||
executable scripts to use ansible on the system
|
ans-needs-reboot - check which hosts need to be rebooted due to kernel or
|
||||||
|
other critical updates
|
||||||
|
|
||||||
describe-instances is to get a simple list of all the instances under an
|
ans-vhost-freemem - display freememory per vhost
|
||||||
account in the eucalyptus cloudlet.
|
|
||||||
|
|
||||||
normal invocation:
|
auth-keys-from-fas - run to pull ssh auth keys from fas for users to push
|
||||||
|
onto systems
|
||||||
|
|
||||||
|
freezelist - run to see if a host is included in the change-freeze or not
|
||||||
|
|
||||||
sudo -i watch /srv/web/infra/ansible/scripts/describe-instances
|
ok-nagios - tells nagios to start notifying again
|
||||||
|
|
||||||
so you can see it update/change
|
shutup-nagios - tells nagios to shut the hell up
|
||||||
|
|
||||||
|
which_playbook - lets you look up which playbook (and how to run it) for
|
||||||
|
running the deployment/maintenance playbook for any given
|
||||||
|
host
|
||||||
|
ex: which_playbook kernel01.qa.fedoraproject.org
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
terminate-instances <ip or id>
|
|
||||||
To shutdown an instance just run:
|
|
||||||
|
|
||||||
sudo -i /srv/web/infra/ansible/scripts/terminate-instances ip-of-instance
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue