Update playbook that clears nomad and consul data

This commit is contained in:
IamTheFij 2022-11-10 13:34:01 -08:00
parent 068dc73717
commit 5b0f50140c

View File

@ -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