mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
12 lines
244 B
INI
12 lines
244 B
INI
|
[defaults]
|
||
|
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
|