From 4167d527cf32ed6a83d3fb595c48eac301c85ecd Mon Sep 17 00:00:00 2001 From: akshun Date: Wed, 2 Oct 2024 07:26:24 +0530 Subject: [PATCH] few changes --- inventory.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inventory.yml b/inventory.yml index d242e5f..764fa13 100644 --- a/inventory.yml +++ b/inventory.yml @@ -3,7 +3,7 @@ ungrouped: hosts: omv: ansible_host: 192.168.1.4 - ansible_user: akshun + ansible_user: root proxmox: ansible_host: 192.168.1.126 ansible_user: root @@ -13,9 +13,9 @@ ungrouped: pve: ansible_host: 192.168.1.105 ansible_user: root -# nextcloud: -# ansible_host: 192.168.1.220 -# ansible_user: akshun + nextcloud: + ansible_host: 192.168.1.53 + ansible_user: akshun nginx: ansible_host: 192.168.1.165 ansible_user: akshun