8 lines
225 B
INI
8 lines
225 B
INI
[defaults]
|
|
inventory = /ansible/inventory/hosts
|
|
vault_password_file = /ansible/vault_password.txt
|
|
remote_user = devops
|
|
host_key_checking = False
|
|
enable_plugins = yaml, ini
|
|
roles_path = /ansible/roles
|
|
interpreter_python = auto |