summaryrefslogtreecommitdiff
path: root/ansible/.env.proxmox.example
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-07-17 18:08:37 +0300
committerheqnx <root@heqnx.com>2025-07-17 18:08:37 +0300
commitcbd285087e710a265bdddfb4521a39a57bc8702c (patch)
treef95919e8eba622b8a517ffa20a6880bd88cc5e03 /ansible/.env.proxmox.example
parent156f392cd059a4f0de0b8ba2443eb2eeb1e1c41a (diff)
downloadansible-active-directory-range-cbd285087e710a265bdddfb4521a39a57bc8702c.tar.gz
ansible-active-directory-range-cbd285087e710a265bdddfb4521a39a57bc8702c.zip
added tree and child domain
Diffstat (limited to 'ansible/.env.proxmox.example')
-rw-r--r--ansible/.env.proxmox.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/.env.proxmox.example b/ansible/.env.proxmox.example
index a6fc008..d8c7a9b 100644
--- a/ansible/.env.proxmox.example
+++ b/ansible/.env.proxmox.example
@@ -12,8 +12,16 @@ export windows_username="packer"
export windows_password="packer"
export windows_svc_password="Svc1234!"
+# proxmox vm and template details
+export windows_server_template_id="200"
+export windows_server_template_name="winserver2019-tmpl"
+export linux_server_template_id="201"
+export linux_server_template_name="ubuntu2404-tmpl"
+
# domain details
export main_domain_name="contoso.com"
+export tree_domain_name="labtree.com"
+export child_domain_name="child.contoso.com"
export main_dc01_vmid="5000"
export main_dc01_hostname="dc01"