k3s-ansible/ansible.cfg

13 lines
258 B
INI
Raw Normal View History

[defaults]
2020-05-15 04:43:02 +02:00
nocows = True
roles_path = ./roles
inventory = ./hosts.ini
remote_tmp = $HOME/.ansible/tmp
local_tmp = $HOME/.ansible/tmp
pipelining = True
become = True
host_key_checking = False
deprecation_warnings = False
callback_whitelist = profile_tasks