mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 07:54:42 +02:00
15 lines
403 B
INI
15 lines
403 B
INI
[defaults]
|
|
inventory = inventory.yml
|
|
roles_path = roles
|
|
remote_user = ansible
|
|
private_key_file = ~/.ssh/id_ed25519
|
|
host_key_checking = False
|
|
retry_files_enabled = False
|
|
stdout_callback = ansible.builtin.default
|
|
result_format = yaml
|
|
interpreter_python = auto_silent
|
|
vault_password_file = ../.vault_pass
|
|
|
|
[privilege_escalation]
|
|
become = True
|
|
become_method = sudo
|