[nginx] Add Nginx playbook

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-02-22 14:52:15 +01:00 committed by ynerant
parent 8a1f26d852
commit e4bdec1dd8
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/env ansible-playbook
---
# Deploy Nginx
- hosts: nginx
vars:
nginx: '{{ glob_nginx | default({}) | combine(loc_nginx | default({})) }}'