18 lines
339 B
Plaintext
18 lines
339 B
Plaintext
---
|
|
# file: host_vars/monitor/vars
|
|
|
|
# VM Definition
|
|
platform: "proxmox"
|
|
proxmox_clone_node: "pve03"
|
|
vm_clone_source: "fedora-42-large"
|
|
vm_storage: "pve-general"
|
|
ha_group: "pve03"
|
|
|
|
# Networking
|
|
ip_address: 10.1.71.249
|
|
|
|
# Software
|
|
#terraform_version: "1.11.3"
|
|
|
|
hostname: "{{ inventory_hostname }}.{{ base_domain }}" #change variable to fqdn
|