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

@@ -2,8 +2,11 @@
- name: Deploy raspberry config
template:
src: config.txt
dest: /boot/config.txt
src: "{{ item }}"
dest: /boot/{{ item }}
with_items:
- cmdline.txt
- config.txt
notify: reboot
- name: Set pi user in groups