30 lines
888 B
Plaintext
30 lines
888 B
Plaintext
[pdp-portal]
|
|
pdp-portal-server1.example.com ansible_host=10.0.1.11 ansible_user=deploy host_email=admin-pdp@example.com
|
|
pdp-portal-server2.example.com ansible_host=10.0.1.12 host_email=admin-pdp2@example.com
|
|
|
|
[pdp-portal:vars]
|
|
app_mail=pdp-portal-app@example.com
|
|
|
|
[confluence]
|
|
confluence-server1.example.com ansible_host=10.0.2.21 ansible_user=confluence host_email=confluence-admin@example.com
|
|
confluence-server2.example.com ansible_host=10.0.2.22 host_email=confluence-admin2@example.com
|
|
|
|
[confluence:vars]
|
|
app_mail=confluence-app@example.com
|
|
|
|
[git]
|
|
git-server1.example.com ansible_host=10.0.3.31 ansible_user=gitadmin host_email=git-admin@example.com
|
|
git-server2.example.com ansible_host=10.0.3.32 host_email=git-admin2@example.com
|
|
|
|
[git:vars]
|
|
app_mail=git-app@example.com
|
|
|
|
# Optional: Gruppen für Umgebungen
|
|
#[dev:children]
|
|
#pdp-portal
|
|
#git
|
|
|
|
#[prod:children]
|
|
#confluence
|
|
#pdp-portal
|