Move fedmsg to its own play so that users and groups are created first.
This commit is contained in:
parent
19cc07fcdd
commit
b2a1eef7c5
1 changed files with 16 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue