additional tasks for VM creation
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
# file: host_vars/backup/vars
|
||||
# mac_address: "98:b7:85:1e:c6:f1"
|
||||
ip_address: "10.1.71.9"
|
||||
hostname: "backup.{{ base_domain }}"
|
||||
# primary_interface: "enp1s0f0"
|
||||
hostname: "{{ inventory_hostname }}.{{ base_domain }}"
|
||||
# primary_interface: "enp1s0f0"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# primary_interface: "enp1s0f0"
|
||||
mac_address: "BC:24:11:03:A9:7B"
|
||||
ip_address: 10.1.71.211
|
||||
hostname: "docker01.{{ base_domain }}"
|
||||
hostname: "{{ inventory_hostname }}.{{ base_domain }}"
|
||||
|
||||
# Software
|
||||
#terraform_version: "1.11.3"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# primary_interface: "enp1s0f0"
|
||||
# mac_address: "98:b7:85:1e:c6:f1"
|
||||
#ip_address: 10.1.71.51
|
||||
hostname: "infra01.{{ base_domain }}"
|
||||
hostname: "{{ inventory_hostname }}.{{ base_domain }}"
|
||||
|
||||
# Software
|
||||
terraform_version: "1.11.3"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# primary_interface: "enp1s0f0"
|
||||
# mac_address: "98:b7:85:1e:c6:f1"
|
||||
ip_address: 10.1.71.7
|
||||
hostname: "matchbox.{{ base_domain }}"
|
||||
hostname: "{{ inventory_hostname }}.{{ base_domain }}"
|
||||
|
||||
# Software
|
||||
#terraform_version: "1.11.3"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# primary_interface: "enp1s0f0"
|
||||
mac_address: "BC:24:11:1B:BB:92"
|
||||
ip_address: 10.1.71.81
|
||||
hostname: "n8n.{{ base_domain }}"
|
||||
hostname: "{{ inventory_hostname }}.{{ base_domain }}"
|
||||
|
||||
# Software
|
||||
#terraform_version: "1.11.3"
|
||||
|
||||
19
infra-config/host_vars/prometheus/vars
Normal file
19
infra-config/host_vars/prometheus/vars
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
# file: host_vars/prometheus/vars
|
||||
|
||||
# VM Definition
|
||||
platform: "proxmox"
|
||||
proxmox_clone_node: "pve03"
|
||||
vm_clone_source: "fedora-42-large"
|
||||
vm_storage: "pve-general"
|
||||
ha_group: "pv03"
|
||||
|
||||
# Networking
|
||||
ip_address: 10.1.71.249
|
||||
# primary_interface: "enp1s0f0"
|
||||
# mac_address: "BC:24:11:03:A9:7B" # convert this to a proxmox read for VMs
|
||||
|
||||
# Software
|
||||
#terraform_version: "1.11.3"
|
||||
|
||||
hostname: "{{ inventory_hostname }}.{{ base_domain }}" #change variable to fqdn
|
||||
@@ -3,5 +3,5 @@
|
||||
# mac_address: "98:b7:85:1e:c6:f1"
|
||||
#ip_address: "10.1.71.51"
|
||||
ip_address: "10.10.21.51"
|
||||
hostname: "pve01.{{ base_domain }}"
|
||||
# primary_interface: "enp1s0f0"
|
||||
hostname: "{{ inventory_hostname }}.{{ base_domain }}"
|
||||
# primary_interface: "enp1s0f0"
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
# mac_address: "98:b7:85:1e:c6:f1"
|
||||
#ip_address: "10.1.71.52"
|
||||
ip_address: "10.10.21.52"
|
||||
hostname: "pve02.{{ base_domain }}"
|
||||
# primary_interface: "enp1s0f0"
|
||||
hostname: "{{ inventory_hostname }}.{{ base_domain }}"
|
||||
# primary_interface: "enp1s0f0"
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
# mac_address: "98:b7:85:1e:c6:f1"
|
||||
#ip_address: "10.1.71.53"
|
||||
ip_address: "10.10.21.53"
|
||||
hostname: "pve03.{{ base_domain }}"
|
||||
# primary_interface: "enp1s0f0"
|
||||
hostname: "{{ inventory_hostname }}.{{ base_domain }}"
|
||||
# primary_interface: "enp1s0f0"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# primary_interface: "enp1s0f0"
|
||||
mac_address: "BC:24:11:1C:95:1B"
|
||||
ip_address: 10.1.71.91
|
||||
hostname: "sql01.{{ base_domain }}"
|
||||
hostname: "{{ inventory_hostname }}.{{ base_domain }}"
|
||||
|
||||
# Software
|
||||
#terraform_version: "1.11.3"
|
||||
|
||||
Reference in New Issue
Block a user