Move fedmsg to its own play so that users and groups are created first.

This commit is contained in:
Ralph Bean 2013-09-26 15:44:01 +00:00
parent 19cc07fcdd
commit b2a1eef7c5

View file

@ -48,6 +48,22 @@
when: env != "staging"
- include: $tasks/apache.yml
- include: $tasks/mod_wsgi.yml
handlers:
- include: $handlers/restart_services.yml
- name: set up fedmsg
hosts: nuancier;nuancier-stg
user: root
gather_facts: True
accelerate: True
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- ${private}/vars.yml
- ${vars}/${ansible_distribution}.yml
tasks:
- include: $tasks/fedmsg_base.yml
handlers: