Files
ansible-worker/files/ansible.cfg
ansible user 110301f862 first commit
2025-10-22 14:11:49 +02:00

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