ansible/certbot.yml

10 lines
185 B
YAML
Raw Normal View History

2019-10-03 02:04:52 +00:00
- hosts: synapse
vars:
2019-11-13 20:48:50 +00:00
- certbot_certs:
2019-10-03 02:04:52 +00:00
- email: core@fuz.re
domains:
2019-11-13 20:48:50 +00:00
- "{{ ansible_host }}"
2019-10-03 02:04:52 +00:00
# - riot.fuz.re
2019-11-13 20:48:50 +00:00
roles:
- ansible-role-certbot