1
0
IaC/ansible/ansible.cfg

11 lines
335 B
INI
Raw Normal View History

2022-09-02 07:16:21 -04:00
[defaults]
2022-09-02 09:39:38 -04:00
inventory = ./inventory/inventory.yaml
2022-09-02 07:16:21 -04:00
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
2022-09-02 09:40:22 -04:00
vault_password_file = ./vault_password