Compare commits

..

No commits in common. "23cac351c670037c0838074f4a08e2286209dbc4" and "ae582e976e0ee14702eaf71aa5fb78ae1198f610" have entirely different histories.

1 changed files with 3 additions and 6 deletions

View File

@ -16,8 +16,8 @@
- containerd
state: present
- name: create br_netfilter
command: modprobe br_netfilter
- name: create br_filter
command: modprobe br_filter
- name: create a containerd directory
file:
@ -41,7 +41,7 @@
lineinfile:
path: /etc/containerd/config.toml
regexp: '^SystemdCgroup ='
line: 'SystemdCgroup = true' # fix this shit, its not replacing the correct SystemdCgroup
line: 'SystemdCgroup = true'
- name: turn off swap
command: swapoff -a
@ -53,9 +53,6 @@
line: 'net.ipv4.ip_forward=1'
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
stat:
path: /etc/apt/keyrings/kubernetes-apt-keyring.gpg