added proxmox hosts to ansible inventory
This commit is contained in:
@@ -2,11 +2,16 @@
|
|||||||
proxmox:
|
proxmox:
|
||||||
hosts:
|
hosts:
|
||||||
pve01:
|
pve01:
|
||||||
ansible_host: 10.10.21.51
|
ansible_host: 10.1.71.51
|
||||||
pve02:
|
pve02:
|
||||||
ansible_host: 10.10.21.52
|
ansible_host: 10.1.71.52
|
||||||
pve03:
|
pve03:
|
||||||
ansible_host: 10.10.21.53
|
ansible_host: 10.1.71.53
|
||||||
|
|
||||||
|
backup:
|
||||||
|
hosts:
|
||||||
|
backup:
|
||||||
|
ansible_host: 10.1.71.9
|
||||||
|
|
||||||
unbound_servers:
|
unbound_servers:
|
||||||
hosts:
|
hosts:
|
||||||
|
|||||||
6
infra-config/host_vars/backup/vars
Normal file
6
infra-config/host_vars/backup/vars
Normal 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"
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
# file: host_vars/pve01/vars
|
# file: host_vars/pve01/vars
|
||||||
# mac_address: "98:b7:85:1e:c6:f1"
|
# 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 }}"
|
hostname: "pve01.{{ base_domain }}"
|
||||||
# primary_interface: "enp1s0f0"
|
# primary_interface: "enp1s0f0"
|
||||||
7
infra-config/host_vars/pve02/vars
Normal file
7
infra-config/host_vars/pve02/vars
Normal 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"
|
||||||
7
infra-config/host_vars/pve03/vars
Normal file
7
infra-config/host_vars/pve03/vars
Normal 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"
|
||||||
@@ -3,6 +3,10 @@ proxmox:
|
|||||||
hosts:
|
hosts:
|
||||||
pve0[1:3]:
|
pve0[1:3]:
|
||||||
|
|
||||||
|
backup:
|
||||||
|
hosts:
|
||||||
|
backup:
|
||||||
|
|
||||||
freeipa:
|
freeipa:
|
||||||
hosts:
|
hosts:
|
||||||
infra01:
|
infra01:
|
||||||
|
|||||||
@@ -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:
|
This repo is a mono-repo that is broken up into three sections:
|
||||||
|
|
||||||
- infra-config
|
- infra-config
|
||||||
- apps
|
|
||||||
- cluster-config
|
- cluster-config
|
||||||
|
- apps
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user