15 lines
367 B
INI
15 lines
367 B
INI
[defaults]
|
|
inventory = ./inventory/netbox.yml
|
|
remote_user = root
|
|
ask_pass = false
|
|
host_key_checking = False
|
|
timeout = 30
|
|
forks = 50
|
|
collections_paths = /opt/containers/ansible-worker/data/collections:/usr/share/ansible/collections
|
|
|
|
[inventory]
|
|
enable_plugins = auto, yaml, ini, toml, netbox.netbox.nb_inventory
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o PubkeyAuthentication=no
|