Divide add config and rproxy installation

This commit is contained in:
2025-10-21 01:25:24 +03:00
parent 36c6511ed6
commit 8c2afbcac9
19 changed files with 370 additions and 326 deletions

View File

@@ -0,0 +1,15 @@
---
- name: Install podman
ansible.builtin.yum:
name:
- podman
- podman-compose
- podman-docker
- buildah
update_cache: yes
- name: Enable Podman
ansible.builtin.systemd:
name: podman
state: started
enabled: yes

View File

@@ -0,0 +1,2 @@
---
ansible_python_interpreter: /usr/bin/python3