.github/workflows/setup-chatwithgpt-with-existed-vhost.yml: update
This commit is contained in:
parent
1969127785
commit
8bc75cdc8f
@ -36,16 +36,16 @@ jobs:
|
||||
mkdir -pv hosts/
|
||||
cat > hosts/inventory << EOF
|
||||
[master]
|
||||
vpn.onwalk.net ansible_host=43.206.90.100
|
||||
k3s ansible_host=34.85.43.134
|
||||
|
||||
[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=43.206.90.100
|
||||
ingress_ip=34.85.43.134
|
||||
EOF
|
||||
ansible-playbook -i hosts/inventory jobs/init_k3s_cluster -D
|
||||
ansible-playbook -i hosts/inventory jobs/init_chatwithgpt -D
|
||||
|
||||
Loading…
Reference in New Issue
Block a user