summaryrefslogtreecommitdiffstats
path: root/tasks/cloud_setup_basic.yml
Commit message (Collapse)AuthorAgeFilesLines
* Change all instances of ansible_distribution_major_version to filter to int ↵Kevin Fenzi2015-05-271-3/+3
| | | | for comparisons.
* Try this.Kevin Fenzi2015-05-271-1/+1
|
* Fix this conditional to work right when ostree isn't defined.Kevin Fenzi2015-05-271-1/+1
|
* change the condition so it works even when the variable is not definedMiroslav Suchý2015-05-141-2/+2
|
* try thisMiroslav Suchý2015-05-141-1/+1
|
* Missed a few cases for atomicKevin Fenzi2015-05-131-0/+2
|
* See if we can handle the yum, dnf and ostree cases right.Kevin Fenzi2015-05-131-2/+2
|
* Re-work the cloud_setup_basic.Kevin Fenzi2015-05-131-9/+24
|
* How about this?Kevin Fenzi2015-03-171-1/+1
|
* Try playing with the syntax here a bit.Kevin Fenzi2015-03-171-2/+1
|
* Update state from installed/removed to present/absent for yum module as per ↵Praveen Kumar2014-11-051-1/+1
| | | | latest documents -> http://docs.ansible.com/yum_module.html
* Disable this for now, breaks copr playbooksKevin Fenzi2014-10-041-4/+4
|
* See if this fixes the 'unreachable' on cloud playbooks in the check/diff runs.Kevin Fenzi2014-06-191-1/+1
|
* Perhaps this needs quotesKevin Fenzi2014-03-281-1/+1
|
* Try this.Kevin Fenzi2014-03-281-3/+3
|
* OK Lets put it all back like it was. Do we go back to old error?Stephen Smoogen2014-03-211-1/+1
|
* Well I can only break it worse.Stephen Smoogen2014-03-211-1/+1
|
* Hey lets see if this fixes the stuff I broke.Stephen Smoogen2014-03-211-1/+1
|
* Hey lets see if this breaks stuff.Stephen Smoogen2014-03-211-1/+1
|
* This has to be expanded. Try this syntaxKevin Fenzi2014-01-011-1/+1
|
* Also no {{ in with_pipe, variable are bare there tooKevin Fenzi2014-01-011-1/+1
|
* Fix old variable usage. Patch from janeznemanic. Thanks!Kevin Fenzi2014-01-011-4/+4
|
* Apparently order mattersPierre-Yves Chibon2013-10-161-6/+6
|
* Remove duplicate action, libselinux-python is install 2 tasks belowPierre-Yves Chibon2013-10-141-3/+0
|
* Make sure required package are installedPierre-Yves Chibon2013-10-141-1/+3
|
* enable ssh_sysadm_login sebool for all cloudsMiroslav Suchý2013-10-041-0/+3
| | | | | 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
* add a task to install libselinux-python so ansible doesn't abort.Ricky Elrod2013-09-261-0/+3
|
* Fix path to root keyKevin Fenzi2013-08-301-1/+1
|
* when putting the keys on - don't die if someone typos a username - just ↵Seth Vidal2013-07-021-1/+1
| | | | complain and move along
* make the name mean somethingSeth Vidal2013-06-251-1/+1
|
* upate != updateSeth Vidal2013-06-251-1/+1
|
* - make the global update only run on first setupSeth Vidal2013-06-251-7/+12
| | | | - make the ntp/date install faster
* I have no idea what I'm doing. But maybe this will fix it. :)Ricky Elrod2013-06-171-1/+1
|
* quote it b/c.... maybe the @?Seth Vidal2013-06-171-1/+1
|
* ansible 1.2 breaks $FILE and $PIPE - so I went and fixed it everywhere :(Seth Vidal2013-06-171-2/+6
|
* remove unnecessary items from cloud_setup_basic for openstack instancesSeth Vidal2013-02-251-13/+0
|
* can't run ntpdate if ntp is running :)Seth Vidal2012-12-071-3/+0
|
* make sure all cloud instances have ntp installed, configured and runningSeth Vidal2012-12-051-0/+12
|
* make the ansible key addition and other users key addition a little less scarySeth Vidal2012-11-021-7/+7
|
* fix typoSeth Vidal2012-10-311-1/+1
|
* make the root auth_keys setup part of the cloud_setup_basic tasksSeth Vidal2012-10-261-0/+6
|
* add the optiona $hostbase to the cloud setup schtickSeth Vidal2012-10-221-2/+2
|
* add a restorecon on the ssh keys for those silly people who like selinux and ↵Seth Vidal2012-10-191-0/+6
| | | | security :)
* - add core config files for kojibuildersSeth Vidal2012-10-181-1/+2
| | | | - base tasks to make them use first_available for sensible defaults
* move cloud_setup_el6 to cloud_setup_basic and only_if'sSeth Vidal2012-10-081-0/+35