Files
natelandau_ansible-homelab-…/ansible.cfg
Nathaniel Landau 84958e0ef8 Initial commit
2022-02-05 16:22:33 -05:00

13 lines
264 B
INI

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