ansible/playbooks/kubernetes/ansible.cfg

10 lines
200 B
INI

[defaults]
roles_path = ../../roles
inventory = ./inventory.yaml
remote_tmp = $HOME/.ansible/tmp
local_tmp = $HOME/.ansible/tmp
become = False
host_key_checking = False
deprecation_warnings = True