Commit graph

10 commits

Author SHA1 Message Date
83613f6d86
feat(roles): Add auto updating to some roles
Miniflux, searx, shaarli and wallabag will be automatically updated by
shepherd.
2025-03-15 22:29:55 +01:00
c498b3ced8
Apply prettier formatting 2024-06-24 20:36:55 +02:00
6b4c4ccde4
Update dependencies to enable easy single-tag deployments
Previously every deployment (even just for a single tag, such as
`ansible-playbook site.yml --tags landingpage`) would have the caddy
deployment in its dependency.

That meant in effect whenever there was an updated caddy image, the role
would update it and we would lose all previous caddy configuration -
which in turn would necessitate a complete redeploymnet of all steps.
This is now not the case anymore.
2024-06-24 20:24:04 +02:00
d3f65a07fb
Fix wget healthchecks to not use localhost
For a reason, current wget versions error out when using localhost instead
of 127.0.0.1 as the healthcheck for docker services. Probably has something
to do with dns resolution - either on docker or wget end, but have not
looked to deep into it.
2024-04-11 13:04:28 +02:00
7d8408f9f8
Change become arguments to boolean
Changed all 'become: ' values from 'yes' to 'true' to satisfy the schema
(and also make the lsp shut up).
2022-12-18 16:02:32 +01:00
acc9638cfd
Switch searx to searxng by default 2021-12-09 11:12:45 +01:00
d41763f0dc
Fix default searx authentication setup 2021-10-23 22:15:06 +02:00
3b27a5222a
Allow multiple basic auth accounts to be configured 2021-10-23 22:02:48 +02:00
4b440ec9b5
Add basic auth to searx 2021-10-23 20:35:56 +02:00
1fae9f9a19
Add searx deployment 2021-10-23 16:42:03 +02:00