Update file ansible.cfg
This commit is contained in:
parent
e2ea1a2fcd
commit
52e0067404
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user