diff --git a/.github/workflows/setup-k3s-with-existed-vhost.yml b/.github/workflows/setup-k3s-with-existed-vhost.yml index 1aad1c09..bd82759a 100644 --- a/.github/workflows/setup-k3s-with-existed-vhost.yml +++ b/.github/workflows/setup-k3s-with-existed-vhost.yml @@ -38,7 +38,7 @@ jobs: cat > hosts/inventory << EOF [master] - hk-connector.onwalk.net ansible_host=16.163.157.119 + hk-connector.onwalk.net ansible_host=18.162.97.152 [all:vars] ansible_port=22 @@ -47,7 +47,7 @@ jobs: ansible_host_key_checking=False dns_ak=$DNS_AK dns_sk=$DNS_SK - ingress_ip=16.163.157.119 + ingress_ip=18.162.97.152 admin_password=$OIDC_ADMIN_PASSWORD EOF ansible-playbook -i hosts/inventory jobs/init_k3s_cluster -D