-
-
Notifications
You must be signed in to change notification settings - Fork 593
Expand file tree
/
Copy pathansible.cfg
More file actions
14 lines (13 loc) · 645 Bytes
/
ansible.cfg
File metadata and controls
14 lines (13 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[defaults]
callback_plugins = ~/.ansible/plugins/callback:/usr/share/ansible/plugins/callback:lib/trellis/plugins/callback
filter_plugins = ~/.ansible/plugins/filter:/usr/share/ansible/plugins/filter:lib/trellis/plugins/filter
force_color = True
force_handlers = True
inventory = hosts
nocows = 1
roles_path = vendor/roles
vars_plugins = ~/.ansible/plugins/vars:/usr/share/ansible/plugins/vars:lib/trellis/plugins/vars
pipelining = True
[ssh_connection]
ssh_args = -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s -o HostKeyAlgorithms=ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa
retries = 1