blob: 9e90e8a9b25aba37757d7bb565949794d0e6d6ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[defaults]
host_key_checking = False
remote_user = ansible
result_format=yaml
remote_tmp = /tmp/${USER}-working/ansible
roles_path = ./roles
collections_path = ./collections
interpreter_python = auto
[inventory]
enable_plugins = script, yaml, ini, netbox.netbox.nb_inventory
[ssh_connection]
pipelining = true
|