✨ Add HTTPS ingress to krypton
This commit is contained in:
parent
8617f84f9d
commit
2802784e7a
1 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,13 @@
|
|||
- role: docker_setup
|
||||
vars:
|
||||
docker_data_root: "/srv/docker"
|
||||
- role: apache
|
||||
- role: apache-letsencrypt # Uses configuration from dehydrated setup
|
||||
- role: ansible-role-dehydrated
|
||||
vars:
|
||||
dehydrated_contact_email: "{{ server_admin }}"
|
||||
dehydrated_domains:
|
||||
- role: penguineer.dehydrated_cron
|
||||
|
||||
tasks:
|
||||
|
||||
|
|
Loading…
Reference in a new issue