- 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
10 lines
151 B
YAML
10 lines
151 B
YAML
- name: Install FRITA Web Server
|
|
hosts: all
|
|
become: true
|
|
vars_files:
|
|
- vars/webserver.yml
|
|
roles:
|
|
- common
|
|
- podman
|
|
- webserver
|