Move NGINX setup to its own playbook.

This commit is contained in:
Viyurz 2024-05-14 18:35:25 +02:00
parent a66b370e84
commit 7cea26edff
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8
2 changed files with 5 additions and 1 deletions

View file

@ -47,7 +47,6 @@ projects:
- homepage
- lldap
- mailserver
- nginx
- postgres
- searxng
- stump

View file

@ -0,0 +1,5 @@
- name: Include variables files & setup NGINX
hosts: localhost
roles:
- include-vars
- nginx