diff --git a/.github/workflows/setup-k3s-with-existed-vhost.yml b/.github/workflows/setup-k3s-with-existed-vhost.yml index 4b56bfe7..99919c07 100644 --- a/.github/workflows/setup-k3s-with-existed-vhost.yml +++ b/.github/workflows/setup-k3s-with-existed-vhost.yml @@ -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 diff --git a/playbook/jobs/init_harbor b/playbook/jobs/init_harbor index 63596934..33c3c5b0 100644 --- a/playbook/jobs/init_harbor +++ b/playbook/jobs/init_harbor @@ -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