added proxmox hosts to ansible inventory
This commit is contained in:
@@ -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:
|
||||
|
||||
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
|
||||
# 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"
|
||||
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:
|
||||
pve0[1:3]:
|
||||
|
||||
backup:
|
||||
hosts:
|
||||
backup:
|
||||
|
||||
freeipa:
|
||||
hosts:
|
||||
infra01:
|
||||
|
||||
Reference in New Issue
Block a user