Commit graph

2 commits

Author SHA1 Message Date
5f737ab4b5
feat: Set up ansible role install task for just 2025-11-19 22:13:06 +01:00
0de79fc1d2
ref: Remove vault-password static file from repo
Instead of having the file statically (and plain-text) in the repo
itself, we simply query `pass` for it instead.

Slightly cumbersome syntax since ansible (afaik) does not allow a
similar easy variable-enabled lookup as for become passwords, so we also
whipped it into a justfile to not have to type it each time.

The command line uses cat to receive the password as a 'file' on stdin.
2025-11-19 22:13:05 +01:00