first commit
This commit is contained in:
14
files/ansible.cfg
Normal file
14
files/ansible.cfg
Normal file
@@ -0,0 +1,14 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user