10 lines
291 B
YAML
Executable File
10 lines
291 B
YAML
Executable File
#!/usr/bin/env ansible-playbook
|
|
---
|
|
- hosts: certbot !zamok.adm.crans.org
|
|
vars:
|
|
service: "{{ glob_service_certbot | default({}) | combine(loc_service_certbot | default({})) }}"
|
|
certbot: "{{ loc_certbot | default(glob_certbot | default([])) }}"
|
|
roles:
|
|
- service
|
|
- certbot
|