ansible/scripts
2016-03-01 19:09:39 +00:00
..
ansible-playbook-check-diff Make the ansible check diff run serial instead of parallel. 2014-02-03 05:04:01 +00:00
ansible-vars Port to work with both ansible 1.x and 2.x 2015-12-08 16:37:10 +00:00
auth-keys-from-fas Specify the password of the account when creating the FAS client 2014-08-19 20:24:51 +00:00
fetch-ssh-keys override with v2 version 2016-02-25 22:12:15 +00:00
freezelist porting to ansible 2.0 2016-02-09 18:34:24 +00:00
hosts_with_var_set porting to ansible 2.0 2016-02-09 18:24:50 +00:00
installedon add builders/isbuilding and installedon scripts to ansible scripts 2013-06-03 22:19:01 +00:00
isbuilding Move this script to the scripts dir and nuke the old v1 version of it. 2016-02-26 17:53:30 +00:00
keyreturn show_changed to show data - way too many calls to keyreturn :) 2013-07-03 23:00:09 +00:00
killvm Add a script that can find a vm instance and kill/undefine it. Use with care! 2013-08-27 20:54:20 +00:00
list-vms-per-host override with v2 version 2016-02-25 22:12:15 +00:00
logview Cosmetic - Try to make scripts/logview more readable. 2015-02-02 15:34:47 +00:00
needs-reboot Fix sudo here in these scripts too 2015-03-26 16:33:01 +00:00
needs-updates Drop lockbox-comm01.qa and virthost-comm01.qa 2015-05-08 19:50:07 +00:00
ok-nagios add a nagios group to inventory 2013-03-02 06:56:31 +00:00
public-db-copy Remove mentions of lockbox01. 2015-09-25 18:49:17 +00:00
README Add fetch-ssh-keys 2014-01-08 23:40:52 +01:00
selinux-info Add a script to query selinux status of our inventory. 2014-03-14 14:35:33 +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
users-from-fas Make sure there is no duplicate and sort the admins 2015-01-22 18:10:53 +01:00
vhost-info Make a torrent02 and people02 2016-02-10 17:52:56 +00:00
vhost-info.v2 disable profile_tasks log 2016-03-01 19:09:39 +00:00
which_playbook add which_playbook script 2013-05-24 21:02:18 +00:00

ans-needs-reboot - check which hosts need to be rebooted due to kernel or
                   other critical updates

ans-vhost-freemem - display freememory per vhost

auth-keys-from-fas - run to pull ssh auth keys from fas for users to push
                     onto systems

fetch-ssh-keys - fetch ssh rsa host keys from all hosts and prepare a known_hosts_file

freezelist  - run to see if a host is included in the change-freeze or not



ok-nagios - tells nagios to start notifying again

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


logview - view ansible task/playbook logs