mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
init
This commit is contained in:
5
playbooks/71_uninstall_k3s_agent.yml
Normal file
5
playbooks/71_uninstall_k3s_agent.yml
Normal file
@ -0,0 +1,5 @@
|
||||
- hosts: odroid_worker
|
||||
become: true
|
||||
tasks:
|
||||
- name: Uninstall K3S Agent
|
||||
shell: /usr/local/bin/k3s-agent-uninstall.sh
|
Reference in New Issue
Block a user