homelab-automation/Ansible/ansible.cfg
Benjamin Hays 02acf4afd3
All checks were successful
Ansible Lint / build (push) Successful in 1m10s
add new gitea action for ansible deployment
2024-10-11 21:46:56 -04:00

8 lines
123 B
INI

[defaults]
nocows = 1
host_key_checking = False
inventory = ./inventory.ini
[privilege_escalation]
become_ask_pass = True