From 8ada0a94f09d5e6492235aca176b09f46b35859f Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Sun, 17 Aug 2025 00:04:45 +0700 Subject: fix: split hosts in ansible inventory --- deploy/inventory.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'deploy') diff --git a/deploy/inventory.yml b/deploy/inventory.yml index 3c1220d..dde952e 100644 --- a/deploy/inventory.yml +++ b/deploy/inventory.yml @@ -2,14 +2,16 @@ all: children: prod: hosts: - pl.saya.today: + node_prod: + ansible_host: pl.saya.today saya_today_web_name: sayana-web saya_today_web_hostname: sayana-web saya_today_web_ipv4_address: 172.16.0.18 stage: hosts: - pl.saya.today: + node_stage: + ansible_host: pl.saya.today saya_today_web_name: sayana-demo saya_today_web_hostname: sayana-demo saya_today_web_ipv4_address: 172.16.0.17 -- cgit v1.3.1+13