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