- Update repo URLs from HTTPS placeholder to git@github.com:lazorgurl/homelab.git - Update container image refs from OWNER to lazorgurl - Set KUBECONFIG env in Taskfile - Fix kubeconfig-fetch.sh to auto-detect server IP from inventory - Fix Ansible: callback plugin, br_netfilter ordering, ssh service name
17 lines
390 B
INI
17 lines
390 B
INI
[defaults]
|
|
inventory = inventory/hosts.yaml
|
|
roles_path = roles
|
|
remote_user = julia
|
|
private_key_file = ~/.ssh/homelab
|
|
host_key_checking = False
|
|
retry_files_enabled = False
|
|
stdout_callback = ansible.builtin.default
|
|
result_format = yaml
|
|
callbacks_enabled = profile_tasks
|
|
vault_password_file = ~/.vault_pass_homelab
|
|
|
|
[privilege_escalation]
|
|
become = True
|
|
become_method = sudo
|
|
become_user = root
|