From 432feebf0bc74f98bfaed08ab2eeacbc4fe931ef Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 30 May 2023 12:40:12 +0800 Subject: [PATCH] add playbook/roles/bookinfo/meta/main.yml --- .../workflows/setup-kube-ovn-demo-with-existed-vhost.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/setup-kube-ovn-demo-with-existed-vhost.yml b/.github/workflows/setup-kube-ovn-demo-with-existed-vhost.yml index 0c6da8b1..9c1b0a04 100644 --- a/.github/workflows/setup-kube-ovn-demo-with-existed-vhost.yml +++ b/.github/workflows/setup-kube-ovn-demo-with-existed-vhost.yml @@ -50,7 +50,7 @@ jobs: mkdir -pv hosts/ cat > hosts/inventory << EOF [master] - artifact ansible_host=34.92.35.136 + artifact ansible_host=34.150.76.248 [all:vars] ansible_port=22 @@ -59,9 +59,9 @@ jobs: ansible_host_key_checking=False dns_ak=$DNS_AK dns_sk=$DNS_SK - ingress_ip=34.92.35.136 + ingress_ip=34.150.76.248 EOF - ansible-playbook -i hosts/inventory jobs/init_k3s_cluster -D -C + ansible-playbook -i hosts/inventory jobs/init_k3s_cluster -D Setup-APP-for-GCP-K3S: runs-on: ubuntu-latest needs: @@ -86,7 +86,7 @@ jobs: mkdir -pv hosts/ cat > hosts/inventory << EOF [master] - artifact ansible_host=34.92.35.136 + artifact ansible_host=34.150.76.248 [all:vars] ansible_port=22