Update file ansible.cfg

This commit is contained in:
Administrator 2025-10-10 16:23:21 +00:00
parent e2ea1a2fcd
commit 52e0067404

View File

@ -3,6 +3,7 @@ collections_path = /root/.ansible/collections:/usr/share/ansible/collections
inventory = inventories/hosts.yml inventory = inventories/hosts.yml
host_key_checking = False host_key_checking = False
remote_user = root remote_user = root
private_key_file = /root/.ssh/ansible_id_rsa
[inventory] [inventory]
enable_plugins = auto, yaml, toml enable_plugins = auto, yaml, toml