Compare commits
No commits in common. "23cac351c670037c0838074f4a08e2286209dbc4" and "ae582e976e0ee14702eaf71aa5fb78ae1198f610" have entirely different histories.
23cac351c6
...
ae582e976e
|
@ -16,8 +16,8 @@
|
||||||
- containerd
|
- containerd
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: create br_netfilter
|
- name: create br_filter
|
||||||
command: modprobe br_netfilter
|
command: modprobe br_filter
|
||||||
|
|
||||||
- name: create a containerd directory
|
- name: create a containerd directory
|
||||||
file:
|
file:
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /etc/containerd/config.toml
|
path: /etc/containerd/config.toml
|
||||||
regexp: '^SystemdCgroup ='
|
regexp: '^SystemdCgroup ='
|
||||||
line: 'SystemdCgroup = true' # fix this shit, its not replacing the correct SystemdCgroup
|
line: 'SystemdCgroup = true'
|
||||||
|
|
||||||
- name: turn off swap
|
- name: turn off swap
|
||||||
command: swapoff -a
|
command: swapoff -a
|
||||||
|
@ -53,9 +53,6 @@
|
||||||
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