diff options
| author | Seth Vidal <skvidal@fedoraproject.org> | 2013-05-24 21:05:40 +0000 |
|---|---|---|
| committer | Seth Vidal <skvidal@fedoraproject.org> | 2013-05-24 21:05:40 +0000 |
| commit | 2b9e169a90456356df9333316be1657bcd6d0851 (patch) | |
| tree | 58ad61f1d6c980622360db1b054a55bd17d5edf1 /scripts | |
| parent | fdc4b816d52e1abce24781ed0b07ac8f391a5641 (diff) | |
| download | ansible-2b9e169a90456356df9333316be1657bcd6d0851.tar.gz ansible-2b9e169a90456356df9333316be1657bcd6d0851.tar.xz ansible-2b9e169a90456356df9333316be1657bcd6d0851.zip | |
update readme!
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/README | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/scripts/README b/scripts/README index 4f0e34a08..b93dfceef 100644 --- a/scripts/README +++ b/scripts/README @@ -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 -account in the eucalyptus cloudlet. +ans-vhost-freemem - display freememory per vhost -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 |
