contrib/ansible: Add reset role and playbook to reset a node (#1565)

Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
This commit is contained in:
Julien DOCHE
2020-03-25 20:36:28 +01:00
committed by GitHub
parent 0a0d265c0e
commit 62a50429ca
2 changed files with 32 additions and 0 deletions

7
reset.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- hosts: k3s-cluster
gather_facts: yes
become: yes
roles:
- { role: reset }