Better Structure the Repo and Some Other Enhancements #15

Merged
june merged 8 commits from cleanup into main 2024-12-08 16:14:41 +01:00
Showing only changes of commit 63390c5588 - Show all commits

View file

@ -1,5 +1,6 @@
[defaults]
inventory = ./inventories/z9/hosts.yaml
pipelining = True
june marked this conversation as resolved Outdated
Outdated
Review

You could also try to add SSH multiplexing ssh_args = -C -o ControlMaster=auto -o ControlPersist=300s or would this be redundant with pipelining already enabled?

You could also try to add SSH multiplexing `ssh_args = -C -o ControlMaster=auto -o ControlPersist=300s` or would this be redundant with pipelining already enabled?
Outdated
Review

Hmm, in my testing adding this option either makes it slower or gives no benefit really. Tho also the margin of error is quite big.
Am happy to add it or not, but doesn't seem to do much.

Hmm, in my testing adding this option either makes it slower or gives no benefit really. Tho also the margin of error is quite big. Am happy to add it or not, but doesn't seem to do much.
[passwordstore_lookup]
backend = pass