2018-09-29 09:06:19 +08:00
|
|
|
# WARNING: This playbook will erase the entire k8s-cluster, include PODs, ETCD data etc.
|
|
|
|
# Make sure you know what you are doing.
|
2017-11-30 00:21:32 +08:00
|
|
|
|
2017-12-26 15:52:35 +08:00
|
|
|
- hosts:
|
2021-01-19 17:41:00 +08:00
|
|
|
- kube_master
|
|
|
|
- kube_node
|
|
|
|
- ex_lb
|
2018-08-31 22:58:44 +08:00
|
|
|
- etcd
|
2019-06-02 00:04:33 +08:00
|
|
|
vars:
|
|
|
|
DEL_MASTER: "yes"
|
|
|
|
DEL_NODE: "yes"
|
|
|
|
DEL_ETCD: "yes"
|
|
|
|
DEL_LB: "yes"
|
|
|
|
DEL_CHRONY: "yes"
|
|
|
|
DEL_ENV: "yes"
|
|
|
|
roles:
|
|
|
|
- clean
|