From 2b9e169a90456356df9333316be1657bcd6d0851 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 24 May 2013 21:05:40 +0000 Subject: [PATCH] update readme! --- scripts/README | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/scripts/README b/scripts/README index 4f0e34a080..b93dfceef4 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 -To shutdown an instance just run: -sudo -i /srv/web/infra/ansible/scripts/terminate-instances ip-of-instance