summaryrefslogtreecommitdiffstats
path: root/tasks/cloud_setup_basic.yml
Commit message (Collapse)AuthorAgeFilesLines
* Include from cloud_setup_basicPatrick Uiterwijk2017-08-161-0/+3
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* change state=running to start=started as the old one is going away in ↵Kevin Fenzi2017-04-131-1/+1
| | | | ansible 2.7
* review: loop with bare variable namedoteast2017-01-311-1/+2
|
* Death to all trailing whitespace.Kevin Fenzi2016-08-081-3/+3
|
* Fix up some more non idempotent things.Kevin Fenzi2016-06-251-1/+1
|
* Also need to remove the old taskKevin Fenzi2016-06-251-5/+0
|
* Rework this area so we don't get chrony check failures all the timeKevin Fenzi2016-06-251-3/+24
|
* This play breaks older playbooks and needs to check whether chronyd is installedPatrick Uiterwijk2016-06-091-0/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* disable chronyd on el7 so ntpd can enableRicky Elrod2016-06-041-0/+4
| | | | Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
* Fix all tasks to not use old action: statements.Kevin Fenzi2016-01-061-6/+6
|
* ignore errors here for the case of instances with selinux disabled.Kevin Fenzi2015-11-271-0/+1
|
* Just drop this for now until we can figure out a good way to do it.Kevin Fenzi2015-11-161-9/+0
|
* Move this over to setup where we have facts.Kevin Fenzi2015-11-161-0/+8
|
* Tag all the various ntp tasks so we can run over all of them at once.Kevin Fenzi2015-09-071-0/+3
|
* Tag ssh keys play in cloud setup.Kevin Fenzi2015-07-131-0/+2
| | | | This allows us to run this over all the cloud nodes when a key changes.
* 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
|