Move fedmsg_base role to the last one to allow ownership of keys files to work right hopefully.
This commit is contained in:
parent
206ed3f776
commit
58b8b85ef0
2 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@
|
||||||
- denyhosts
|
- denyhosts
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- fas_client
|
- fas_client
|
||||||
- fedmsg_base
|
|
||||||
- ask
|
- ask
|
||||||
|
- fedmsg_base
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: "{{ tasks }}/hosts.yml"
|
- include: "{{ tasks }}/hosts.yml"
|
||||||
|
|
|
@ -97,7 +97,6 @@
|
||||||
- "/srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml"
|
- "/srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml"
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- fedmsg_base
|
|
||||||
- role: mailman
|
- role: mailman
|
||||||
mailman_dbserver: db02.stg.phx2.fedoraproject.org
|
mailman_dbserver: db02.stg.phx2.fedoraproject.org
|
||||||
mailman_postfix_mydestination: "lists.fedoraproject.org, lists.stg.fedoraproject.org"
|
mailman_postfix_mydestination: "lists.fedoraproject.org, lists.stg.fedoraproject.org"
|
||||||
|
@ -106,6 +105,7 @@
|
||||||
mailman_hk_db_pass: "{{ mailman_hk_db_pass }}"
|
mailman_hk_db_pass: "{{ mailman_hk_db_pass }}"
|
||||||
mailman_ks_admin_db_pass: "{{ mailman_ks_admin_db_pass }}"
|
mailman_ks_admin_db_pass: "{{ mailman_ks_admin_db_pass }}"
|
||||||
mailman_ks_db_pass: "{{ mailman_ks_db_pass }}"
|
mailman_ks_db_pass: "{{ mailman_ks_db_pass }}"
|
||||||
|
- fedmsg_base
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: install more needed packages
|
- name: install more needed packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue