Inventar angefangen

This commit is contained in:
Matthias Dillier 2025-07-01 20:19:21 +02:00
parent 8811507180
commit 68e87c0879
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.vscode/settings.json
.ansible/.lock

10
inventory/ici_server.yml Normal file
View File

@ -0,0 +1,10 @@
all:
children:
Icinga_servers:
hosts:
ici_primary:
name: dbicap01.swissmakers.corp
ip_address: 172.16.10.61
ici_secondary:
name: dbicap02.swissmakers.corp
ip_address: 172.16.10.62