6d3112c626
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>
16 lines
357 B
INI
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
|