From ae73bc0f6f992c80f2e4165574b2dd0e2a44b800 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Tue, 12 Aug 2025 20:59:18 +0530 Subject: [PATCH] add pbs host --- inventory.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inventory.yml b/inventory.yml index 117b70f..8cc7c7d 100644 --- a/inventory.yml +++ b/inventory.yml @@ -46,4 +46,6 @@ proxmox: asus: ansible_host: 192.168.1.199 ansible_user: root - + pbs: + ansible_host: 192.168.1.112 + ansible_user: root