potato-infra/ansible.cfg

16 lines
330 B
INI
Raw Permalink Normal View History

[defaults]
inventory = inventory.ini
remote_user = stephen
private_key_file = ~/.ssh/id_ed25519_ansible
host_key_checking = False
stdout_callback = ansible.builtin.default
result_format = yaml
[privilege_escalation]
become = True
become_method = sudo
become_user = root
become_ask_pass = False
[ssh_connection]
pipelining = True