Compare commits

..

No commits in common. "main" and "rocky9" have entirely different histories.
main ... rocky9

2 changed files with 1 additions and 7 deletions

View File

@ -60,7 +60,7 @@ services:
WORDPRESS_DB_USER: ${WORDPRESS_DB_USER:-wordpress} WORDPRESS_DB_USER: ${WORDPRESS_DB_USER:-wordpress}
WORDPRESS_DB_PASSWORD: ${WORDPRESS_DB_PASSWORD} WORDPRESS_DB_PASSWORD: ${WORDPRESS_DB_PASSWORD}
labels: labels:
traefik.http.routers.wordpress.rule: Host(`${WORDPRESS_DOMAIN:-www.local.freeitathens.org}`) || Host(`${TRAEFIK_ACME_DOMAIN_MAIN:-local.freeitathens.org}`) traefik.http.routers.wordpress.rule: Host(`${WORDPRESS_DOMAIN:-www.local.freeitathens.org}`,`${TRAEFIK_ACME_DOMAIN_MAIN:-local.freeitathens.org}`)
traefik.http.routers.wordpress.entrypoints: websecure traefik.http.routers.wordpress.entrypoints: websecure
traefik.http.routers.wordpress.middlewares: "wwwredirect" traefik.http.routers.wordpress.middlewares: "wwwredirect"
traefik.http.routers.wordpress.tls: true traefik.http.routers.wordpress.tls: true

View File

@ -72,12 +72,6 @@
state: present state: present
update_cache: true 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 - name: Deploy nginx proxy config
ansible.builtin.copy: ansible.builtin.copy:
src: nginx.conf src: nginx.conf