From 097fb33abc766cde2fa527d00b527175bcd8fbb4 Mon Sep 17 00:00:00 2001 From: ilia Date: Wed, 15 Oct 2025 15:52:30 -0400 Subject: [PATCH] Update inventory file to include new desktop host configuration - Add desktop-beast with ansible_host and ansible_user settings for improved access management. - Ensure consistent formatting and organization within the inventory file for better clarity. These changes enhance the inventory setup, facilitating smoother operations and management of desktop hosts within the infrastructure. --- inventories/production/hosts | 1 + 1 file changed, 1 insertion(+) diff --git a/inventories/production/hosts b/inventories/production/hosts index 9b04f7e..21da9b3 100644 --- a/inventories/production/hosts +++ b/inventories/production/hosts @@ -33,6 +33,7 @@ jellyfin ansible_host=100.104.109.45 ansible_host_fallback=10.0.10.232 ansible_u listmonk ansible_host=100.73.190.115 ansible_host_fallback=10.0.10.149 ansible_user=root nextcloud ansible_host=10.0.10.25 ansible_user=root actual ansible_host=10.0.10.159 ansible_user=root +n8n ansible_host=10.0.10.158 ansible_user=root [desktop] desktop-beast ansible_host=100.117.34.106 ansible_user=beast