added proxmox hosts to ansible inventory

This commit is contained in:
2025-05-01 21:51:31 -05:00
parent 14e097442c
commit 9b59fa8f50
7 changed files with 35 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
---
# 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"

View File

@@ -1,6 +1,7 @@
---
# file: host_vars/pve01/vars
# mac_address: "98:b7:85:1e:c6:f1"
ip_address: "10.1.71.51"
#ip_address: "10.1.71.51"
ip_address: "10.10.21.51"
hostname: "pve01.{{ base_domain }}"
# primary_interface: "enp1s0f0"

View File

@@ -0,0 +1,7 @@
---
# file: host_vars/pve02/vars
# 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"

View File

@@ -0,0 +1,7 @@
---
# file: host_vars/pve03/vars
# 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"