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

@@ -2,11 +2,16 @@
proxmox:
hosts:
pve01:
ansible_host: 10.10.21.51
ansible_host: 10.1.71.51
pve02:
ansible_host: 10.10.21.52
ansible_host: 10.1.71.52
pve03:
ansible_host: 10.10.21.53
ansible_host: 10.1.71.53
backup:
hosts:
backup:
ansible_host: 10.1.71.9
unbound_servers:
hosts:

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"

View File

@@ -3,6 +3,10 @@ proxmox:
hosts:
pve0[1:3]:
backup:
hosts:
backup:
freeipa:
hosts:
infra01:

View File

@@ -5,8 +5,8 @@ This ~~is~~ *will be* the complete walkthrough of the deployment of my homelab.
This repo is a mono-repo that is broken up into three sections:
- infra-config
- apps
- cluster-config
- apps
## Getting Started