From 1fe27468a1b549518927d3d15f87d8adb38b327d Mon Sep 17 00:00:00 2001 From: ilia Date: Fri, 10 Oct 2025 09:23:40 -0400 Subject: [PATCH] Update inventory file to standardize ansible_user settings for Gitea and other services - Adjust ansible_user for Gitea to 'root' for improved access control. - Ensure consistent ansible_user settings across all services, including Portainer, Jellyfin, and Listmonk, to streamline user management. These changes enhance the clarity and usability of the inventory setup, facilitating smoother operations across the infrastructure. --- inventories/production/hosts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inventories/production/hosts b/inventories/production/hosts index 1a3919f..9b04f7e 100644 --- a/inventories/production/hosts +++ b/inventories/production/hosts @@ -4,7 +4,7 @@ # Usage: ansible_host_fallback is available for manual fallback [gitea] -giteaVM ansible_host=10.0.30.169 ansible_user=gitea +giteaVM ansible_host=10.0.30.169 ansible_user=root [portainer] portainerVM ansible_host=10.0.30.69 ansible_user=ladmin @@ -31,7 +31,8 @@ tailscaleVM ansible_host=100.66.218.53 ansible_user=ladmin caddy ansible_host=100.117.106.18 ansible_host_fallback=10.0.10.50 ansible_user=root jellyfin ansible_host=100.104.109.45 ansible_host_fallback=10.0.10.232 ansible_user=root listmonk ansible_host=100.73.190.115 ansible_host_fallback=10.0.10.149 ansible_user=root -#slack ansible_host=100.110.190.69 ansible_host_fallback=10.0.10.154 ansible_user=ladmin +nextcloud ansible_host=10.0.10.25 ansible_user=root +actual ansible_host=10.0.10.159 ansible_user=root [desktop] desktop-beast ansible_host=100.117.34.106 ansible_user=beast