workflows/setup-k3s-with-existed-vhost.yml: update
This commit is contained in:
parent
22bf175600
commit
b6631fbc38
@ -55,13 +55,13 @@ jobs:
|
||||
ansible_host_key_checking=False
|
||||
dns_ak=$DNS_AK
|
||||
dns_sk=$DNS_SK
|
||||
ingress_ip=161.189.79.201
|
||||
ingress_ip=10.1.3.112
|
||||
smtp_password=$SMTP_PASSWORD
|
||||
gitlab_odic_client_token=$GITLAB_OIDC_CLIENT_TOKEN
|
||||
EOF
|
||||
ansible-playbook -i hosts/inventory jobs/init_ssl_cert -D
|
||||
ansible-playbook -i hosts/inventory jobs/init_k3s_cluster -D
|
||||
#ansible-playbook -i hosts/inventory jobs/init_k3s_cluster -D
|
||||
ansible-playbook -i hosts/inventory jobs/init_gitlab -D
|
||||
#ansible-playbook -i hosts/inventory jobs/init_ssl_cert -D
|
||||
#ansible-playbook -i hosts/inventory jobs/init_chatwithgpt -D
|
||||
#ansible-playbook -i hosts/inventory jobs/init_harbor -D
|
||||
#ansible-playbook -i hosts/inventory jobs/init_keycloak -D
|
||||
|
||||
@ -9,12 +9,12 @@
|
||||
vars:
|
||||
group: master
|
||||
namespace: harbor
|
||||
domain: apollo-ev.com
|
||||
domain: onwalk.net
|
||||
db_namespace: database
|
||||
auto_issuance: false
|
||||
auto_issuance: true
|
||||
update_secret: true
|
||||
storage_type: oss
|
||||
tls:
|
||||
- secret_name: harbor-tls
|
||||
keyfile: /etc/ssl/apollo-ev.com.key
|
||||
certfile: /etc/ssl/apollo-ev.com.pem
|
||||
keyfile: /etc/ssl/onwalk.net.key
|
||||
certfile: /etc/ssl/onwalk.net.pem
|
||||
|
||||
Loading…
Reference in New Issue
Block a user