mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
Start preparing the move to prod of the new FMN
This commit is contained in:
@@ -53,9 +53,9 @@
|
||||
|
||||
roles:
|
||||
- fedmsg/hub
|
||||
- { role: redis, when: env == "staging" }
|
||||
- { role: rabbitmq, when: env == "staging" }
|
||||
- { role: memcached, when: env == "staging" }
|
||||
- redis
|
||||
- rabbitmq
|
||||
- memcached
|
||||
- notifs/backend
|
||||
- role: collectd/fedmsg-service
|
||||
process: fedmsg-hub
|
||||
|
||||
@@ -49,7 +49,6 @@
|
||||
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user