Files
natelandau_ansible-homelab-…/ansible.cfg
2024-01-09 08:51:58 -05:00

13 lines
269 B
INI

[defaults]
nocows = True
roles_path = ./galaxy-roles:./roles
collections_path = ./
inventory = ./inventory.yml
stdout_callback = yaml
any_errors_fatal = True
display_skipped_hosts = False
vault_password_file = ./.password_file
[ssh_connection]
transfer_method = smart