fix some commands
parent
da6e87fa1e
commit
23cac351c6
|
@ -41,7 +41,7 @@
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /etc/containerd/config.toml
|
path: /etc/containerd/config.toml
|
||||||
regexp: '^SystemdCgroup ='
|
regexp: '^SystemdCgroup ='
|
||||||
line: 'SystemdCgroup = true'
|
line: 'SystemdCgroup = true' # fix this shit, its not replacing the correct SystemdCgroup
|
||||||
|
|
||||||
- name: turn off swap
|
- name: turn off swap
|
||||||
command: swapoff -a
|
command: swapoff -a
|
||||||
|
@ -53,6 +53,9 @@
|
||||||
line: 'net.ipv4.ip_forward=1'
|
line: 'net.ipv4.ip_forward=1'
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: edit /proc/sys/net/ipv4/ip_forward
|
||||||
|
command: echo "1" | sudo tee /proc/sys/net/ipv4/ip_forward
|
||||||
|
|
||||||
- name: check if GPG key file exists
|
- name: check if GPG key file exists
|
||||||
stat:
|
stat:
|
||||||
path: /etc/apt/keyrings/kubernetes-apt-keyring.gpg
|
path: /etc/apt/keyrings/kubernetes-apt-keyring.gpg
|
||||||
|
|
Loading…
Reference in New Issue