Moved some prerequisites to external files
parent
74ff4b483f
commit
c899de75ae
@ -0,0 +1,10 @@
|
||||
- name: Deploy containerd-config
|
||||
ansible.builtin.copy:
|
||||
src: containerd_config.toml
|
||||
dest: /etc/containerd/config.toml
|
||||
mode: u=rw,g=r,o=r
|
||||
|
||||
- name: restart_containerd
|
||||
ansible.builtin.service:
|
||||
name: containerd
|
||||
state: restarted
|
@ -0,0 +1,2 @@
|
||||
- name: Disable swap
|
||||
command: swapoff -a
|
Loading…
Reference in New Issue