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