ansible/playbooks/kubernetes/ansible.cfg
2023-01-02 00:41:41 +01:00

9 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