fedora-ansible/scripts
Ralph Bean 365fb55025 Publish fedoratagger db dump. 2014-10-27 17:17:06 +00:00
..
builders add builders/isbuilding and installedon scripts to ansible scripts 2013-06-03 22:19:01 +00:00
README Add fetch-ssh-keys 2014-01-08 23:40:52 +01: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 add ansible-vars from: https://github.com/sergevanginderachter/ansible-plugins/blob/devel/bin/ansible-vars 2013-06-03 20:53:16 +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 fetch-ssh-keys: mode +x 2014-05-24 09:47:54 +02:00
freezelist freezelist: Make it PEP8 compliant 2014-09-21 16:54:44 +02:00
installedon add builders/isbuilding and installedon scripts to ansible scripts 2013-06-03 22:19:01 +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 new, shiny list-vms-per-host 2013-06-19 20:59:52 +00:00
logview sort the logs by timestamp 2013-07-08 17:34:09 +00:00
needs-reboot Rename some scripts. ans- is kinda pointless since they are in the ansible repo. ;) 2013-08-25 19:24:24 +00:00
needs-updates make it output number of pkgs neeed to be updated per host 2013-06-11 01:33:49 +00:00
ok-nagios add a nagios group to inventory 2013-03-02 06:56:31 +00:00
public-db-copy Publish fedoratagger db dump. 2014-10-27 17:17:06 +00: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
vhost-info Minor output tweak to vhost-info script 2013-08-25 19:29:23 +00:00
which_playbook add which_playbook script 2013-05-24 21:02:18 +00:00

README

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