.github/workflows/setup-k3s-with-existed-vhost.yml: update
This commit is contained in:
parent
9bc49e5622
commit
99088af27f
@ -38,7 +38,7 @@ jobs:
|
||||
|
||||
cat > hosts/inventory << EOF
|
||||
[master]
|
||||
hk-connector.onwalk.net ansible_host=16.163.157.119
|
||||
hk-connector.onwalk.net ansible_host=18.162.97.152
|
||||
|
||||
[all:vars]
|
||||
ansible_port=22
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
ansible_host_key_checking=False
|
||||
dns_ak=$DNS_AK
|
||||
dns_sk=$DNS_SK
|
||||
ingress_ip=16.163.157.119
|
||||
ingress_ip=18.162.97.152
|
||||
admin_password=$OIDC_ADMIN_PASSWORD
|
||||
EOF
|
||||
ansible-playbook -i hosts/inventory jobs/init_k3s_cluster -D
|
||||
|
||||
Loading…
Reference in New Issue
Block a user