diff --git a/ansible_playbooks/clear-data.yml b/ansible_playbooks/clear-data.yml index e1bbabc..f1a8826 100644 --- a/ansible_playbooks/clear-data.yml +++ b/ansible_playbooks/clear-data.yml @@ -1,3 +1,4 @@ +# Stops Consul, Vault, and Nomad and clears all data from their data dirs --- - name: Delete Consul data hosts: consul_instances @@ -11,7 +12,7 @@ - name: Stop vault systemd: - name: consul + name: vault state: stopped become: true