Add roles apache-php and reverse_proxy

This commit is contained in:
polz 2025-07-25 16:55:11 +02:00
parent d1cf462f64
commit 4ed3bc5d7f
5 changed files with 63 additions and 0 deletions

View file

@ -0,0 +1,5 @@
- name: Set up nginx site
template:
dest: '/etc/nginx/http.d/{{ inventory_hostname }}.conf'
src: 'nginx.conf.j2'
notify: reload nginx