Run the nuancier role at the end, once everything is in place
This commit is contained in:
parent
e0c98e96dd
commit
25d246b1af
1 changed files with 14 additions and 1 deletions
|
@ -37,7 +37,6 @@
|
|||
- /srv/web/infra/ansible/roles/denyhosts
|
||||
- /srv/web/infra/ansible/roles/nagios_client
|
||||
- /srv/web/infra/ansible/roles/fas_client
|
||||
- /srv/web/infra/ansible/roles/nuancier
|
||||
|
||||
tasks:
|
||||
- include: $tasks/hosts.yml
|
||||
|
@ -53,3 +52,17 @@
|
|||
|
||||
handlers:
|
||||
- include: $handlers/restart_services.yml
|
||||
|
||||
- name: deploy nuancier itself
|
||||
# TODO -- add the nuancier production group when its ready
|
||||
hosts: nuancier-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- ${private}/vars.yml
|
||||
- ${vars}/${ansible_distribution}.yml
|
||||
|
||||
roles:
|
||||
- /srv/web/infra/ansible/roles/nuancier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue