templier-ansible/plays/certbot.yml
Yohann D'ANELLO f9491c6553
[certbot] Configure certbot
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2021-05-25 08:26:01 +02:00

8 lines
182 B
YAML
Executable File

#!/usr/bin/env ansible-playbook
---
- hosts: certbot
vars:
certbot: "{{ glob_certbot | default(service_certbot | default(loc_certbot | default([]))) }}"
roles:
- certbot