joy717
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
ansible.cfg
|
|
@ -1,6 +1,6 @@ |
|
|
|
[ssh_connection] |
|
|
|
pipelining=True |
|
|
|
ansible_ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100 -o UserKnownHostsFile=/dev/null |
|
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100 -o UserKnownHostsFile=/dev/null |
|
|
|
#control_path = ~/.ssh/ansible-%%r@%%h:%%p |
|
|
|
[defaults] |
|
|
|
# https://github.com/ansible/ansible/issues/56930 (to ignore group names with - and .) |
|
|
|