adc/ansible/acme-all.yml
josiah 7b7284c32f Add several roles; restructure group vars; restructure inventory.
all of this is required for the synology LE role to work. this is
still a massive WIP commit.

synology LE works, but synology webdav using that LE cert does not
yet work. there appears to be some cipher mismatch issue by default.
2020-11-10 23:22:38 -06:00

20 lines
567 B
YAML

---
- name: Setup task server for ACME work.
hosts: larva.home.jowj.net
remote_user: "{{ remote_user }}"
roles:
- { name: acmedns_base, tags: ['acmedns_base'] }
- name: Setup synology to allow for remote cert copy
hosts: storage.home.jowj.net
remote_user: "{{ remote_user }}"
roles:
- { name: acmedns_remote_host, tags: ['acmedns_remote_host'] }
- name: Pull LE certs and copy them to Synology
hosts: larva.home.jowj.net
remote_user: "{{ remote_user }}"
roles:
- { name: acmedns_syno_updater, tags: ['acmedns_syno_updater'] }