Restructure inventory per host, add server docs

- Rename inventory groups and group_vars to hostnames (phy-z-*)
- Add group_vars for all servers incl. planned phy-z-srv-gpu01
- Add server/ docs: sftp01, git, gpu01 (README, HW specs, assessments)
- Add rules set to CLAUDE.md

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-10 14:00:57 +02:00
co-authored by Claude Fable 5
parent 652fba50c1
commit 82e10aa31f
12 changed files with 234 additions and 10 deletions
+11 -5
View File
@@ -1,9 +1,15 @@
#[snipeit]
#10.0.101.15 ansible_user=root ansible_port=22
#
[phy-z-srv-jira]
192.168.66.41 ansible_user=sbxadmin ansible_port=22
[nextcloud]
[phy-z-srv-cloud]
192.168.66.66 ansible_user=sbxadmin ansible_port=22
[sftp]
[phy-z-srv-git]
192.168.66.67 ansible_user=sbxadmin ansible_port=22
[phy-z-dmz-sftp01]
192.168.66.68 ansible_user=sbxadmin ansible_port=22
[phy-z-srv-gpu01]
192.168.66.69 ansible_user=sbxadmin ansible_port=22