dotfiles/ansible.cfg

9 lines
193 B
INI
Raw Normal View History

2020-05-16 17:00:12 +01:00
[defaults]
nocows = 1
host_key_checking = False
retry_files_enabled = False
2020-06-15 12:52:05 +01:00
roles_path = ./galaxy_roles:./roles
2020-05-16 17:00:12 +01:00
inventory = ./hosts
become_ask_pass = True
interpreter_python = /usr/bin/python3