9 lines
266 B
INI
9 lines
266 B
INI
[defaults]
|
|
collections_path = /root/.ansible/collections:/usr/share/ansible/collections
|
|
inventory = inventories/hosts.yml
|
|
host_key_checking = False
|
|
remote_user = root
|
|
private_key_file = /root/.ssh/ansible_id_rsa
|
|
|
|
[inventory]
|
|
enable_plugins = auto, yaml, toml |