11 lines
331 B
YAML
Executable File
11 lines
331 B
YAML
Executable File
#!/usr/bin/env ansible-playbook
|
|
---
|
|
- hosts: eap.adm.crans.org, odlyd.adm.crans.org, radius.adm.crans.org
|
|
vars:
|
|
certbot: '{{ glob_certbot | default({}) | combine(loc_certbot | default({})) }}'
|
|
bind:
|
|
masters: "{{ lookup('re2oapi', 'get_role', 'dns-authoritary-master')[0] }}"
|
|
roles:
|
|
- certbot
|
|
- freeradius
|