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