dotfiles/ansible.cfg

10 lines
233 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
2021-02-07 13:56:58 +00:00
collections_path = ./galaxy_collections
2020-05-16 17:00:12 +01:00
inventory = ./hosts
become_ask_pass = True
interpreter_python = /usr/bin/python3