blob: 77165d4f1bf49acdbda6e2fe71f479e11753c393 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
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
|