ansible/playbooks/kubernetes/ansible.cfg

10 lines
200 B
INI
Raw Normal View History

2023-01-02 00:41:41 +01:00
[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