Start the fmn-workers and the fmn-backend on FMN stg
This commit is contained in:
parent
14d1e2aa7e
commit
d96e6b0cd0
1 changed files with 13 additions and 0 deletions
|
@ -46,3 +46,16 @@
|
||||||
tags:
|
tags:
|
||||||
- notifs
|
- notifs
|
||||||
- notifs/backend
|
- notifs/backend
|
||||||
|
|
||||||
|
- name: start the workers and the backend
|
||||||
|
service: name={{item}} enabled=yes state=running
|
||||||
|
when: env == "staging"
|
||||||
|
with_items:
|
||||||
|
- fmn-backend@1
|
||||||
|
- fmn-worker@1
|
||||||
|
- fmn-worker@2
|
||||||
|
- fmn-worker@3
|
||||||
|
- fmn-worker@4
|
||||||
|
tags:
|
||||||
|
- notifs
|
||||||
|
- notifs/backend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue