move the arm04 chasis to primary koji
This commit is contained in:
parent
a497071724
commit
7bf9765cad
1 changed files with 4 additions and 4 deletions
|
@ -90,24 +90,24 @@
|
||||||
|
|
||||||
- name: /etc/kojid/kojid.conf
|
- name: /etc/kojid/kojid.conf
|
||||||
action: copy src=$files/kojibuilder/kojid.conf dest=/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:
|
notify:
|
||||||
- restart kojid
|
- restart kojid
|
||||||
|
|
||||||
|
|
||||||
- name: arm /etc/kojid/kojid.conf
|
- name: arm /etc/kojid/kojid.conf
|
||||||
action: copy src=$files/kojibuilder/arm-kojid.conf dest=/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:
|
notify:
|
||||||
- restart kojid
|
- restart kojid
|
||||||
|
|
||||||
- name: /etc/koji/koji.conf
|
- name: /etc/koji/koji.conf
|
||||||
action: copy src=$files/kojibuilder/koji.conf dest=/etc/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
|
- name: /etc/koji/koji.conf
|
||||||
action: copy src=$files/kojibuilder/arm-koji.conf dest=/etc/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
|
- name: copy over koji ca cert
|
||||||
action: copy src=$private/files/koji/buildercerts/fedora-ca.cert dest=/etc/kojid/cacert.pem
|
action: copy src=$private/files/koji/buildercerts/fedora-ca.cert dest=/etc/kojid/cacert.pem
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue