Add sigul tags
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
14ff13518a
commit
f1c8ecc125
1 changed files with 10 additions and 8 deletions
|
@ -2,25 +2,27 @@
|
||||||
package: state=present name=sigul-bridge
|
package: state=present name=sigul-bridge
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
- sigul
|
||||||
|
- sigul/bridge
|
||||||
|
|
||||||
- name: Setup sigul bridge.conf
|
- name: Setup sigul bridge.conf
|
||||||
template: src=bridge.conf.j2 dest=/etc/sigul/bridge.conf
|
template: src=bridge.conf.j2 dest=/etc/sigul/bridge.conf
|
||||||
owner=sigul group=sigul mode=0640
|
owner=sigul group=sigul mode=0640
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
- sigul
|
||||||
|
- sigul/bridge
|
||||||
|
|
||||||
- name: Setup primary koji config file
|
- name: Setup primary koji config file
|
||||||
template: src=koji-primary.conf.j2 dest=/etc/koji-primary.conf owner=root group=root mode=644
|
template: src=koji-primary.conf.j2 dest=/etc/koji-primary.conf owner=root group=root mode=644
|
||||||
when: inventory_hostname.startswith('sign') and env == "production"
|
when: inventory_hostname.startswith('sign') and env == "production"
|
||||||
|
tags:
|
||||||
|
- sigul
|
||||||
|
- sigul/bridge
|
||||||
|
|
||||||
- name: Setup primary stg koji config file
|
- name: Setup primary stg koji config file
|
||||||
copy: src=koji-primary.stg.conf dest=/etc/koji-primary.conf owner=root group=root mode=644
|
copy: src=koji-primary.stg.conf dest=/etc/koji-primary.conf owner=root group=root mode=644
|
||||||
when: inventory_hostname.startswith('sign') and env == "staging"
|
when: inventory_hostname.startswith('sign') and env == "staging"
|
||||||
|
tags:
|
||||||
- name: Setup secondary koji config files
|
- sigul
|
||||||
copy: src={{ item }} dest=/etc/{{ item }} owner=root group=root mode=644
|
- sigul/bridge
|
||||||
with_items:
|
|
||||||
- koji-arm.conf
|
|
||||||
- koji-ppc.conf
|
|
||||||
- koji-s390.conf
|
|
||||||
when: inventory_hostname.startswith('secondary')
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue