14 lines
342 B
INI
14 lines
342 B
INI
[defaults]
|
|
inventory = inventory.ini
|
|
remote_user = cloud-user
|
|
private_key_file = ../terraform/k8s_terraform
|
|
host_key_checking = False
|
|
stdout_callback = default
|
|
result_format = yaml
|
|
interpreter_python = /usr/bin/python3.12
|
|
deprecation_warnings = False
|
|
|
|
[privilege_escalation]
|
|
become = True
|
|
become_method = sudo
|