Aine
9e9febeb29
exim relay persistence; miniflux v2.1.2; radicale v3.1.9.1; redis v7.2.4
2024-03-31 08:39:05 +03:00
IUCCA
61ce63d61b
Updated tandoor role: Implemented support for path prefixes ( #178 )
...
* Implemented support for path prefixes and beautification
* Fix full example URL in tandoor.md
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2024-03-28 15:59:12 +02:00
Slavi Pantaleev
4200659c4e
Add keydb role to setup.yml
2024-03-26 17:45:51 +02:00
Slavi Pantaleev
53182083c2
Minor KeyDB integration fixes
2024-03-26 17:29:31 +02:00
Slavi Pantaleev
9109b0badc
Add support for KeyDB and do not recommend Redis anymore
...
Fixes https://github.com/mother-of-all-self-hosting/mash-playbook/issues/175
2024-03-26 17:22:34 +02:00
Slavi Pantaleev
0cc9223391
Revert "become -> ansible_become"
...
This reverts commit d7d334240c
.
This is very confusing and messy.. but it's documented.
`ansible_become_*` variables actually take priority and override all `become_*`
variables set at the task level.
As such, using `ansible_become=true ansible_become_user=root` in
`inventory/hosts` causes issues because tasks that specify
`become: OTHER_USER` will be forced to run as `root` due to
`ansible_become_user`.
2024-03-26 11:59:05 +02:00
Slavi Pantaleev
7f0f92d70c
Upgrade Gitea (v1.21.9-1 -> v1.21.10-0)
2024-03-26 08:21:12 +02:00
IUCCA
36ec185ddb
Add Tandoor service ( #169 )
...
* add tandoor service
* changed doc
* Update docs/services/tandoor.md
Fix alignment
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
* Update docs/services/tandoor.md
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
* Update docs/services/tandoor.md
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
* Update templates/group_vars_mash_servers
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
* Update templates/group_vars_mash_servers
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
* resolved notes
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2024-03-26 08:18:05 +02:00
Slavi Pantaleev
4e21c16f16
Merge pull request #173 from NeonMinnen/main
...
Upgrade Forgejo (v1.21.7-0-0 -> v1.21.8-0-0)
2024-03-26 07:34:17 +02:00
M
ec0c498baa
Upgrade Forgejo (v1.21.7-0-0 -> v1.21.8-0-0)
2024-03-25 22:32:38 -07:00
Slavi Pantaleev
b75d8d6b5b
Upgrade Traefik (v2.11.0-3 -> v2.11.0-4)
2024-03-25 18:46:46 +02:00
Slavi Pantaleev
5c8981a6ce
Upgrade Gitea (v1.21.9-0 -> v1.21.9-1)
...
Ref:
- https://github.com/mother-of-all-self-hosting/ansible-role-gitea/pull/1
- https://github.com/mother-of-all-self-hosting/mash-playbook/pull/172
2024-03-25 07:22:15 +02:00
Slavi Pantaleev
713b2648e4
Merge pull request #172 from Bergruebe/patch-1
...
support exim-relay in Gitea
2024-03-25 07:22:07 +02:00
Slavi Pantaleev
7adeba14fa
Upgrade Keycloak (v24.0.1-1 -> v24.0.2-0)
2024-03-25 07:17:19 +02:00
Slavi Pantaleev
d7d334240c
become -> ansible_become
...
For some of these, the `ansible_` prefix does not seem to be needed,
but it's the canonical way to do things and it may become required in
newer Ansible versions.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3237
2024-03-25 07:12:38 +02:00
Bergrübe
241670b87c
supports exim_relay in Gitea
2024-03-24 19:03:30 +01:00
Slavi Pantaleev
38b03ca3c9
Upgrade systemd_docker_base (v1.0.0-2 -> v1.1.0-0) and initial work on IPv6 support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3218
2024-03-24 19:17:49 +02:00
Bergrübe
8f04d9b596
added _auto to gitea_container_additional_networks
...
to not overwrite gitea_container_additional_networks_custom
2024-03-24 17:21:54 +01:00
Slavi Pantaleev
7ad67129db
Upgrade exim-relay (v4.97-r0-0-1 -> v4.97-r0-0-2)
2024-03-24 16:59:31 +02:00
Slavi Pantaleev
1bdbc6d317
Upgrade Traefik (v2.11.0-2 -> v2.11.0-3)
2024-03-24 16:57:02 +02:00
Slavi Pantaleev
96936680c7
Upgrade Semaphore (v2.9.37-2 -> v2.9.56-0)
2024-03-24 16:55:25 +02:00
Slavi Pantaleev
1d917b2d20
Merge pull request #168 from adam-kress/main
...
Upgrade Jitsi (v9364-0 -> v9364-1)
2024-03-23 08:04:41 +02:00
adam-kress
b4d5ce19d5
Upgrade Jitsi (v9364-0 -> v9364-1)
2024-03-22 19:59:20 -04:00
Slavi Pantaleev
6958258387
Upgrade Grafana (v10.4.0-0 -> v10.4.1-0)
2024-03-22 10:58:31 +02:00
Slavi Pantaleev
c9d1909db9
Upgrade Gitea (v1.21.8-0 -> v1.21.9-0)
2024-03-22 09:12:26 +02:00
Slavi Pantaleev
62ca6d1b57
Upgrade Nextcloud (v28.0.2-0 -> v28.0.2-1)
...
Ref: https://github.com/mother-of-all-self-hosting/ansible-role-nextcloud/pull/15
2024-03-22 06:50:59 +02:00
Slavi Pantaleev
911a36d381
Upgrade Woodpecker CI (v2.4.0-0 -> v2.4.1-0)
2024-03-21 09:30:03 +02:00
Slavi Pantaleev
6ac29e2ad7
Upgrade Adguard Home (v0.107.44-0 -> v0.107.46-0)
2024-03-20 17:36:33 +02:00
Slavi Pantaleev
36141f9b14
Upgrade Prometheus (v2.50.1-0 -> v2.51.0-0)
2024-03-19 17:40:18 +02:00
Slavi Pantaleev
9ee2cfc5ab
Upgrade Woodpecker CI (v2.3.0-1 -> v2.4.0-0)
2024-03-19 16:52:37 +02:00
Slavi Pantaleev
d107ce04c1
Merge pull request #165 from adam-kress/main
...
Upgrade Jitsi (v9258-0 -> v9364-0)
2024-03-19 09:12:59 +02:00
adam-kress
0e83d575fe
Upgrade Jitsi (v9258-0 -> v9364-0)
2024-03-18 19:24:05 -04:00
Aine
5b632a9869
radicale v3.1.9.0
2024-03-18 22:47:51 +02:00
Aine
a5b7bd95e5
mrs role update
2024-03-18 22:16:48 +02:00
Slavi Pantaleev
00056619be
Upgrade Traefik (v2.11.0-1 -> v2.11.0-2)
2024-03-18 08:11:02 +02:00
Slavi Pantaleev
fec0db00fa
Upgrade Traefik (v2.11.0-0 -> v2.11.0-1)
...
Ref: https://github.com/devture/com.devture.ansible.role.traefik/pull/11
Using a DNS challenge is now easier and more secure.
2024-03-18 08:07:41 +02:00
Slavi Pantaleev
8cd863c5ff
Merge pull request #163 from sergiodj/improve-adguard-doc
...
Improve Adguard Home's Troubleshooting section
2024-03-17 08:46:46 +02:00
Aine
579d0d3fbb
borgmatic v1.8.9; docker-registry-proxy v1.1.1
2024-03-16 22:37:10 +02:00
Slavi Pantaleev
9306177660
Upgrade postgres-backup
...
Ref: https://github.com/devture/com.devture.ansible.role.postgres_backup/pull/5
2024-03-16 08:39:06 +02:00
Sergio Durigan Junior
0ee92dfbe0
Improve Adguard Home's Troubleshooting section
...
Fix grammar mistakes, improve readability and suggest "systemctl edit".
Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
2024-03-15 19:46:34 -04:00
Slavi Pantaleev
154471a5a8
Upgrade Gitea (v1.21.7-0 -> v1.21.8-0)
2024-03-13 08:37:52 +02:00
QEDeD
b681741ee4
Document workaround needed for Adguard Home ( #161 )
...
* Update adguard-home.md to document the workaround needed for first time setup
Since Adguard Home currently can't perform first time setup without admin, I've documented how to run it with root initially and then revert to using mash
* Update adguard-home.md
* Update adguard-home.md
edit "usage" to the correct URL
* Update adguard-home.md
formatting
* Update adguard-home.md
user more precise wording
* Update adguard-home.md
correct typo
* Update adguard-home.md
* Simplify Adguard Home troubleshooting instructions a bit
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2024-03-11 08:36:14 +02:00
Slavi Pantaleev
e21dca756e
Merge pull request #162 from sergiodj/improve-woodpecker-agent-doc
...
Improve Woodpecker's main docs re. agent secrets
2024-03-11 08:30:29 +02:00
Sergio Durigan Junior
191806fa8f
Improve Woodpecker's main docs re. agent secrets
...
This reflects the changes done at 8671cf01d1
Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
2024-03-10 21:52:34 -04:00
Aine
837a2b54a9
miniflux v2.1.1
2024-03-10 22:14:05 +02:00
Slavi Pantaleev
e395a933a2
Remove Garage from "Coming soon" section
...
Related to: https://github.com/mother-of-all-self-hosting/mash-playbook/pull/2#issuecomment-1987281567
2024-03-10 18:18:56 +02:00
Slavi Pantaleev
5f7ba032ad
Upgrade Authentik (v2024.2.1-0 -> v2024.2.2-0)
2024-03-10 16:55:20 +02:00
Slavi Pantaleev
dc7dadc01e
Merge pull request #160 from NeonMinnen/main
...
Upgrade Forgejo (v1.21.6-0-0 -> v1.21.7-0-0)
2024-03-08 08:27:18 +02:00
M
ab311c6213
Upgrade Forgejo v1.21.6-0-0 -> v1.21.7-0-0)
2024-03-07 17:16:32 -08:00
Aine
47bf762ed2
docker-registry-proxy v1.1.0
2024-03-07 23:43:33 +02:00