From 1bf090b406bc2839e160eafac9a94ac9a4dbdf97 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 12 May 2023 01:02:25 +0800 Subject: [PATCH] set ansible_port 8022 --- .github/workflows/setup-k3s-with-existed-vhost.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-k3s-with-existed-vhost.yml b/.github/workflows/setup-k3s-with-existed-vhost.yml index 1ad98440..4388a377 100644 --- a/.github/workflows/setup-k3s-with-existed-vhost.yml +++ b/.github/workflows/setup-k3s-with-existed-vhost.yml @@ -49,7 +49,7 @@ jobs: gitlab.onwalk.net ansible_host=20.205.99.179 [all:vars] - ansible_port=22 + ansible_port=8022 ansible_ssh_user=ubuntu ansible_ssh_private_key_file=~/.ssh/id_rsa ansible_host_key_checking=False