1
0
IaC/ansible/ansible.cfg

11 lines
337 B
INI
Raw Normal View History

2022-09-02 07:16:21 -04:00
[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