refactor: replace docker stack with k3s/containerd

This commit is contained in:
2022-01-02 17:30:56 +01:00
parent 7dd4c118c8
commit 2fccdd0283
9 changed files with 87 additions and 3 deletions

View File

@ -0,0 +1,7 @@
---
- name: restart k3s
systemd:
name: k3s
enabled: yes
daemon_reload: yes
state: restarted