Minor Traefik docs improvements
This commit is contained in:
parent
1cef83b4ff
commit
4b21a62a19
2 changed files with 7 additions and 2 deletions
|
@ -20,6 +20,9 @@ To enable this service, add the following configuration to your `vars.yml` file
|
||||||
|
|
||||||
mash_playbook_reverse_proxy_type: playbook-managed-traefik
|
mash_playbook_reverse_proxy_type: playbook-managed-traefik
|
||||||
|
|
||||||
|
# The email address that Traefik will pass to Let's Encrypt when obtaining SSL certificates
|
||||||
|
devture_traefik_config_certificatesResolvers_acme_email: your-email@example.com
|
||||||
|
|
||||||
# Or, if you'd like to install Traefik yourself:
|
# Or, if you'd like to install Traefik yourself:
|
||||||
#
|
#
|
||||||
# mash_playbook_reverse_proxy_type: other-traefik-container
|
# mash_playbook_reverse_proxy_type: other-traefik-container
|
||||||
|
@ -31,3 +34,5 @@ mash_playbook_reverse_proxy_type: playbook-managed-traefik
|
||||||
# #
|
# #
|
||||||
########################################################################
|
########################################################################
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Enabling the Traefik service, as shown above, automatically installs a [tecnativa/docker-socket-proxy](https://github.com/Tecnativa/docker-socket-proxy) service/container (powered by the [com.devture.ansible.role.container_socket_proxy](https://github.com/devture/com.devture.ansible.role.container_socket_proxy) Ansible role) to improve security by not mounting a Docker socket into the Traefik container.
|
||||||
|
|
|
@ -73,8 +73,8 @@ devture_timesync_installation_enabled: true
|
||||||
|
|
||||||
mash_playbook_reverse_proxy_type: playbook-managed-traefik
|
mash_playbook_reverse_proxy_type: playbook-managed-traefik
|
||||||
|
|
||||||
# The E-Mail address that traefik will use to obtain certificates with
|
# The email address that Traefik will pass to Let's Encrypt when obtaining SSL certificates
|
||||||
devture_traefik_config_certificatesResolvers_acme_email: yourmail@example.com
|
devture_traefik_config_certificatesResolvers_acme_email: your-email@example.com
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
# #
|
# #
|
||||||
|
|
Loading…
Reference in a new issue