This repository has been archived on 2023-12-26. You can view files and clone it, but cannot push or open issues or pull requests.
hypervisors/ansible/ansible.cfg

11 lines
262 B
INI
Raw Normal View History

2023-03-14 20:49:24 +00:00
[defaults]
2023-04-24 17:28:53 +00:00
roles_path=~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:roles
2023-03-14 20:49:24 +00:00
inventory=inventory
2023-04-06 20:01:42 +00:00
vault_password_file=util/secret-service-client.sh
2023-04-24 17:28:53 +00:00
interpreter_python=/usr/bin/python3
host_key_checking = False
2023-05-03 21:35:57 +00:00
remote_user = root
2023-03-14 20:49:24 +00:00
[diff]
always = True