--- /dev/null
+---
+defaults:
+ vsphere: test
+ cluster: test-vmcc-l105-01
+ vm_folder: pixelpark/test
+ num_cpus: 2
+ memory: 4GB
+ boot_delay: 5
+ datastore_cluster: Daten-Cluster-Gold_01
+ datastore_type: ssd
+ template: rhel9-template
+ root_disk:
+ size: 20
+ customer: Digitas Pixelpark GmbH
+ purpose: Test VM deployment with Terraform
+ puppet:
+ customer: pixelpark
+ project: test
+ tier: development
+ environment: dev_fbrehm
+ contact: solution@pixelpark.com
+ role: dpx_infra::test_deploy
+ nameservers:
+ - 93.188.109.13
+ - 77.74.232.25
+ - 217.66.52.10
+ searchdomains:
+ - pixelpark.com
+ - pixelpark.net
+ - pixelpark.de
+ dns_options: 'timeout:1 attempts:2 use-vc'
+
+vms:
+ - name: dev-deploy-oel7.pixelpark.com
+ template: oel7-template
+ interfaces:
+ - address_v4: 192.168.145.61
+ - name: dev-deploy-centos7.pixelpark.com
+ template: centos7-template
+ interfaces:
+ - address_v4: 192.168.145.62
+ - name: dev-deploy-centos8.pixelpark.com
+ template: centos8-template
+ interfaces:
+ - address_v4: 192.168.145.63
+ - name: dev-deploy-rhel9.pixelpark.com
+ template: rhel9-template
+ interfaces:
+ - address_v4: 192.168.145.64
+