[nginx] Add nginx playbook

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-02-19 01:37:52 +01:00 committed by ynerant
parent 44cf074a39
commit 1575b3eea5
1 changed files with 7 additions and 0 deletions

7
plays/nginx.yml 100755
View File

@ -0,0 +1,7 @@
#!/usr/bin/env ansible-playbook
---
- hosts: nginx
vars:
nginx: '{{ glob_nginx | default({}) | combine(loc_nginx | default({})) }}'
roles:
- nginx