Commit graph

10 commits

Author SHA1 Message Date
Simon Bärlocher
3236ca332f
docs(collection): document all roles and fix metadata drift
Replace ansible-galaxy init placeholders across the collection and
correct documentation that drifted from the code, after a multi-agent
review of every role README against its defaults, tasks and templates.

Collection level:
- README: role table for all 16 roles, requirements and role-ordering
- galaxy.yml: declare community.docker and community.general deps,
  real description/tags/urls; normalize license to MIT-0
- meta/runtime.yml: requires_ansible '>=2.15.0'
- plugins/README: document the homarr_layout filter and
  garage_credentials lookup instead of scaffold boilerplate

Per-role meta/main.yml and README for the placeholder roles
(389ds, authentik, authentik_outpost_ldap, base, collabora, drawio,
garage, homarr, httpbin, keycloak, nextcloud, opencloud, traefik).

Correctness fixes found during review:
- keycloak: wrong domain default, drop invented keycloak_cert_resolver,
  document the provisioning feature
- garage: root_domain is .s3.<first-entry>, not the bare domain
- opnform: jwt/front_api secrets use `openssl rand -hex 32`; align the
  validation fail_msg in tasks/main.yml accordingly
- send: S3 example references garage_s3_domains[0] (was singular)
- opencloud: document required opencloud_wopi_domain

License normalized to MIT-0 across galaxy.yml, role meta and READMEs to
match the SPDX headers.
2026-05-27 23:12:24 +02:00
7f639e8191
fix: add lock_timout to apt cache update
should prevent errors with new vagrant machines, where apt is still locked by vagrant
2026-01-14 17:36:07 +01:00
83cd65a32f
chore: update facts to use new syntax 2025-12-19 17:44:28 +01:00
2399eebac6
feat: add the possibility to add registry mirrors 2025-12-19 15:17:48 +01:00
188a6f539f
chore: migrate to apt keyring for validation/signing 2025-12-18 11:28:14 +01:00
172665d237
chore: add motd to base role 2025-12-18 11:27:35 +01:00
5377c34709
feat: add basic garage s3 storage role 2025-11-07 17:35:32 +01:00
dd84ca3184
chore: install docker and dependencies in base role
the ansible_virtualization_type != "docker" part is used when testing in containers, since systemd is not available there
2025-11-07 11:56:57 +01:00
aca6e8dac2
chore: configure docker-compose and volume folders 2025-08-20 15:09:21 +02:00
e8da6c9482
chore: add base role skeleton 2025-08-20 10:39:21 +02:00