10 lines
185 B
YAML
10 lines
185 B
YAML
- hosts: synapse
|
|
vars:
|
|
- certbot_certs:
|
|
- email: core@fuz.re
|
|
domains:
|
|
- "{{ ansible_host }}"
|
|
# - riot.fuz.re
|
|
roles:
|
|
- ansible-role-certbot
|