- sftp IP 192.168.99.68 in CLAUDE.md and server README (DMZ move) - ansible.cfg: ansible_python_interpreter is a host var, moved to group_vars/all.yml; [ssh_connections] -> [ssh_connection] so pipelining actually applies - remove playbooks/shutdown.yml (targeted nonexistent k3s_cluster group) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
9 lines
152 B
INI
9 lines
152 B
INI
[defaults]
|
|
nocows = 1
|
|
host_key_checking = false
|
|
inventory = ./hosts.ini
|
|
vault_password_file = ~/.ansible/vault_pass
|
|
|
|
[ssh_connection]
|
|
pipelining = true
|