Files
hysteria2/ansible.cfg
T
Sergey Antropoff 6d3112c626 fix: replace removed yaml callback with default + result_format
community.general.yaml was removed in collection 12.0; use ansible.builtin.default with result_format=yaml for Ansible 2.13+.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-01 11:09:08 +03:00

16 lines
357 B
INI

[defaults]
inventory = inventory/hosts.yml
roles_path = roles
host_key_checking = False
retry_files_enabled = False
stdout_callback = default
result_format = yaml
interpreter_python = auto_silent
[privilege_escalation]
become = True
become_method = sudo
# Раскомментируйте после `make vault-init`:
# vault_password_file = .vault_pass