Skip to content
Snippets Groups Projects
Commit 9643c2c1 authored by Brad Beam's avatar Brad Beam Committed by Matthew Mosesohn
Browse files

Fixes to reset (#2046)

- adding additional directories to cleanup (rkt/vault)
- targeting kubespray ansible groups instead of all
parent 93f36143
No related branches found
No related tags found
No related merge requests found
---
- hosts: all
gather_facts: true
- hosts: etcd:k8s-cluster:vault:calico-rr
vars_prompt:
name: "reset_confirmation"
prompt: "Are you sure you want to reset cluster state? Type 'yes' to reset your cluster."
......
......@@ -124,6 +124,9 @@
- "{{ bin_dir }}/helm"
- "{{ bin_dir }}/calicoctl"
- "{{ bin_dir }}/weave"
- /var/lib/rkt
- /etc/vault
ignore_errors: yes
tags:
- files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment