ansible/ansible.cfg

7 lines
152 B
INI
Raw Normal View History

[defaults]
interpreter_python = python3
ansible_become_exe = doas
private_key_file = ~/.ssh/id_rsa
remote_user = siv
[privilege_escalation]
become = yes