Start the fmn-workers and the fmn-backend on FMN stg

This commit is contained in:
Pierre-Yves Chibon 2016-07-18 14:38:04 +02:00
parent 14d1e2aa7e
commit d96e6b0cd0

View file

@ -46,3 +46,16 @@
tags:
- notifs
- 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