.github/workflows/setup-kube-ovn-demo-with-existed-vhost.yml: update
This commit is contained in:
parent
19d2df2952
commit
d8b4201492
@ -50,7 +50,7 @@ jobs:
|
||||
mkdir -pv hosts/
|
||||
cat > hosts/inventory << EOF
|
||||
[master]
|
||||
artifact ansible_host=34.150.76.248
|
||||
artifact ansible_host=34.146.25.114
|
||||
|
||||
[all:vars]
|
||||
ansible_port=22
|
||||
@ -59,7 +59,7 @@ jobs:
|
||||
ansible_host_key_checking=False
|
||||
dns_ak=$DNS_AK
|
||||
dns_sk=$DNS_SK
|
||||
ingress_ip=34.150.76.248
|
||||
ingress_ip=34.146.25.114
|
||||
EOF
|
||||
ansible-playbook -i hosts/inventory jobs/init_k3s_cluster -D
|
||||
Setup-APP-for-GCP-K3S:
|
||||
@ -86,7 +86,7 @@ jobs:
|
||||
mkdir -pv hosts/
|
||||
cat > hosts/inventory << EOF
|
||||
[master]
|
||||
artifact ansible_host=34.150.76.248
|
||||
artifact ansible_host=34.146.25.114
|
||||
|
||||
[all:vars]
|
||||
ansible_port=22
|
||||
@ -100,8 +100,6 @@ jobs:
|
||||
admin_password=$ADMIN_INIT_PASSWORD
|
||||
harbor_odic_client_token=$HARBOR_OIDC_CLIENT_TOKEN
|
||||
EOF
|
||||
ansible-playbook -i hosts/inventory jobs/init_harbor -D
|
||||
ansible-playbook -i hosts/inventory jobs/init_keycloak -D
|
||||
ansible-playbook -i hosts/inventory jobs/init_nginx_oss -D
|
||||
ansible-playbook -i hosts/inventory jobs/init_chatwithgpt -D
|
||||
ansible-playbook -i hosts/inventory jobs/init_observability-agent -D
|
||||
|
||||
Loading…
Reference in New Issue
Block a user