mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 05:42:46 +01:00
build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user