Add tags to the bz2fm role.
This commit is contained in:
parent
569f859833
commit
1332fbfbd7
1 changed files with 13 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
- python-twisted-words
|
- python-twisted-words
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
- bugzilla2fedmsg
|
||||||
|
|
||||||
- name: Copy a custom moksha systemd service file
|
- name: Copy a custom moksha systemd service file
|
||||||
copy: >
|
copy: >
|
||||||
|
@ -16,6 +17,8 @@
|
||||||
dest=/usr/lib/systemd/system/moksha-hub.service
|
dest=/usr/lib/systemd/system/moksha-hub.service
|
||||||
notify:
|
notify:
|
||||||
- restart moksha-hub
|
- restart moksha-hub
|
||||||
|
tags:
|
||||||
|
- bugzilla2fedmsg
|
||||||
|
|
||||||
- name: Make sure a few directories exist.
|
- name: Make sure a few directories exist.
|
||||||
file:
|
file:
|
||||||
|
@ -27,6 +30,8 @@
|
||||||
with_items:
|
with_items:
|
||||||
- /etc/moksha/
|
- /etc/moksha/
|
||||||
- /usr/share/fedmsg/
|
- /usr/share/fedmsg/
|
||||||
|
tags:
|
||||||
|
- bugzilla2fedmsg
|
||||||
|
|
||||||
- name: Copy the configuration for bugzilla2fedmsg over
|
- name: Copy the configuration for bugzilla2fedmsg over
|
||||||
template: >
|
template: >
|
||||||
|
@ -37,6 +42,8 @@
|
||||||
mode=0640
|
mode=0640
|
||||||
notify:
|
notify:
|
||||||
- restart moksha-hub
|
- restart moksha-hub
|
||||||
|
tags:
|
||||||
|
- bugzilla2fedmsg
|
||||||
|
|
||||||
- name: Copy in the staging certificates
|
- name: Copy in the staging certificates
|
||||||
copy: >
|
copy: >
|
||||||
|
@ -49,6 +56,8 @@
|
||||||
when: env == 'staging'
|
when: env == 'staging'
|
||||||
notify:
|
notify:
|
||||||
- restart moksha-hub
|
- restart moksha-hub
|
||||||
|
tags:
|
||||||
|
- bugzilla2fedmsg
|
||||||
|
|
||||||
- name: Copy in the production certificates
|
- name: Copy in the production certificates
|
||||||
copy: >
|
copy: >
|
||||||
|
@ -61,6 +70,10 @@
|
||||||
when: env != 'staging'
|
when: env != 'staging'
|
||||||
notify:
|
notify:
|
||||||
- restart moksha-hub
|
- restart moksha-hub
|
||||||
|
tags:
|
||||||
|
- bugzilla2fedmsg
|
||||||
|
|
||||||
- name: moksha-hub service
|
- name: moksha-hub service
|
||||||
service: name=moksha-hub state=started enabled=yes
|
service: name=moksha-hub state=started enabled=yes
|
||||||
|
tags:
|
||||||
|
- bugzilla2fedmsg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue