Adding a bunch of random stuff related to IaC and the beginnings of the database server config
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user