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

View File

@ -0,0 +1 @@
console=serial0,115200 console=tty1 root=PARTUUID=424e930f-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory