This commit is contained in:
2026-02-21 01:45:19 +01:00
parent 11621f2e20
commit 3c4490b9c2

View File

@@ -10,7 +10,7 @@
ansible.posix.selinux:
state: permissive
policy: targeted
- name: Disable swap
command: swapoff -a
when: ansible_swaptotal_mb > 0
@@ -63,9 +63,14 @@
gpgcheck=1
gpgkey=https://pkgs.k8s.io/core:/stable:/v1.29/rpm/repodata/repomd.xml.key
- name: Add Docker CE repository (for containerd)
dnf:
name: https://download.docker.com/linux/centos/docker-ce.repo
state: present
- name: Install containerd
dnf:
name: containerd
name: containerd.io
state: present
- name: Configure containerd