Commit graph

4 commits

Author SHA1 Message Date
b855494cf5
feat: Enable ansible pipelining, Disable python warning
Pipelining speeds up the playbook execution. It _can_ have some negative
effects on 'sudo' execution, and specifically requires `requiretty` not
enabled in the sudoers file.

Since this seems (by default) to be the case on debian distributions, I
am trying to switch to pipelining for the time being.
2025-11-28 14:19:26 +01:00
d8ed04f4d1
ref: Add galaxy installed ansible roles into local directory 2025-11-19 22:13:07 +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
6a1e01575c
repo: Move ansible setup to root dir 2025-07-17 18:07:52 +02:00
Renamed from ansible/ansible.cfg (Browse further)