updating for packer
This commit is contained in:
11
infra-config/host_vars/docker01/vars
Normal file
11
infra-config/host_vars/docker01/vars
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# file: host_vars/matchbox/vars
|
||||
|
||||
# Networking
|
||||
# primary_interface: "enp1s0f0"
|
||||
mac_address: "BC:24:11:03:A9:7B"
|
||||
ip_address: 10.1.71.211
|
||||
hostname: "docker01.{{ base_domain }}"
|
||||
|
||||
# Software
|
||||
#terraform_version: "1.11.3"
|
||||
11
infra-config/host_vars/n8n/vars
Normal file
11
infra-config/host_vars/n8n/vars
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# file: host_vars/matchbox/vars
|
||||
|
||||
# Networking
|
||||
# primary_interface: "enp1s0f0"
|
||||
mac_address: "BC:24:11:1B:BB:92"
|
||||
ip_address: 10.1.71.81
|
||||
hostname: "n8n.{{ base_domain }}"
|
||||
|
||||
# Software
|
||||
#terraform_version: "1.11.3"
|
||||
11
infra-config/host_vars/sql01/vars
Normal file
11
infra-config/host_vars/sql01/vars
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# file: host_vars/matchbox/vars
|
||||
|
||||
# Networking
|
||||
# primary_interface: "enp1s0f0"
|
||||
mac_address: "BC:24:11:1C:95:1B"
|
||||
ip_address: 10.1.71.91
|
||||
hostname: "sql01.{{ base_domain }}"
|
||||
|
||||
# Software
|
||||
#terraform_version: "1.11.3"
|
||||
25
infra-config/host_vars/unbound02/vars
Normal file
25
infra-config/host_vars/unbound02/vars
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
# file: host_vars/unbound02/vars
|
||||
|
||||
# Host Definition
|
||||
platform: "proxmox"
|
||||
hostname: "{{ inventory_hostname }}.{{ base_domain }}" #change variable to fqdn
|
||||
|
||||
# Networking
|
||||
ip_address: 10.1.71.252
|
||||
# primary_interface: "enp1s0f0"
|
||||
# mac_address: "BC:24:11:03:A9:7B" # convert this to a proxmox read for VMs
|
||||
|
||||
# VM Definition
|
||||
proxmox_target_node: "pve02"
|
||||
vm_cpus: 1
|
||||
vm_memory: 2048
|
||||
vm_storage: "pve-general"
|
||||
vm_disk_size: "16" # GB
|
||||
vm_net_bridge: "vmbr1"
|
||||
vm_net_vlan: ",tag=71"
|
||||
# vm_disk_size: 20
|
||||
# vm_disk_type: "virtio"
|
||||
|
||||
# Software
|
||||
#terraform_version: "1.11.3"
|
||||
Reference in New Issue
Block a user