[nginx] Add Nginx playbook
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
8a1f26d852
commit
e4bdec1dd8
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/env ansible-playbook
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
|
# Deploy Nginx
|
||||||
- hosts: nginx
|
- hosts: nginx
|
||||||
vars:
|
vars:
|
||||||
nginx: '{{ glob_nginx | default({}) | combine(loc_nginx | default({})) }}'
|
nginx: '{{ glob_nginx | default({}) | combine(loc_nginx | default({})) }}'
|
||||||
|
|
Loading…
Reference in New Issue