Upload Ansible Files

This commit is contained in:
2024-05-08 13:03:34 +02:00
parent 56902d524e
commit 9b520fbcfb
44 changed files with 1334 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
## Kundendaten
kundenname: "Test123123"
kundendomain: "Test.de"
kundennummer: "13211323"
kundenkürzel: "TST"
## Windows - Systeme
exchange: 1
rds: 1
appserver: 1
## Cloud Systeme
nextcloud: 1
## Network Config
public-ip: "1.2.1.1"
privat-ip: 172.18.1.0
privat-network-gw: 172.18.1.1
+40
View File
@@ -0,0 +1,40 @@
proxmox:
hosts:
tnp-prox01:
ansible_host: 138.201.135.182
tnp-prox02:
ansible_host: 176.9.65.23
linuxserver:
hosts:
tnp-vpn01:
ansible_host: 172.18.1.2
tnp-data01:
ansible_host: 172.18.1.8
ansible_port: 222
tnp-fetch01:
ansible_host: 172.18.1.11
docker:
hosts:
tnp-mail01:
ansible_host: 172.18.1.4
tnp-bit01:
ansible_host: 172.18.1.10
tnp-cloud01:
ansible_host: 172.18.1.12
linux:
children:
docker:
linuxserver:
windowsserver:
hosts:
tnp-rds01:
ansible_host: 172.18.1.3
tnp-ad01:
ansible_host: 172.18.1.6
tnp-ex01:
ansible_host: 172.18.1.7
tnp-app01:
ansible_host: 172.18.1.9