Commit graph

37 commits

Author SHA1 Message Date
ff1198c411 fix: use non digest tag for dokuwiki image 2024-03-09 17:26:16 +01:00
a83007bafd chore(deps): update bitnami/dokuwiki docker tag to v20240206 2024-03-09 00:19:59 +00:00
801974e13d chore(deps): update bitnami/dokuwiki:20230404 docker digest to 30e5bb9 2024-02-24 01:18:11 +00:00
790b8a3f39 chore(deps): update bitnami/dokuwiki:20230404 docker digest to 91dbc4a 2024-02-21 20:14:08 +01:00
61bb75f50c chore(deps): update bitnami/dokuwiki:20230404 docker digest to d195188 2024-02-16 18:18:19 +00:00
4d85eeee8e chore(deps): update bitnami/dokuwiki:20230404 docker digest to a8eb470 2024-02-10 18:57:01 +01:00
9aef7ac868 chore(deps): update bitnami/dokuwiki:20230404 docker digest to aaee2ed 2024-02-03 19:53:31 +01:00
78008cfd77 chore(deps): update bitnami/dokuwiki:20230404 docker digest to 95c012d 2024-01-28 00:16:05 +01:00
e2e51b9e98 chore(deps): update bitnami/dokuwiki:20230404 docker digest to 36d39f3 2024-01-22 16:13:04 +01:00
3307a4710f chore(deps): update bitnami/dokuwiki:20230404 docker digest to 37e5b6e 2023-12-28 16:29:20 +01:00
8d9cdd3a26 chore(deps): update bitnami/dokuwiki:20230404 docker digest to 3e674bf 2023-12-11 18:57:12 +01:00
0afe932aa5 Change dehydrated_cron name for git dependency specification 2023-11-17 19:53:47 +01:00
1b0968d195 chore(deps): update bitnami/dokuwiki:20230404 docker digest to 5869cd2 2023-11-04 19:07:58 +01:00
0f5b0a1220 chore(deps): update bitnami/dokuwiki:20230404 docker digest to a130235 2023-10-03 15:18:31 +02:00
32b54ee9ff chore(deps): update bitnami/dokuwiki:20230404 docker digest to 4e8d01b 2023-09-27 19:18:08 +00:00
23851a252a 🧑‍💻 add ansible tag to dokuwiki jobs 2023-09-22 15:44:08 +02:00
714d0fb460 chore(deps): update bitnami/dokuwiki:20230404 docker digest to 9350261 2023-09-22 15:44:08 +02:00
75465ff9b7 chore(deps): update bitnami/dokuwiki:20230404 docker digest to e120182 2023-09-20 23:37:28 +02:00
af0f7f110e chore(deps): update bitnami/dokuwiki:20230404 docker digest to 76f912d 2023-09-10 12:38:05 +02:00
31b8e49ff9 chore(deps): update bitnami/dokuwiki:20230404 docker digest to dad8cef 2023-08-31 14:18:00 +00:00
0663e3ee08 chore(deps): update bitnami/dokuwiki docker tag to v20230404 2023-08-29 22:43:01 +02:00
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)