FRITA-infra/ansible.cfg
Kris Lamoureux d2473533d5
Migrate from Docker on Debian to Podman on Rocky
- Upgrade base OS from Debian 11 to Rocky Linux 9
- Configure 100GB XFS filesystem with auto-expansion
- Replace Docker with rootless Podman for improved security
- Add nginx reverse proxy for non-privileged port handling
- Move the Traefik dashboard from port 8443 to 9443
- Configure SELinux contexts for container operations
2025-06-08 22:14:49 -04:00

7 lines
124 B
INI

[defaults]
inventory = ./environments/development
interpreter_python = /usr/bin/python3
[ssh_connection]
pipelining = True