Speed up consul recovery
This commit is contained in:
parent
bc354ba041
commit
33fea63b5f
@ -11,6 +11,7 @@
|
||||
|
||||
- name: Stop Vault
|
||||
hosts: vault_instances
|
||||
gather_facts: false
|
||||
|
||||
tasks:
|
||||
- name: Stop Vault
|
||||
@ -21,6 +22,7 @@
|
||||
|
||||
- name: Recover Consul
|
||||
hosts: consul_instances
|
||||
gather_facts: false
|
||||
|
||||
tasks:
|
||||
- name: Stop Consul
|
||||
@ -65,6 +67,7 @@
|
||||
|
||||
- name: Start Vault
|
||||
hosts: vault_instances
|
||||
gather_facts: false
|
||||
|
||||
tasks:
|
||||
- name: Start Vault
|
||||
@ -75,6 +78,7 @@
|
||||
|
||||
- name: Start Nomad
|
||||
hosts: nomad_instances
|
||||
gather_facts: false
|
||||
|
||||
tasks:
|
||||
- name: Start Nomad
|
||||
|
Loading…
Reference in New Issue
Block a user