Update Traefik syntax and add nginx SELinux perm

This commit is contained in:
2025-06-08 22:54:52 -04:00
parent d2473533d5
commit bda79d0b37
2 changed files with 7 additions and 1 deletions

View File

@@ -72,6 +72,12 @@
state: present
update_cache: true
- name: Allow nginx to make network connections
ansible.posix.seboolean:
name: httpd_can_network_connect
state: true
persistent: true
- name: Deploy nginx proxy config
ansible.builtin.copy:
src: nginx.conf