From 8bc75cdc8fc148835c692ed48a3cca73f9c0bfd5 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 23 May 2023 10:04:51 +0800 Subject: [PATCH] .github/workflows/setup-chatwithgpt-with-existed-vhost.yml: update --- .github/workflows/setup-chatwithgpt-with-existed-vhost.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/setup-chatwithgpt-with-existed-vhost.yml b/.github/workflows/setup-chatwithgpt-with-existed-vhost.yml index 9d51f58c..f6edf27a 100644 --- a/.github/workflows/setup-chatwithgpt-with-existed-vhost.yml +++ b/.github/workflows/setup-chatwithgpt-with-existed-vhost.yml @@ -36,16 +36,16 @@ jobs: mkdir -pv hosts/ cat > hosts/inventory << EOF [master] - vpn.onwalk.net ansible_host=43.206.90.100 + k3s ansible_host=34.85.43.134 [all:vars] ansible_port=22 - ansible_ssh_user=ubuntu + ansible_ssh_user=root ansible_ssh_private_key_file=~/.ssh/id_rsa ansible_host_key_checking=False dns_ak=$DNS_AK dns_sk=$DNS_SK - ingress_ip=43.206.90.100 + ingress_ip=34.85.43.134 EOF ansible-playbook -i hosts/inventory jobs/init_k3s_cluster -D ansible-playbook -i hosts/inventory jobs/init_chatwithgpt -D