digitalboard.core/roles/bookstack/defaults
Simon Bärlocher 1dbeece5f0
fix(bookstack): drop hardcoded secrets from defaults
bookstack_db_root_password, bookstack_db_password and
bookstack_admin_password shipped as real strings in defaults, despite
the comment two lines above promising 'empty defaults force assert to
fail until set'. The Validate task in tasks/main.yml asserts each is
non-empty, so set them to '' and let the assert do its job.

Mirror the docstring comment to show how to generate each one with
openssl rand.
2026-05-26 15:13:21 +02:00
..
main.yml fix(bookstack): drop hardcoded secrets from defaults 2026-05-26 15:13:21 +02:00