You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
442 B
17 lines
442 B
[defaults]
|
|
vault_password_file=.vault.secret
|
|
host_key_checking = False
|
|
inventory = inventories/hosts.ini
|
|
roles_path = ~/.ansible/roles:./roles:/usr/share/ansible/roles:/etc/ansible/roles
|
|
interpreter_python = /usr/bin/python3
|
|
|
|
[gopass]
|
|
key_path=ansible
|
|
|
|
[ssh_connection]
|
|
ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null
|
|
pipelining = True
|
|
scp_if_ssh = True
|
|
|
|
[persistent_connection]
|
|
connect_timeout = 300 |