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
Owner
No description provided.
ansible.cfg Outdated
@ -1,5 +1,6 @@
[defaults]
inventory = ./inventories/z9/hosts.yaml
pipelining = True
Owner

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?
Author
Owner

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.
june marked this conversation as resolved
Owner

You didn't update the paths in the readme

You didn't update the paths in the readme
june force-pushed cleanup from e7467f0621
Some checks failed
/ Ansible Lint (push) Failing after 1m33s
/ Ansible Lint (pull_request) Failing after 1m28s
to 19abc5f585
All checks were successful
/ Ansible Lint (pull_request) Successful in 1m41s
/ Ansible Lint (push) Successful in 1m41s
2024-12-08 02:55:30 +01:00
Compare
june merged commit 19abc5f585 into main 2024-12-08 16:14:41 +01:00
june deleted branch cleanup 2024-12-08 16:14:41 +01:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
CCCHH/ansible-infra!15
No description provided.