Update playbook that clears nomad and consul data
This commit is contained in:
parent
068dc73717
commit
5b0f50140c
@ -1,3 +1,4 @@
|
|||||||
|
# Stops Consul, Vault, and Nomad and clears all data from their data dirs
|
||||||
---
|
---
|
||||||
- name: Delete Consul data
|
- name: Delete Consul data
|
||||||
hosts: consul_instances
|
hosts: consul_instances
|
||||||
@ -11,7 +12,7 @@
|
|||||||
|
|
||||||
- name: Stop vault
|
- name: Stop vault
|
||||||
systemd:
|
systemd:
|
||||||
name: consul
|
name: vault
|
||||||
state: stopped
|
state: stopped
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user