8 lines
182 B
YAML
Executable File
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
|