From 7f25838deac4902372a4ccf1b3aae5fcc3772a44 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Fri, 1 Aug 2025 21:47:23 +0300 Subject: [PATCH] Enable pve92 --- inventory.yaml | 4 ++-- proxmox/ceph.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory.yaml b/inventory.yaml index 88478f5..0eed359 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -50,8 +50,8 @@ all: ansible_host: 172.21.20.90 pve91: ansible_host: 172.21.20.91 -# pve92: -# ansible_host: 172.21.20.92 + pve92: + ansible_host: 172.21.20.92 pve93: ansible_host: 172.21.20.93 diff --git a/proxmox/ceph.yaml b/proxmox/ceph.yaml index 8f10ac9..32f51c9 100644 --- a/proxmox/ceph.yaml +++ b/proxmox/ceph.yaml @@ -4,7 +4,7 @@ hosts: - pve90 - pve91 - # - pve92 + - pve92 - pve93 gather_facts: false tasks: