20 lines
959 B
Plaintext
20 lines
959 B
Plaintext
# Copy to **.env** in this repository root (`.env` is gitignored).
|
|
# Ansible **noble_cert_manager** role sources `.env` after cert-manager Helm install and creates
|
|
# **cert-manager/cloudflare-dns-api-token** when **CLOUDFLARE_DNS_API_TOKEN** is set.
|
|
#
|
|
# Cloudflare: Zone → DNS → Edit + Zone → Read for **pcenicni.dev** (see clusters/noble/bootstrap/cert-manager/README.md).
|
|
CLOUDFLARE_DNS_API_TOKEN=
|
|
|
|
# --- Optional: other deploy-time values (documented for manual use or future automation) ---
|
|
|
|
# Pangolin / Newt — with **noble_newt_install=true**, Ansible creates **newt/newt-pangolin-auth** when all are set (see clusters/noble/bootstrap/newt/README.md).
|
|
PANGOLIN_ENDPOINT=
|
|
NEWT_ID=
|
|
NEWT_SECRET=
|
|
|
|
# Velero — when **noble_velero_install=true**, set bucket + S3 API URL and credentials (see clusters/noble/bootstrap/velero/README.md).
|
|
NOBLE_VELERO_S3_BUCKET=
|
|
NOBLE_VELERO_S3_URL=
|
|
NOBLE_VELERO_AWS_ACCESS_KEY_ID=
|
|
NOBLE_VELERO_AWS_SECRET_ACCESS_KEY=
|