11 lines
337 B
INI
11 lines
337 B
INI
|
[defaults]
|
||
|
inventory = ./inventory/hosts.yaml
|
||
|
jinja2_extensions = jinja2.ext.do,jinja2.ext.i18n
|
||
|
library = modules
|
||
|
module_utils = module_utils
|
||
|
display_skipped_hosts = false
|
||
|
interpreter_python = auto_silent
|
||
|
collections_paths = ./collections
|
||
|
collections_path = ./collections
|
||
|
roles_path = ./roles
|
||
|
vault_password_file = ../.vault_password.txt
|