use custom nginx role to be able to change the configuration

master
loooph 2021-09-26 20:35:20 +02:00
parent 016ac49e83
commit 01060cb587
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,9 @@
---
- name: Configure nginx
include_role:
name: nginxinc.nginx
vars:
nginx_config_upload_ssl_enable: true
nginx_config_main_template_enable: true
nginx_config_http_template_enable: true

View File

@ -5,7 +5,7 @@
become: true become: true
roles: roles:
# - common # - common
- nginxinc.nginx - nginx
# - matrix-synapse # - matrix-synapse
# - openldap # - openldap
# - gitea # - gitea