Fix stale sftp IP, ansible.cfg keys, drop dead shutdown playbook

- 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>
This commit is contained in:
2026-07-14 10:30:43 +02:00
co-authored by Claude Fable 5
parent b60bc32391
commit 277f378fb8
5 changed files with 9 additions and 16 deletions
+5 -3
View File
@@ -25,14 +25,16 @@ ansible/ # Global settings & configuration for all servers
group_vars/<group>.yml # Per-host overrides ONLY — no copies of all.yml values
group_vars/secrets.yml # ansible-vault encrypted secrets — never commit plaintext
run.yml # Main playbook
playbooks/ # Utility playbooks (update.yml, shutdown.yml)
playbooks/ # Utility playbooks (update.yml)
roles/ # Custom roles (e.g. nextcloud)
requirements.yml # External Galaxy roles (geerlingguy.*, ...)
justfile # Task runner: just run HOST, just reqs, just vault ACTION
server/<hostname>/ # Host-specific docs, scripts, files
README.md # Server documentation, filled gradually
manuals/ # Runbooks, dated YYYYMMDD-<topic>.md
manuals/ # Runbooks (how-to), dated YYYYMMDD-<topic>.md
notes/ # Assessments, planning docs, working notes (dated)
scripts/ # Host-related helper scripts
HW.md # Hardware specs (where relevant)
```
@@ -43,7 +45,7 @@ server/<hostname>/ # Host-specific docs, scripts, files
| phy-z-srv-jira | 192.168.66.41 | configured |
| phy-z-srv-cloud | 192.168.66.66 | configured (Nextcloud) |
| phy-z-srv-git | 192.168.66.67 | configured |
| phy-z-dmz-sftp01 | 192.168.66.68 | configured |
| phy-z-dmz-sftp01 | 192.168.99.68 | configured |
| phy-z-srv-gpu01 | 192.168.66.69 | planned — setup is the next task|
## Conventions