[certbot] Configure certbot
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
7
plays/certbot.yml
Executable file
7
plays/certbot.yml
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env ansible-playbook
|
||||
---
|
||||
- hosts: certbot
|
||||
vars:
|
||||
certbot: "{{ glob_certbot | default(service_certbot | default(loc_certbot | default([]))) }}"
|
||||
roles:
|
||||
- certbot
|
Reference in New Issue
Block a user