Adding a bunch of random stuff related to IaC and the beginnings of the database server config

This commit is contained in:
2024-11-10 21:06:01 -05:00
parent 8dc6023e9e
commit ad783237f5
6 changed files with 260 additions and 2 deletions

View File

@@ -38,11 +38,21 @@
fstype: xfs
state: mounted
- name: Install podman
- name: Install podman and components
ansible.builtin.yum:
name: podman
name:
- podman
- passt
- shadow-utils
state: latest
async: 1200
poll: 60
- name: Force reinstall container-selinux
ansible.builtin.yum:
name: container-selinux
state: reinstall
async: 1200
poll: 60