.github/workflows/setup-nginx-oss-with-existed-vhost.yml: update
This commit is contained in:
parent
2fe13d4e74
commit
9a4f6efa67
@ -38,16 +38,16 @@ jobs:
|
||||
mkdir -pv hosts/
|
||||
cat > hosts/inventory << EOF
|
||||
[master]
|
||||
aritfact.onwalk.net ansible_host=18.167.129.213
|
||||
www.onwalk.net ansible_host=8.130.36.45
|
||||
|
||||
[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=18.167.129.213
|
||||
ingress_ip=8.130.36.45
|
||||
EOF
|
||||
#ansible-playbook -i hosts/inventory jobs/init_k3s_cluster -D
|
||||
ansible-playbook -i hosts/inventory jobs/init_k3s_cluster_std -D
|
||||
ansible-playbook -i hosts/inventory jobs/init_nginx_oss -D
|
||||
|
||||
Loading…
Reference in New Issue
Block a user