- ansible.cfg: enable SSH agent forwarding for git operations - biscayne-redeploy.yml: add git pull, deploy create --update, and clear stale PV claimRefs after namespace deletion Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
285 B
INI
15 lines
285 B
INI
[defaults]
|
|
inventory = inventory/
|
|
stdout_callback = ansible.builtin.default
|
|
result_format = yaml
|
|
callbacks_enabled = profile_tasks
|
|
retry_files_enabled = false
|
|
|
|
[privilege_escalation]
|
|
become = true
|
|
become_method = sudo
|
|
|
|
[ssh_connection]
|
|
pipelining = true
|
|
ssh_args = -o ForwardAgent=yes
|