[nginx] Add nginx playbook
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
44cf074a39
commit
1575b3eea5
plays
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env ansible-playbook
|
||||
---
|
||||
- hosts: nginx
|
||||
vars:
|
||||
nginx: '{{ glob_nginx | default({}) | combine(loc_nginx | default({})) }}'
|
||||
roles:
|
||||
- nginx
|
Loading…
Reference in New Issue