769efe6 First cut at bodhi app migration to ansible. Thanks janeznemanic. Ticket 4193

Authored and Committed by kevin 10 years ago
35 files changed. 1360 lines added. 0 lines removed.
inventory/group_vars/bodhi
file added
+27
inventory/host_vars/bodhi01.phx2.fedoraproject.org
file added
+10
inventory/host_vars/bodhi01.stg.phx2.fedoraproject.org
file added
+10
inventory/host_vars/bodhi02.phx2.fedoraproject.org
file added
+10
inventory/inventory
file modified
+7 -0
playbooks/groups/bodhi.yml
file added
+53
roles/bodhi/base/files/bodhi-app.conf
file added
+18
roles/bodhi/base/tasks/main.yml
file added
+87
roles/bodhi/base/templates/bodhi-prod.cfg.erb
file added
+204
roles/bodhi/masher/defaults/main.yml
file added
+3
roles/bodhi/masher/files/bodhi-masher.conf
file added
+15
roles/bodhi/masher/files/el6-epel-testing.mash
file added
+17
roles/bodhi/masher/files/el6-epel.mash
file added
+17
roles/bodhi/masher/files/f13-updates.mash
file added
+17
roles/bodhi/masher/files/f14-updates-testing.mash
file added
+20
roles/bodhi/masher/files/f14-updates.mash
file added
+16
roles/bodhi/masher/files/f15-updates-testing.mash
file added
+20
roles/bodhi/masher/files/f15-updates.mash
file added
+16
roles/bodhi/masher/files/f16-updates-testing.mash
file added
+20
roles/bodhi/masher/files/f16-updates.mash
file added
+16
roles/bodhi/masher/files/f17-updates-testing.mash
file added
+18
roles/bodhi/masher/files/f17-updates.mash
file added
+16
roles/bodhi/masher/files/f18-updates-testing.mash
file added
+18
roles/bodhi/masher/files/f18-updates.mash
file added
+18
roles/bodhi/masher/files/f19-updates-testing.mash
file added
+21
roles/bodhi/masher/files/f19-updates.mash
file added
+18
roles/bodhi/masher/files/f20-updates-testing.mash
file added
+21
roles/bodhi/masher/files/f20-updates.mash
file added
+20
roles/bodhi/masher/meta/main.yml
file added
+3
roles/bodhi/masher/tasks/main.yml
file added
+134
roles/bodhi/masher/templates/bodhi-epel-masher.cfg.j2
file added
+143
roles/bodhi/masher/templates/bodhi-masher-jobrunner.cfg.j2
file added
+159
roles/bodhi/masher/templates/bodhi-masher.cfg.j2
file added
+142
roles/nfs_client/files/route-eth1
file added
+1
roles/nfs_client/tasks/main.yml
file added
+25
    First cut at bodhi app migration to ansible. Thanks janeznemanic. Ticket 4193
    
        
file modified
+7 -0