From 8edca829577b91d3cafdfdad4f797d126c218341 Mon Sep 17 00:00:00 2001 From: Al Date: Wed, 4 Dec 2024 16:00:49 +0700 Subject: [PATCH] chore: add ansible port --- host_vars/val-kusama-03.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host_vars/val-kusama-03.yaml b/host_vars/val-kusama-03.yaml index 3dc2a11..121198b 100644 --- a/host_vars/val-kusama-03.yaml +++ b/host_vars/val-kusama-03.yaml @@ -2,7 +2,7 @@ ansible_host: "160.22.181.181" container_ip: "192.168.223.10" # 192.168.213.10:32006 # kusama-03 -ansible_port: +ansible_port: 22006 host_name: "val-kusama-03.ct.rotko.net" host_timezone: "Asia/Bangkok" netif: '{"net0":"name=eth0,gw={{ default_nat_network_forward_cidr.split("/")[0] }},ip={{ default_host_ip }}/16,bridge={{ default_nat_device }}"}'