Commit graph

3 commits

Author SHA1 Message Date
1483d66e4f Refactor planka deployment to use .env file for secrets
Move all sensitive and configurable values out of compose.yaml
into a .env file (mode 0600). compose.yaml now uses ${VAR}
substitution with no embedded secrets. Added planka.env.j2
template and a dedicated Deploy .env task in the playbook.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 14:14:59 -04:00
cedebad116 Fix planka.yml secrets tasks skipped in check mode
Add `when: not ansible_check_mode` to the slurp and set_fact tasks
so that dry runs don't fail when .secrets hasn't been created yet.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 14:08:16 -04:00
ed3d5833b7 Add Planka deployment playbook and compose template
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 12:49:18 -04:00