Funk-lab/ansible/ansible.cfg

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