Files
k3s-gitops/ansible/webserver-automation/ansible.cfg
2026-01-06 14:36:48 +00:00

15 lines
283 B
INI

[defaults]
inventory = inventory/production
remote_user = ubuntu
host_key_checking = False
private_key_file = ~/.ssh/id_rsa
retry_files_enabled = False
roles_path = roles
gathering = smart
stdout_callback = yaml
become = True
become_method = sudo
[ssh_connection]
pipelining = True