Commit graph

95 commits

Author SHA1 Message Date
Renovate Bot
6f6caa04e0 automation: Update traefik Docker tag to v2.5.3 2021-09-21 00:05:15 +00:00
db8aeefacb
format: Satisfy ansible-lint
This patch makes minor formatting adjustments & adds handlers to mastodon where appropriate to satisfy ansible-lint.
2021-09-14 01:45:22 +02:00
Renovate Bot
623e95c568 automation: Update traefik Docker tag to v2.5.2 2021-09-02 18:13:04 +00:00
Renovate Bot
c033572d0e automation: Update traefik Docker tag to v2.5.1 2021-08-20 18:09:49 +00:00
Renovate Bot
6e2e1664ef automation: Update traefik Docker tag to v2.5.0 2021-08-17 20:11:14 +00:00
19eb9e1196
traefik: Allow to define additional entrypoints
This patch allows users to easily add new entrypoints on different ports.
Such functionality comes in handy when having to deploy something like a docker registry on the same host but on a different port while still utilizing a shared certificate.
2021-08-15 23:55:23 +02:00
Renovate Bot
3756745f06 automation: Update traefik Docker tag to v2.4.13 2021-07-31 08:13:05 +00:00
Renovate Bot
5f66de8ed8 automation: Update traefik Docker tag to v2.4.12 2021-07-27 18:08:07 +00:00
Renovate Bot
0b5dcd5918 automation: Update traefik Docker tag to v2.4.11 2021-07-15 19:07:45 +00:00
Renovate Bot
a138a2816f automation: Update traefik Docker tag to v2.4.9 2021-06-22 22:07:53 +00:00
Sheogorath
c04955a168
traefik: Fix tor configuration include
This patch will change the name of the config file from `traefik` to
`traefik.conf`, since tor now includes `/etc/torrc.d/*.conf` in their
config file. This should make sure that the config is actually loaded.

This patch originates from the observation that new setups no longer
create the tor hidden service for traefik. Some investigation resulted
in the insight, that the tor node is no longer including the
configuration file.
2021-05-30 17:16:35 +02:00
Sheogorath
36e5ccffbc
traefik: Increase memory limits for tor container
Apparently 32mb are a bit too little for the DHT. In case a node has no
swap configured, it'll never be able to sue the `memswap_limit`,
resulting in the OOM death of the container on startup.

This patch will fix this problem by doubling the low memory limit for
the container.
2021-05-30 17:16:19 +02:00
Renovate Bot
4447d09eb6 automation: Update traefik Docker tag to v2.4.8 2021-03-24 02:03:38 +00:00
Renovate Bot
f5a661d2e0 automation: Update traefik Docker tag to v2.4.7 2021-03-09 02:03:53 +00:00
951dbeb41d
Fix yamllint issues 2021-03-05 13:02:55 +01:00
a93c313704
Adjust module name for firewalld to work with newer ansible versions 2021-03-05 12:34:43 +01:00
Renovate Bot
58a267fdcd automation: Update traefik Docker tag to v2.4.6 2021-03-02 13:22:15 +00:00
Renovate Bot
29e30cc57a automation: Update traefik Docker tag to v2.4.5 2021-02-18 19:20:18 +00:00
Renovate Bot
21a519ddef automation: Update traefik Docker tag to v2.4.3 2021-02-17 00:27:19 +00:00
Renovate Bot
f5a57aba2e automation: Update traefik Docker tag to v2.4.2 2021-02-02 22:20:07 +00:00
Renovate Bot
2da36288e7 automation: Update traefik Docker tag to v2.4.0 2021-01-19 23:20:15 +00:00
Renovate Bot
3721588960 automation: Update traefik Docker tag to v2.3.7 2021-01-12 00:19:48 +00:00
Renovate Bot
8b673087b3 automation: Update traefik-dockersocketproxy Docker tag to v2 2021-01-04 15:19:36 +00:00
6d9ff52575
traefik: Switch back to non-collection name for compatibility 2021-01-02 20:16:49 +01:00
08ed54d139
Roles: Validate using the local docker-compose instead of python cmd
This will make it easier to migrate to other systems that do not have python2 etc installed
2021-01-02 04:46:15 +01:00
Renovate Bot
5e1ef25f0a automation: Update traefik Docker tag to v2.3.6 2020-12-18 14:02:56 +00:00
Renovate Bot
7e69ecb479 automation: Update traefik Docker tag to v2.3.5 2020-12-12 14:23:25 +00:00
9e86ae3bba
traefik: Only trust network for docker < 20.10
Docker complains about the network being already marked as trusted otherwise.
Also an upgrade to docker 20.10 requires manual recreation of the networks and a removal of the docker-proxy network via `firewall-cmd --zone=trusted --remove-interface=docker-proxy`.
2020-12-10 19:39:13 +01:00
Renovate Bot
daab436b38 automation: Update traefik Docker tag to v2.3.4 2020-11-25 14:24:05 +00:00
Renovate Bot
6b5ab2bcc3 automation: Update traefik Docker tag to v2.3.3 2020-11-20 14:22:37 +00:00
57c4d33115
traefik: Adjust firewalld module name to use new collection
This patch implements a change coming in the upcoming Ansible v2
2020-11-05 02:40:04 +01:00
Renovate Bot
0aab64b725 automation: Update traefik Docker tag to v2.3.2 2020-10-25 14:22:59 +00:00
Renovate Bot
8a45fdc91e automation: Update traefik Docker tag to v2.3.1 2020-10-15 15:08:51 +00:00
8abc862a22
traefik: Add automated upgrades via renovate 2020-10-12 21:16:57 +02:00
ada2133fd9
traefik: Adjust command formatting to satisfy ansible-lint 2020-09-26 22:37:09 +02:00
7732e5d43f
traefik: Adjust directory permissions
This patch reduces the permissions on the install directory to just the root user and also fixes the ansible-lint issue by specifying the `mode`.
2020-09-26 21:45:15 +02:00
912d32cdd3
Fix meta file dependencies reference to docker_compose role 2020-09-26 20:02:46 +02:00
96ef0fb9cf
traefik: Upgrade to v2.3.0 2020-09-26 05:44:58 +02:00
7c1eca3e16
Adjust log level of dockersocketproxy to notice
This should prevent another 5gb log file :/
2020-09-19 17:00:07 +02:00
1c5b5cc887
traefik: Upgrade to 2.2.11 2020-09-16 12:40:21 +02:00
084765e762
traefik: Upgrade to version 2.2.10 2020-09-08 21:21:24 +02:00
Sheogorath
4a5c245128
traefik: Remove file provider config options when omitted
Currently there is an ugly error message when traefik tries to read the
dynamic_conf directory while it doesn't exists, because no dynamic
config is definied. This patch makes the config, given that it's not
defined truely optional and gets rid of the error message.
2020-08-21 17:11:55 +02:00
f8306138b7
traefik: Fix IPv6 support to work properly
With some of the recently introduced changes especially around the
defaults and ipv6 addresses, this patch fixes all remaining issues and
makes sure the docker and firewall configuration fits the expectations.

Original commit: 7819c8fcc8
2020-08-18 15:35:55 +02:00
100ef46288
traefik/teamspeak: Remove priority from default redirect + set endpoint
This patch removes the priority on the default HTTP->HTTPS redirect rule defined on the traefik container, as all traffic should always be redirected to HTTPS.
So, to fix the teamspeak redirect, the endpoint for the redirect was also correctly set.
2020-08-13 04:25:50 +02:00
ac6d8172dd
Initial commit 2020-08-10 01:37:13 +02:00