-
-
Notifications
You must be signed in to change notification settings - Fork 496
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
traefik: user customization and update
- Updates traefik v2.4->v2.5 (I've done an in-place upgrade and it worked with no issues) - Adds ability to even further customize traefik2 configuration but keeps all the current settings as default - parametrize container image using `traefik_image` - parametrize templated files with `traefik_template_files{,_custom}` template custom files - parametrize container volumes with `traefik_docker_volumes{,_custom}` mount custom volumes to container - parametrize entryPoint.web port `traefik_port_http` - use `ansible_nas_domain_root` as added in #495 to allow more customization for domain names - parametrize domains used to generate certificates using `traefik_domain_san{,_custom}` - Optionaly add `certificatesResolvers.letsencryptTls` that uses TLS to authenticate for domain certificates, usefull if you have some domains that aren't using default `ansible_nas_domain` or `*.ansible_nas_domain` domain Example for templating: I'm using this to seed the account-file.json to multiple server that I use as a failover. `acme-dns` uses it to store the "passwords" for domain certs it tries to / issues.
- Loading branch information
Showing
3 changed files
with
52 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters