Commit graph

151 commits

Author SHA1 Message Date
Kevin Fenzi
66621b512e Rename some scripts. ans- is kinda pointless since they are in the ansible repo. ;) 2013-08-25 19:24:24 +00:00
Ralph Bean
35ab4759e1 Some enhancements, simplifications to that vhost script. 2013-07-30 02:00:21 +00:00
Ralph Bean
3e43c3f30a Hopefully correct my cpu math. 2013-07-30 01:41:14 +00:00
Ralph Bean
ae85cbcaed Make the vhost script report free cpus too. 2013-07-30 01:41:13 +00:00
Ralph Bean
a50eacb027 Use a nice default for the vhost script. 2013-07-30 01:41:13 +00:00
a98ead2ef6 sort the logs by timestamp 2013-07-08 17:34:09 +00:00
e1da7964f6 only output if we have something to output 2013-07-04 15:58:39 -04:00
022083d7b9 sortable, I think 2013-07-04 15:49:10 -04:00
88caed356a nicer to look at duration 2013-07-04 15:46:08 -04:00
0033b3dc8f needs a \n :) 2013-07-04 15:43:01 -04:00
22179e611b add a --profile option to output timing info per task 2013-07-04 15:42:03 -04:00
eacf95cf46 add example with ANY 2013-07-04 17:42:26 +00:00
e81e17df7d add ANY search option to dump all tasks 2013-07-04 17:39:31 +00:00
2ec45fb97b add a note about logview 2013-07-04 04:45:23 +00:00
68c5ad147e add examples to the usage 2013-07-04 04:31:55 +00:00
c779358a99 rename show_changed to logview since that's what it is 2013-07-04 04:10:25 +00:00
d91f35cfba remove loglist and logview since their entire functionality is merged into show_changed 2013-07-04 04:06:16 +00:00
eb5233ffff add -l to list which playbooks were run on a specific date 2013-07-03 23:54:25 -04:00
0ef3ff79ad tab/space issues 2013-07-03 23:14:33 -04:00
8dc05c6294 - add show_changed - python and much faster than the shell
- remove show-changed
2013-07-04 03:03:58 +00:00
cfaddae895 show_changed to show data - way too many calls to keyreturn :) 2013-07-03 23:00:09 +00:00
f6e3a85a0a make show-changed show better 2013-07-03 22:54:16 +00:00
1efa8496d5 simple json key returner for what we dump 2013-07-03 22:46:34 +00:00
fbedc5fb60 show-changed events in any given day or playbook run or set of runs 2013-07-03 22:14:20 +00:00
7c3b9d3574 make loglist work with new log layout 2013-07-03 21:14:28 +00:00
7dc7a9207e 2 rough cuts for viewing/listing the ansible logs
- see the scripts for how they work and example usages
2013-07-01 18:47:01 +00:00
0172854c1b new, shiny list-vms-per-host
really a WHOLE lot faster than the func one
2013-06-19 20:59:52 +00:00
12f2818954 add NF and F to prefix each host so you can grep for which is which 2013-06-18 19:06:23 +00:00
90d3275e54 make it output number of pkgs neeed to be updated per host 2013-06-11 01:33:49 +00:00
33d9363211 add the right args 2013-06-10 23:54:27 +00:00
f31b17c3c9 add needs-update 2013-06-10 23:51:20 +00:00
e9e5208be6 add builders/isbuilding and installedon scripts to ansible scripts 2013-06-03 22:19:01 +00:00
c99de8ce70 add ansible-vars from: https://github.com/sergevanginderachter/ansible-plugins/blob/devel/bin/ansible-vars
awesome script
2013-06-03 20:53:16 +00:00
2b9e169a90 update readme! 2013-05-24 21:05:40 +00:00
fdc4b816d5 add which_playbook script 2013-05-24 21:02:18 +00:00
d28dd7ded3 b/c ricky seems to care 2013-05-14 16:12:01 +00:00
1c88ae6902 add -i to freezelist
also make it report any host without freezes defined at all
2013-05-14 15:38:51 +00:00
4a496a72c8 add python shebang - add a comment a the top 2013-05-14 14:50:36 +00:00
cd911b2559 add freezelist script to list out frozen/not forzen hosts 2013-05-14 14:47:59 +00:00
d930876807 add ans-vhost-freemem 2013-05-13 16:55:42 +00:00
48e707c86c delete describe-instances since it doesn't work well with openstack 2013-05-07 14:40:38 +00:00
8ee0668851 add a nagios group to inventory
add shutup-nagios and ok-nagios scripts to do those things quickly
2013-03-02 06:56:31 +00:00
3e464e3fae fix up the describe-instances script to work with rhel6 prettytable 2012-12-14 04:51:35 +00:00
b7c8261d42 script that dumps out what hosts need to be rebooted. takes groups from --host 2012-12-13 17:00:46 +00:00
926411ab7f move my-describe-instances to 'describe-instances' and update docs 2012-11-06 18:52:32 +00:00
56a6d11cd7 add note about terminate-instances 2012-11-06 18:22:57 +00:00
22cbcb1b2e add terminate-instances to scripts in ansible public repo
takes ip addresses instead of instance ids for shutting down instances
2012-11-05 15:20:14 +00:00
d35e31166e update readme with actual invocation 2012-11-01 15:29:53 +00:00
3926cdaccf notes about my-describe-instances and how to use it; 2012-11-01 15:27:27 +00:00
6b1bfa6917 - add toshio's auth-keys-from-fas script to ansible public
- modify how we specify users who should have root access to a cloud system
- add authorized_key action to my test system
2012-10-26 17:19:47 +00:00