mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-12 21:32:48 +01:00
build
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
ansible.posix.selinux:
|
ansible.posix.selinux:
|
||||||
state: permissive
|
state: permissive
|
||||||
policy: targeted
|
policy: targeted
|
||||||
|
|
||||||
- name: Disable swap
|
- name: Disable swap
|
||||||
command: swapoff -a
|
command: swapoff -a
|
||||||
when: ansible_swaptotal_mb > 0
|
when: ansible_swaptotal_mb > 0
|
||||||
@@ -63,9 +63,14 @@
|
|||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=https://pkgs.k8s.io/core:/stable:/v1.29/rpm/repodata/repomd.xml.key
|
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
|
- name: Install containerd
|
||||||
dnf:
|
dnf:
|
||||||
name: containerd
|
name: containerd.io
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Configure containerd
|
- name: Configure containerd
|
||||||
|
|||||||
Reference in New Issue
Block a user