01bf71f8d2
- Introduced a new Cloudns issuer configuration for cert-manager. - Created separate tasks for DNS-01 and HTTP-01 challenge issuers. - Updated cert-manager tasks to include Cloudns provider and manage secrets. - Refactored existing LetsEncrypt issuer registration to use new task structure. - Added necessary Kubernetes resources for Cloudns integration, including RBAC and certificates. - Updated Terraform configurations to support new DNS records and service changes. - Adjusted deployment strategies for CoreDNS and Open WebUI applications.
16 lines
535 B
Bash
16 lines
535 B
Bash
DUO_INTEGRATION_KEY=$DUO_INTEGRATION_KEY
|
|
DUO_SECRET_KEY=$DUO_SECRET_KEY
|
|
MAXMIND_ACCOUNT_ID=$MAXMIND_ACCOUNT_ID
|
|
MAXMIND_LICENSE_KEY=$MAXMIND_LICENSE_KEY
|
|
USER_PASSWORD_SALT=$USER_PASSWORD_SALT
|
|
USER_PASSWORD_OPERATOR=$USER_PASSWORD_OPERATOR
|
|
ANSIBLE_FORCE_COLOR=True
|
|
BUCKET_SUFFIX=$BUCKET_SUFFIX
|
|
MICROK8S_ENCRYPTION_SECRET=$MICROK8S_ENCRYPTION_SECRET
|
|
KMS_ACCESS_KEY=$KMS_ACCESS_KEY
|
|
KMS_SECRET_KEY=$KMS_SECRET_KEY
|
|
KMS_KEY_ARN=$KMS_KEY_ARN
|
|
GITEA_APP_TOKEN=$GITEA_APP_TOKEN
|
|
CLOUDNS_AUTH_ID=$CLOUDNS_AUTH_ID
|
|
CLOUDNS_PASSWORD=$CLOUDNS_PASSWORD
|