Ansible role to install a templateable HTTP errors service
Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.
- Minimum Ansible version:
2.10
Cert resolver within traefik
errors_cert_resolver:errors_cert_resolver: defaultDocker image to use
errors_image: webhippie/errors:{{ errors_version }}Insecure middlewares for traefik
errors_insecure_middlewares:
- https@file
- errors@fileDocker network to connect to
errors_network:errors_network: traefikPriority within Traefik routing
errors_priority: '1'Publish the service on that binding
errors_publish_server:Pull image as part of the tasks
errors_pull_image: trueSecure middlewares for traefik
errors_secure_middlewares:
- secure@file
- errors@fileVersion of the release to install
errors_version: 2.3.3errors
Apache-2.0