From 9a4f6efa67278bbb79516b2b3e26bdb6b32f796f Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 6 Oct 2023 19:28:35 +0800 Subject: [PATCH] .github/workflows/setup-nginx-oss-with-existed-vhost.yml: update --- .github/workflows/setup-nginx-oss-with-existed-vhost.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/setup-nginx-oss-with-existed-vhost.yml b/.github/workflows/setup-nginx-oss-with-existed-vhost.yml index 64ef2cd7..8c39f255 100644 --- a/.github/workflows/setup-nginx-oss-with-existed-vhost.yml +++ b/.github/workflows/setup-nginx-oss-with-existed-vhost.yml @@ -38,16 +38,16 @@ jobs: mkdir -pv hosts/ cat > hosts/inventory << EOF [master] - aritfact.onwalk.net ansible_host=18.167.129.213 + www.onwalk.net ansible_host=8.130.36.45 [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=18.167.129.213 + ingress_ip=8.130.36.45 EOF - #ansible-playbook -i hosts/inventory jobs/init_k3s_cluster -D + ansible-playbook -i hosts/inventory jobs/init_k3s_cluster_std -D ansible-playbook -i hosts/inventory jobs/init_nginx_oss -D