Add call to apache-letsencrypt role

This commit is contained in:
Stefan Haun 2022-09-06 14:56:25 +02:00
parent 8549d50d03
commit 020e5a4dd8

View file

@ -23,6 +23,7 @@
vars: vars:
docker_data_root: "/srv/docker" docker_data_root: "/srv/docker"
- role: apache - role: apache
- role: apache-letsencrypt # Uses configuration from dehydrated setup
- role: ansible-role-dehydrated - role: ansible-role-dehydrated
vars: vars:
dehydrated_contact_email: "{{ server_admin }}" dehydrated_contact_email: "{{ server_admin }}"