infrastructure/ansible/ansible.cfg

15 lines
377 B
INI
Raw Normal View History

2020-01-17 20:38:45 +00:00
[defaults]
nocows = 1
host_key_checking = False
retry_files_enabled = False
2020-03-02 19:37:11 +00:00
roles_path = $PWD/galaxy_roles:$PWD/roles
2021-02-07 13:02:14 +00:00
collections_path = $PWD/galaxy_collections
2020-01-17 20:38:45 +00:00
inventory = ./hosts
become_ask_pass = True
interpreter_python = auto_silent
2023-10-01 16:25:20 +01:00
# HACK: Force Ansible to find dokku plugins
library = $PWD/galaxy_roles/dokku_bot.ansible_dokku/library
2020-01-17 20:38:45 +00:00
[ssh_connection]
pipelining = True