Commit graph

1471 commits

Author SHA1 Message Date
teuserer
c59f8ae004 set matrix host name to netz39.de
this will appear in all matrix user handles
2025-05-02 09:31:44 +02:00
teuserer
85efa47d49 move matrix variables to pottwal playbook 2025-05-02 08:57:47 +02:00
teuserer
bcead67660 Add Matrix Synapse role 2025-05-02 08:57:47 +02:00
acecd11bc7 Merge pull request 'Update postgres Docker tag to v17' () from renovate/postgres-17.x into master
Reviewed-on: 
2025-05-01 15:36:35 +02:00
458eab5714 Merge pull request 'Update nodered/node-red Docker tag to v4' () from renovate/nodered-node-red-4.x into master
Reviewed-on: 
2025-05-01 14:40:16 +02:00
41fce94db4 Update nodered/node-red Docker tag to v4 2025-05-01 12:18:03 +00:00
c4cc6819b6 Merge pull request '⬆️ Bump nodered/node-red to 3.1.15-18' () from nodered-3.1.15-18 into master
Reviewed-on: 
2025-05-01 14:06:53 +02:00
bd1a369b5e ⬆️ Bump nodered/node-red to 3.1.15-18 2025-05-01 13:09:48 +02:00
4382362da0 Merge pull request 'Update bitnami/rabbitmq Docker tag to v4.1.0' () from renovate/bitnami-rabbitmq-4.x into master
Reviewed-on: 
2025-04-30 17:07:51 +02:00
b684463827 Merge pull request 'Update config yaml format in default callback plugin' () from result-format-yaml into master
Reviewed-on: 
Reviewed-by: Alexander Dahl <alex@netz39.de>
2025-04-30 13:18:17 +02:00
f9c5b2593d Update config yaml format in default callback plugin
```
[DEPRECATION WARNING]: community.general.yaml has been deprecated. The plugin
has been superseded by the the option `result_format=yaml` in callback plugin
ansible.builtin.default from ansible-core 2.13 onwards. This feature will be
removed from community.general in version 13.0.0. Deprecation warnings can be
disabled by setting deprecation_warnings=False in ansible.cfg
```
2025-04-30 13:17:14 +02:00
0bf5326cef Merge pull request 'Update codeberg.org/forgejo/forgejo Docker tag to v11' () from renovate/codeberg.org-forgejo-forgejo-11.x into master
Reviewed-on: 
2025-04-30 13:15:27 +02:00
26ca022bbe Update codeberg.org/forgejo/forgejo Docker tag to v11 2025-04-30 07:18:05 +00:00
4a95705602 Merge pull request 'Update registry Docker tag to v3' () from renovate/registry-3.x into master
Reviewed-on: 
Reviewed-by: Alexander Dahl <alex@netz39.de>
2025-04-29 15:03:54 +02:00
6d4927dc85 Merge pull request 'Update dependency 24367dfa.dehydrated to v2.3.0' () from renovate/24367dfa.dehydrated-2.x into master
Reviewed-on: 
Reviewed-by: Alexander Dahl <alex@netz39.de>
2025-04-29 15:03:23 +02:00
b70f2d06e0 Merge pull request 'Update redmine Docker tag to v6.0.5' () from renovate/redmine-6.x into master
Reviewed-on: 
2025-04-29 15:02:46 +02:00
181820587f Merge pull request 'Update grafana/grafana Docker tag to v11.6.1' () from renovate/grafana-grafana-11.x into master
Reviewed-on: 
2025-04-29 15:02:09 +02:00
bcd468cbc8 Merge pull request 'Update jacobalberty/unifi Docker tag to v9.1.120' () from renovate/jacobalberty-unifi-9.x into master
Reviewed-on: 
2025-04-29 15:01:27 +02:00
4fdda8703f Merge pull request 'Update renovate/renovate Docker tag to v39.250.3' () from renovate/renovate-renovate-39.x into master 2025-04-29 15:00:56 +02:00
7395783d34 Update renovate/renovate Docker tag to v39.263.0 2025-04-29 09:18:25 +00:00
d45e71143e Update dependency 24367dfa.dehydrated to v2.3.0 2025-04-26 20:18:16 +00:00
c0efbf3da8 Update jacobalberty/unifi Docker tag to v9.1.120 2025-04-26 10:18:16 +00:00
26049fcc46 Update grafana/grafana Docker tag to v11.6.1 2025-04-23 17:18:01 +00:00
2b28a7dd5a Update bitnami/rabbitmq Docker tag to v4.1.0 2025-04-23 11:18:03 +00:00
3914b6c5d5 Update redmine Docker tag to v6.0.5 2025-04-21 23:18:01 +00:00
d6b646de9b Merge pull request 'Update mysql Docker tag to v9.3' () from renovate/mysql-9.x into master
Reviewed-on: 
2025-04-15 11:20:03 +02:00
adee76d82c Update mysql Docker tag to v9.3 2025-04-15 11:19:49 +02:00
380997e7a3 Merge pull request 'Update bitnami/rabbitmq Docker tag to v4.0.9' () from renovate/bitnami-rabbitmq-4.x into master
Reviewed-on: 
2025-04-15 11:19:29 +02:00
f45d133145 Update postgres Docker tag to v17 2025-04-15 08:18:49 +02:00
ed84013953 Update bitnami/rabbitmq Docker tag to v4.0.9 2025-04-14 16:18:01 +00:00
db1b195c60 Merge pull request '🚨 Remove empty playbook sections' () from alex/netz39-infra-ansible:lint into master
Reviewed-on: 
Reviewed-by: Stefan Haun <tux@netz39.de>
2025-04-14 09:11:44 +02:00
d642846a83 🚨 Use empty lists for empty playbook sections
Mitigates ansible-lint warnings of type 'schema':

    % ansible-lint -t schema
    WARNING  Listing 4 violation(s) that are fatal
    schema[playbook]: None is not of type 'array'
    host-beaker.yml:1  Returned errors will not include exact line numbers, but they will mention
    the schema name being used as a tag, like ``schema[playbook]``,
    ``schema[tasks]``.

    This rule is not skippable and stops further processing of the file.

    If incorrect schema was picked, you might want to either:

    * move the file to standard location, so its file is detected correctly.
    * use ``kinds:`` option in linter config to help it pick correct file type.

    schema[playbook]: None is not of type 'array'
    host-hobbes.yml:1  Returned errors will not include exact line numbers, but they will mention
    the schema name being used as a tag, like ``schema[playbook]``,
    ``schema[tasks]``.

    This rule is not skippable and stops further processing of the file.

    If incorrect schema was picked, you might want to either:

    * move the file to standard location, so its file is detected correctly.
    * use ``kinds:`` option in linter config to help it pick correct file type.

    schema[playbook]: None is not of type 'array'
    host-oganesson.yml:1  Returned errors will not include exact line numbers, but they will mention
    the schema name being used as a tag, like ``schema[playbook]``,
    ``schema[tasks]``.

    This rule is not skippable and stops further processing of the file.

    If incorrect schema was picked, you might want to either:

    * move the file to standard location, so its file is detected correctly.
    * use ``kinds:`` option in linter config to help it pick correct file type.

    schema[playbook]: None is not of type 'array'
    host-unicorn.yml:1  Returned errors will not include exact line numbers, but they will mention
    the schema name being used as a tag, like ``schema[playbook]``,
    ``schema[tasks]``.

    This rule is not skippable and stops further processing of the file.

    If incorrect schema was picked, you might want to either:

    * move the file to standard location, so its file is detected correctly.
    * use ``kinds:`` option in linter config to help it pick correct file type.

    Read documentation for instructions on how to ignore specific rule violations.

                   Rule Violation Summary
     count tag              profile rule associated tags
         4 schema[playbook] basic   core

    Failed after min profile: 4 failure(s), 0 warning(s) on 137 files.

Link: 
2025-04-13 22:43:29 +02:00
8ce71c0fc5 Merge pull request 'Update renovate/renovate Docker tag to v39.238.1' () from renovate/renovate-renovate-39.x into master 2025-04-13 11:38:53 +02:00
7c5a05d50c Update renovate/renovate Docker tag to v39.240.1 2025-04-12 19:18:01 +00:00
908992ac34 Merge pull request 'Update quay.io/hedgedoc/hedgedoc Docker tag to v1.10.3' () from renovate/quay.io-hedgedoc-hedgedoc-1.x into master
Reviewed-on: 
2025-04-10 12:23:01 +02:00
191ba6453c Update quay.io/hedgedoc/hedgedoc Docker tag to v1.10.3 2025-04-09 23:18:02 +00:00
ceda943ee6 Update registry Docker tag to v3 2025-04-04 18:18:05 +00:00
2afbf65c35 Merge pull request 'Update renovate/renovate Docker tag to v39.233.0' () from renovate/renovate-renovate-39.x into master 2025-04-04 19:02:49 +02:00
bc595b0dfe Update renovate/renovate Docker tag to v39.233.3 2025-04-04 13:18:05 +00:00
275ad619b9 Merge pull request 'Add a comment on our deploy-hook mechanism for dehydrated' () from dehydrated-deploy-hook-comment into master
Reviewed-on: 
Reviewed-by: Alexander Dahl <alex@netz39.de>
2025-04-04 14:31:30 +02:00
fcfc19e796 Add a comment on our deploy-hook mechanism for dehydrated 2025-04-04 13:55:44 +02:00
7fe551a83e Merge pull request 'Update bitnami/rabbitmq Docker tag to v4.0.8' () from renovate/bitnami-rabbitmq-4.x into master
Reviewed-on: 
2025-04-03 11:15:04 +02:00
2370e130b3 Update bitnami/rabbitmq Docker tag to v4.0.8 2025-04-03 08:18:06 +00:00
e083f68c0d Merge pull request 'Update dependency 24367dfa.dehydrated to v2.2.0' () from renovate/24367dfa.dehydrated-2.x into master
Reviewed-on: 
2025-04-02 10:42:32 +02:00
91eea8caba Update dependency 24367dfa.dehydrated to v2.2.0 2025-04-02 08:18:04 +00:00
08fd0156e4 Merge pull request 'roles: apache_letsencrypt: Rename variable for challenge dir' () from alex/netz39-infra-ansible:role-vars into master
Reviewed-on: 
Reviewed-by: Stefan Haun <tux@netz39.de>
2025-03-31 10:01:26 +02:00
2075a8dfc9 Merge pull request 'Update renovate/renovate Docker tag to v39.219.2' () from renovate/renovate-renovate-39.x into master 2025-03-28 17:07:02 +01:00
801cd60f4d Update renovate/renovate Docker tag to v39.220.1 2025-03-28 15:18:04 +00:00
7e4177451e roles: apache_letsencrypt: Rename variable for challenge dir
The previous variable name is the same as in the role
24367dfa.dehydrated but had a different meaning here.  While in the
dehydrated role it means the directory where the working copy of the
dehydrated git repo is cloned to, in here it meant the directory for the
challenges which is known as "wellknown" dir in the dehydrated project
and role.  Setting this variable before using both roles would most
certainly lead to unexpected results?!

The whole playbook does not set `dehydrated_location` so it goes with
its defaults in both roles currently, probably.

Consistent with the role setup_http_site_proxy now, which configures the
path in the reverse proxy, while this configures the same path in the
actual webserver behind the proxy.

Running the playbooks using both roles yields no change in target
configuration after this changeset.

Link: https://github.com/24367dfa/ansible-role-dehydrated/blob/main/defaults/main.yml
Fixes: 1fe6526898 (" Add a role to allow letsencrypt access in Apache2")
2025-03-28 10:45:18 +01:00
919f973164 Merge pull request '⬆️ Update cleanURI to fix extractor issues' () from cleanURI-updates into master
Reviewed-on: 
2025-03-27 11:56:23 +01:00