From 4cefa5ab3095e219b5325d980513f88c670021f8 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:53:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=9A=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playbook/hosts | 2 ++ playbook/merge_pet_test.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/playbook/hosts b/playbook/hosts index dd6077c..7395712 100644 --- a/playbook/hosts +++ b/playbook/hosts @@ -1,5 +1,7 @@ [test] a1 ansible_ssh_host=1.15.182.107 ansible_ssh_user="root" ansible_ssh_port=22 +[new-test] +a1 ansible_ssh_host=112.124.54.243 ansible_ssh_user="root" ansible_ssh_port=22 [compose] c1 ansible_ssh_host=172.20.0.2 ansible_ssh_user="root" ansible_ssh_port=22 diff --git a/playbook/merge_pet_test.yml b/playbook/merge_pet_test.yml index c8b526c..e39d7f1 100644 --- a/playbook/merge_pet_test.yml +++ b/playbook/merge_pet_test.yml @@ -1,6 +1,6 @@ --- - name: Deploy GoLeaf release - hosts: test + hosts: new-test gather_facts: no remote_user: root vars: