summaryrefslogtreecommitdiffstats
path: root/tasks
Commit message (Collapse)AuthorAgeFilesLines
...
* Nuke old iptables task and files and drop it from blockerbugs-dev. Also kill ↵Kevin Fenzi2016-03-181-36/+0
| | | | old serverbeach templates.
* set perms on osbs certsAdam Miller2016-03-071-0/+2
|
* tasks/osbs_certs.yml: don't import the handler, it executes as a taskAdam Miller2016-03-071-2/+0
|
* use notify instead of handler as neededAdam Miller2016-03-071-1/+1
|
* add osbs ca to stage kojiAdam Miller2016-03-071-0/+11
|
* Update all calls to sudo to use 'become' and sudo_user to 'become_user'Kevin Fenzi2016-02-022-2/+2
|
* Fix all tasks to not use old action: statements.Kevin Fenzi2016-01-069-22/+22
|
* Drop no longer used mysql_server taskKevin Fenzi2016-01-061-18/+0
|
* We no longer need, use or want the drbackup keyKevin Fenzi2016-01-061-21/+0
|
* Revert "Instead of a custom task, use epel_customizationj"Patrick Uiterwijk2015-12-201-5/+2
| | | | This reverts commit 375eaa9ed4ad80795bf22652ee142cabd848e668.
* Instead of a custom task, use epel_customizationjPatrick Uiterwijk2015-12-201-2/+5
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Cloud needs special EPEL7 repo filesPatrick Uiterwijk2015-12-201-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Move persistent_cloud_new to just persistent_cloud as the old one isn't used ↵Kevin Fenzi2015-12-142-117/+92
| | | | anymore.
* Fix up f23 cloud instances handling hopefully.Kevin Fenzi2015-12-141-0/+19
|
* Move virthost from a task to a role.Kevin Fenzi2015-12-101-53/+0
| | | | | Setup a variable for hosts we want nested virt enabled on (default false) add task to setup that on ones we want
* Another ntp call needs to use the new templateKevin Fenzi2015-12-091-1/+1
|
* Have to move this so it runs on the right host(s)Kevin Fenzi2015-11-301-10/+0
|
* Test some tasks to get fedora23 cloud instances working nicely with ansible.Kevin Fenzi2015-11-301-0/+10
|
* use correct function to lookup ip addrMiroslav Suchý2015-11-301-1/+1
|
* remove ip based entries from known_hosts as wellMiroslav Suchý2015-11-301-1/+9
|
* temporary disable failure check of growpart of 2nd partitionMiroslav Suchý2015-11-301-1/+2
| | | | because on Fedora23 it returns rc 2 when it does not exist
* temporary disable failure check of growpart of 2nd partitionMiroslav Suchý2015-11-301-1/+1
| | | | because on Fedora23 it returns rc 2 when it does not exist
* 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-162-8/+8
|
* Add some logic to prep f23 cloud images for ansible.Kevin Fenzi2015-11-161-2/+8
|
* Another dnf/yum one here.Kevin Fenzi2015-11-091-0/+7
|
* Fix yum/dnf here.Kevin Fenzi2015-11-091-0/+7
|
* Put rhel* only on RHEL and epel* on el*Patrick Uiterwijk2015-10-121-12/+6
|
* CentOS also can get EPEL6/7Patrick Uiterwijk2015-10-121-2/+2
|
* Trying to adjust nc for rhel7Kevin Fenzi2015-09-261-1/+1
|
* Fix path to openvpn client.confKevin Fenzi2015-09-261-1/+1
|
* Move all puppet_private stuff to ansible private so we can stop using puppet ↵Kevin Fenzi2015-09-253-11/+11
| | | | private.
* Tag all the various ntp tasks so we can run over all of them at once.Kevin Fenzi2015-09-072-0/+9
|
* Have all these use the same ntp configKevin Fenzi2015-07-231-1/+1
|
* Add a darkserver-dev instance to new cloud.Kevin Fenzi2015-07-171-0/+30
| | | | | | Also create a el7 growroot that handles the partitioning and xfs in our rhel7 image. Drop the old darkserver-dev.cloud playbook and host vars. Update master playbook.
* 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.
* Set user_data here so we can avoid the stupid rhel/centos/fedora user and sudoKevin Fenzi2015-06-241-0/+1
|
* Migrate openstack over to fedorainfracloud.orgPatrick Uiterwijk2015-06-232-2/+2
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Fix other references to cloud net idsPatrick Uiterwijk2015-06-051-1/+2
|
* Revert "Conditionalize this for fedora 22 which has only dnf, no yum."Kevin Fenzi2015-06-021-8/+1
| | | | | | | Turns out we don't have facts gathered here, so this won't work. Also, in the new cloud we don't need this task at all. This reverts commit 69d865e7ff39e680ad58fe4120040bd7f02b41cf.
* Conditionalize this for fedora 22 which has only dnf, no yum.Kevin Fenzi2015-06-021-1/+8
|
* Add the same logic as for virt hosts to cloud spin up. When new instance is ↵Kevin Fenzi2015-05-282-0/+26
| | | | made it gathers the key automatically.
* Duh. Need to quote this because it's multilineKevin Fenzi2015-05-281-1/+1
|
* Try |stringKevin Fenzi2015-05-281-1/+1
|
* ok, lets try |str filter here.Kevin Fenzi2015-05-281-1/+1
|
* I'm sure it can't be this easy, but will try adding a join filter here.Kevin Fenzi2015-05-281-1/+1
|
* Need this local keyscan action to be a command.Kevin Fenzi2015-05-281-1/+1
|
* This is an attempt to gather initial ssh_host_key from new vms when they are ↵Kevin Fenzi2015-05-281-0/+15
| | | | | | | | made. This avoids having to accept the key manually and allows playbooks making new instances to complete without human intervention. (If it works as desired)
* Change all instances of ansible_distribution_major_version to filter to int ↵Kevin Fenzi2015-05-273-8/+8
| | | | for comparisons.