Add ansible.cfg file

This commit is contained in:
Jake Howard 2020-05-16 17:00:12 +01:00
parent 453fee6616
commit 74877b885e
Signed by: jake
GPG Key ID: 57AFB45680EDD477

7
ansible.cfg Normal file
View File

@ -0,0 +1,7 @@
[defaults]
nocows = 1
host_key_checking = False
retry_files_enabled = False
inventory = ./hosts
become_ask_pass = True
interpreter_python = /usr/bin/python3