From 5ca2aa9a8fbc7f1989c2c49cc205d4425659d768 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 2 Nov 2023 15:29:28 +0100 Subject: [PATCH] Adding example/dev-deploy.yaml --- example/dev-deploy.yaml | 50 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 example/dev-deploy.yaml diff --git a/example/dev-deploy.yaml b/example/dev-deploy.yaml new file mode 100644 index 0000000..aa4bb86 --- /dev/null +++ b/example/dev-deploy.yaml @@ -0,0 +1,50 @@ +--- +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 + -- 2.39.5