14 lines
697 B
Plaintext
14 lines
697 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/apps/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/apps/newt/README.md).
|
|
PANGOLIN_ENDPOINT=
|
|
NEWT_ID=
|
|
NEWT_SECRET=
|