Praveen Kumar
|
4b1e5162d7
|
Update state from installed/removed to present/absent for yum module as per latest documents -> http://docs.ansible.com/yum_module.html
|
2014-11-05 15:32:11 +00:00 |
|
Kevin Fenzi
|
937700d3eb
|
Disable this for now, breaks copr playbooks
|
2014-10-04 23:39:47 +00:00 |
|
Kevin Fenzi
|
1a73d2bf10
|
See if this fixes the 'unreachable' on cloud playbooks in the check/diff runs.
|
2014-06-19 18:15:53 +00:00 |
|
Kevin Fenzi
|
3344263078
|
Perhaps this needs quotes
|
2014-03-28 15:07:34 +00:00 |
|
Kevin Fenzi
|
b26adb82f8
|
Try this.
|
2014-03-28 14:41:00 +00:00 |
|
Stephen Smoogen
|
750c09b4c9
|
OK Lets put it all back like it was. Do we go back to old error?
|
2014-03-21 22:30:07 +00:00 |
|
Stephen Smoogen
|
bd1fb61391
|
Well I can only break it worse.
|
2014-03-21 22:16:19 +00:00 |
|
Stephen Smoogen
|
5a056c05f0
|
Hey lets see if this fixes the stuff I broke.
|
2014-03-21 22:08:33 +00:00 |
|
Stephen Smoogen
|
e68eaf268e
|
Hey lets see if this breaks stuff.
|
2014-03-21 21:59:56 +00:00 |
|
Kevin Fenzi
|
b25c32c5da
|
This has to be expanded. Try this syntax
|
2014-01-01 20:45:59 +00:00 |
|
Kevin Fenzi
|
1889fb51ff
|
Also no {{ in with_pipe, variable are bare there too
|
2014-01-01 19:45:46 +00:00 |
|
Kevin Fenzi
|
f7d56ff2b1
|
Fix old variable usage. Patch from janeznemanic. Thanks!
|
2014-01-01 19:15:11 +00:00 |
|
Pierre-Yves Chibon
|
5ea98d6f9d
|
Apparently order matters
|
2013-10-16 12:00:11 +02:00 |
|
Pierre-Yves Chibon
|
0a63a867c0
|
Remove duplicate action, libselinux-python is install 2 tasks below
|
2013-10-14 18:45:50 +02:00 |
|
Pierre-Yves Chibon
|
29a3b73a70
|
Make sure required package are installed
|
2013-10-14 18:21:44 +02:00 |
|
Miroslav Suchý
|
a7890c6874
|
enable ssh_sysadm_login sebool for all clouds
addressing:
type=AVC msg=audit(1380833385.268:173): avc: denied { getattr } for pid=781 comm="sshd" path="/root/.ssh/authorized_keys" dev="vda1" ino=6493 scontext=system_u:system_r:sshd_t:s0-s0:c0.c1023 tcontext=system_u:object_r:file_t:s0 tclass=file
|
2013-10-04 07:36:31 +00:00 |
|
Ricky Elrod
|
5452ab5346
|
add a task to install libselinux-python so ansible doesn't abort.
|
2013-09-26 19:55:23 +00:00 |
|
Kevin Fenzi
|
5b55bdd257
|
Fix path to root key
|
2013-08-30 19:32:00 +00:00 |
|
|
dee6feebe0
|
when putting the keys on - don't die if someone typos a username - just complain and move along
|
2013-07-02 19:26:54 +00:00 |
|
|
0e37af52f5
|
make the name mean something
|
2013-06-25 18:35:42 +00:00 |
|
|
f500f91330
|
upate != update
|
2013-06-25 18:34:57 +00:00 |
|
|
78150e7804
|
- make the global update only run on first setup
- make the ntp/date install faster
|
2013-06-25 18:31:36 +00:00 |
|
Ricky Elrod
|
718765d4fa
|
I have no idea what I'm doing. But maybe this will fix it. :)
|
2013-06-17 15:41:52 +00:00 |
|
|
3fe1284f0d
|
quote it b/c.... maybe the @?
|
2013-06-17 14:17:09 +00:00 |
|
|
79e83d9d96
|
ansible 1.2 breaks $FILE and $PIPE - so I went and fixed it everywhere :(
|
2013-06-17 13:54:53 +00:00 |
|
|
bd83c7fd8c
|
remove unnecessary items from cloud_setup_basic for openstack instances
|
2013-02-25 19:18:58 +00:00 |
|
|
6b9432b6b3
|
can't run ntpdate if ntp is running :)
|
2012-12-07 20:35:03 +00:00 |
|
|
e6a197a444
|
make sure all cloud instances have ntp installed, configured and running
|
2012-12-05 06:19:23 +00:00 |
|
|
355c668d8c
|
make the ansible key addition and other users key addition a little less scary
|
2012-11-02 06:22:19 +00:00 |
|
|
d74c092daa
|
fix typo
|
2012-10-31 04:29:10 +00:00 |
|
|
13b5f05fb5
|
make the root auth_keys setup part of the cloud_setup_basic tasks
|
2012-10-26 17:31:32 +00:00 |
|
|
00c20b3fe2
|
add the optiona $hostbase to the cloud setup schtick
|
2012-10-22 17:47:45 +00:00 |
|
|
6794fdc28b
|
add a restorecon on the ssh keys for those silly people who like selinux and security :)
|
2012-10-19 20:17:20 +00:00 |
|
|
e1639b4855
|
- add core config files for kojibuilders
- base tasks to make them use first_available for sensible defaults
|
2012-10-18 15:57:06 +00:00 |
|
|
a865898c49
|
move cloud_setup_el6 to cloud_setup_basic and only_if's
|
2012-10-08 22:10:44 +00:00 |
|