summaryrefslogtreecommitdiffstats
path: root/tasks
Commit message (Collapse)AuthorAgeFilesLines
...
* add handling of host keys for osbs-control/osbs-cluster hostsAdam Miller2016-10-251-0/+36
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* one more time with feelingKevin Fenzi2016-10-211-1/+1
|
* perhaps this is what I needKevin Fenzi2016-10-211-1/+1
|
* ok, how about thisKevin Fenzi2016-10-211-1/+1
|
* try this to get volume attach workingKevin Fenzi2016-10-211-1/+1
|
* try ignoring errors here as well for ansible 2.2Kevin Fenzi2016-10-131-0/+1
|
* this is now just public_ip, not public_ip[0]Kevin Fenzi2016-10-031-6/+6
|
* Infra-tags are also applicable to non-EPEL boxesPatrick Uiterwijk2016-09-251-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* seemingly host1plus gave us a centos boxPatrick Uiterwijk2016-09-251-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Theres just a single repo per systemPatrick Uiterwijk2016-09-251-2/+2
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Add infra tag reposPatrick Uiterwijk2016-09-251-0/+16
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Make roles out of sigul, and update configsPatrick Uiterwijk2016-09-121-53/+0
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Revert "does quoting this make a difference?"Ricky Elrod2016-08-151-1/+1
| | | | This reverts commit 1450133b3a2171724aaf19da6ab9598ac73066f2.
* does quoting this make a difference?Ricky Elrod2016-08-151-1/+1
| | | | Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
* Death to all trailing whitespace.Kevin Fenzi2016-08-085-10/+10
|
* Move mod_wsgi to a role rather than a included tasksMichael Scherer2016-08-081-22/+0
|
* Install rhel7 rhev for power repoPatrick Uiterwijk2016-07-151-0/+8
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Fix up transient cloud playbook to use the right thing for ipKevin Fenzi2016-07-061-5/+5
|
* Always run the check to see if the host is up or notKevin Fenzi2016-07-061-0/+1
|
* sadly, serial is not acceptable hereKevin Fenzi2016-07-051-4/+1
|
* Work around locking issue in known_hosts.Kevin Fenzi2016-07-051-2/+5
|
* Deploy the no-password: prompt fix to prodPatrick Uiterwijk2016-07-051-4/+4
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* And I obviously need to add the new filename suffixPatrick Uiterwijk2016-07-051-3/+3
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* If we are templating, we need template:Patrick Uiterwijk2016-07-051-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Revert "Remove quotes"Patrick Uiterwijk2016-06-291-1/+1
| | | | This reverts commit e705a11ad45e966e8943b75c10ef15d35cafdbec.
* Remove quotesPatrick Uiterwijk2016-06-291-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Further down the rabbit hole. ;)Kevin Fenzi2016-06-251-1/+2
|
* A few more tweaksKevin Fenzi2016-06-251-1/+2
|
* Try this to mask the failureKevin Fenzi2016-06-251-0/+1
|
* Fix up some more non idempotent things.Kevin Fenzi2016-06-252-1/+2
|
* 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
|
* Actually revert this part tooKevin Fenzi2016-06-251-1/+1
|
* Give up for now.Kevin Fenzi2016-06-251-1/+1
|
* Perhaps this will do what I need.Kevin Fenzi2016-06-251-2/+2
|
* Try this oneKevin Fenzi2016-06-251-1/+1
|
* Try thisKevin Fenzi2016-06-251-1/+1
|
* I guess we still need to ignore here.Kevin Fenzi2016-06-251-0/+1
|
* Rework the persistent volume attach to not have errors that are ignored.Kevin Fenzi2016-06-251-2/+12
|
* try this and see if it fixes volume handling in new ansibleKevin Fenzi2016-06-231-1/+1
|
* Now public ip can be a listPatrick Uiterwijk2016-06-221-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Add indentationPatrick Uiterwijk2016-06-221-2/+2
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* See what ansible does without quotes herePatrick Uiterwijk2016-06-221-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* 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>
* Clean up ntp tasks in sign setup, they moved into ntp role that is required ↵Kevin Fenzi2016-05-181-17/+0
| | | | by base now.
* Don't install fedora repo files on jenkins-slave-f24 because it's a pre-releaseKevin Fenzi2016-04-211-1/+1
|
* refactor how osbs copr repos are handled for stageAdam Miller2016-04-141-0/+13
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* configure stage koji to point to osbs.stg instead of osbs-devAdam Miller2016-04-141-2/+2
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* Remove duplicate handlers for update-ca-trustMichael Scherer2016-04-041-1/+1
| | | | | Since there is a already existing update ca-trust in handlers/main.yml doing the same thing as 'update ca trust', better use 1 single copy.