Commit graph

16 commits

Author SHA1 Message Date
18e28d0ca2 ansible: add tag to ffmd-dns job 2023-08-25 20:03:16 +02:00
af190df3fe chore(deps): update ffmd/bind9-md-freifunk-net docker tag to v2022122301 2023-08-23 22:18:07 +00:00
2902afefb6 chore(deps): update bitnami/dokuwiki:20220731 docker digest to 4309805 2023-08-19 19:25:05 +02:00
d0f62c6169 chore(deps): update phpmyadmin docker tag to v5.2 2023-08-19 10:18:13 +00:00
90161d24e3 fix renovate regex 2023-08-18 21:25:01 +02:00
74e0b9112d chore: cleanup docker image vars to enable renovate matching 2023-07-28 21:52:44 +02:00
93e513df2f 🔧 Use share-link for discord forward to gather some statistics 2023-05-01 14:00:37 +02:00
22ee95eee1 Add forward discord.netz39.de to discord invite link
The URI https://discord.netz39.de will be on our printed flyers.
2023-04-30 20:04:37 +02:00
6631ef4e7f 🔧 Change registry to domain docker.netz39.de
The previous .n39.eu domain is meant to be used within the space only.
Change to the external domain, as the registry is running on our external
server.
2023-04-06 18:17:03 +02:00
ae7b65cc5f 🔧 Move docker_setup role application to group playbook
To install docker on a host you have to put it into that group in
inventory now, instead of adding the role to each host playbook.  Idea
is to extend the group docker_host playbook by more docker related
things as for example metrics and monitoring.
2022-12-21 19:00:22 +01:00
8855f7cc10 🚑 Pin Dokuwiki container to specific digest
There seem to be compatibility issues with container updates within the
same tag. These updates happen every time we run Ansible and are usually
desired, as they can fix security issues (esp. in the base image).

However, if the update cannot be trusted to run without manual intervention,
we have to pin the version and check for updates manually.
2022-11-18 17:12:13 +01:00
a677be3607 ⬆️ Update FFMD-DNS to 2022111601 2022-11-18 12:25:10 +01:00
4a263e3a0d 🚨 Fix "too many blank lines" warnings
yamllint warned:

host-pottwal.yml
  98:1      error    too many blank lines (3 > 2)  (empty-lines)

host-tau.yml
  173:1     error    too many blank lines (1 > 0)  (empty-lines)
2022-11-18 08:44:43 +01:00
6796e2f273 🔧 Add timezone information to docker containers
Docker does not take the tzdata from host systems, so the
timezone needs to be set individually.

Otherwise dates without explicit timezone information or Z will
be generated or interpreted in the wrong timezone
(such as dokuwiki signatures)
2022-11-10 13:05:18 +01:00
4c80352145 Change tau docker data directory to match other hosts 2022-11-07 15:16:43 +01:00
f11ddd9778 🚚 Rename host playbooks to host-* 2022-11-04 22:34:37 +01:00
Renamed from tau.yml (Browse further)