[nginx] Allow to add a service_nginx

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-06-22 14:15:04 +02:00
parent 78121f65bb
commit ada8e7abfa
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
# Deploy Nginx # Deploy Nginx
- hosts: nginx,!adh_server - hosts: nginx,!adh_server
vars: vars:
nginx: '{{ glob_nginx | default({}) | combine(loc_nginx | default({})) }}' nginx: '{{ glob_nginx | default({}) | combine(service_nginx | default({}) | combine(loc_nginx | default({}))) }}'
roles: roles:
- nginx - nginx