infrastructure/ansible.cfg
2024-03-10 01:08:04 +01:00

17 lines
489 B
INI

[defaults]
roles_path = ./roles:$HOME/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles
collections_path = ./collections:$HOME/.ansible/collections:/usr/share/ansible/collections:/etc/ansible/collections
inventory = ./inventory
retry_files_enabled = false
vault_password_file = .vault_pass
[ssh_connection]
transfer_method = piped
[privilege_escalation]
become_ask_pass = false
[galaxy]
role_skeleton = ./.ansible/skeleton/default
role_skeleton_ignore = ^.git$,^.*/.git_keep$