Try moving this to a sperate play
This commit is contained in:
parent
18953e309d
commit
5cfb174f58
1 changed files with 13 additions and 0 deletions
|
@ -88,6 +88,19 @@
|
|||
- include: /srv/web/infra/ansible/playbooks/include/proxies-haproxy.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/include/proxies-miscellaneous.yml
|
||||
|
||||
- name: Make sure we are deployed fully
|
||||
hosts: proxies-stg:proxies
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
tasks:
|
||||
#
|
||||
# If this is an initial deployment, we need the initial ticketkey
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue