first commit

This commit is contained in:
ansible user
2025-10-22 14:11:49 +02:00
commit 110301f862
75 changed files with 20802 additions and 0 deletions

14
files/ansible.cfg Normal file
View 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