move the arm04 chasis to primary koji

This commit is contained in:
Dennis Gilmore 2013-07-19 15:53:22 +00:00
parent a497071724
commit 7bf9765cad

View file

@ -90,24 +90,24 @@
- name: /etc/kojid/kojid.conf
action: copy src=$files/kojibuilder/kojid.conf dest=/etc/kojid/kojid.conf
only_if: "not '${inventory_hostname}'.startswith(('arm01','arm03','arm04'))"
only_if: "not '${inventory_hostname}'.startswith(('arm01','arm03'))"
notify:
- restart kojid
- name: arm /etc/kojid/kojid.conf
action: copy src=$files/kojibuilder/arm-kojid.conf dest=/etc/kojid/kojid.conf
only_if: "'${inventory_hostname}'.startswith(('arm01','arm03','arm04'))"
only_if: "'${inventory_hostname}'.startswith(('arm01','arm03'))"
notify:
- restart kojid
- name: /etc/koji/koji.conf
action: copy src=$files/kojibuilder/koji.conf dest=/etc/koji.conf
only_if: "not '${inventory_hostname}'.startswith(('arm01','arm03','arm04'))"
only_if: "not '${inventory_hostname}'.startswith(('arm01','arm03'))"
- name: /etc/koji/koji.conf
action: copy src=$files/kojibuilder/arm-koji.conf dest=/etc/koji.conf
only_if: "'${inventory_hostname}'.startswith(('arm01','arm03','arm04'))"
only_if: "'${inventory_hostname}'.startswith(('arm01','arm03'))"
- name: copy over koji ca cert
action: copy src=$private/files/koji/buildercerts/fedora-ca.cert dest=/etc/kojid/cacert.pem