.github/workflows/setup-api-gateway-with-existed-vhost.yml: update
This commit is contained in:
parent
961969829a
commit
7ab7cadeec
@ -42,7 +42,7 @@ jobs:
|
||||
mkdir -pv hosts/
|
||||
cat > hosts/inventory << EOF
|
||||
[master]
|
||||
apisix ansible_host=34.92.35.136
|
||||
apisix ansible_host=34.96.156.183
|
||||
|
||||
[all:vars]
|
||||
ansible_port=22
|
||||
@ -51,7 +51,7 @@ jobs:
|
||||
ansible_host_key_checking=False
|
||||
dns_ak=$DNS_AK
|
||||
dns_sk=$DNS_SK
|
||||
ingress_ip=34.92.35.136
|
||||
ingress_ip=34.96.156.183
|
||||
EOF
|
||||
ansible-playbook -i hosts/inventory jobs/init_k3s_cluster_apisix -D
|
||||
setup-datadog:
|
||||
@ -78,7 +78,7 @@ jobs:
|
||||
mkdir -pv hosts/
|
||||
cat > hosts/inventory << EOF
|
||||
[master]
|
||||
apisix ansible_host=34.92.35.136
|
||||
apisix ansible_host=34.96.156.183
|
||||
|
||||
[all:vars]
|
||||
ansible_port=22
|
||||
|
||||
Loading…
Reference in New Issue
Block a user