Added hypervisor inventory

This commit is contained in:
2026-03-13 13:28:09 -07:00
parent a55a03de4a
commit dc2050db8d

View File

@@ -0,0 +1,37 @@
---
# =============================================================================
# hypervisor_hosts.yml — Local Eng Physical Hypervisor Nodes
# =============================================================================
all:
children:
proxmox_cluster:
vars:
hypervisor_type: proxmox
api_host: 192.168.22.65
api_port: 8006
api_token_id: "ansible@pve!ansible-token"
api_token_secret: "19d33790-7648-4550-a052-f89b1b5e70eb"
cluster_mode: cluster
ceph_enabled: false
shared_storage: true
local_disk_action: cold
upgrade_order:
- pm-node-01
- pm-node-02
- pm-node-03
ansible_user: root
ansible_become: false
hosts:
pm-node-01:
ansible_host: 192.168.22.65
pm-node-02:
ansible_host: 192.168.22.66
pm-node-03:
ansible_host: 192.168.22.67