Files
ouranos/ansible/certbot/namecheap.ini.j2
Robert Helewka 0a053c1cd6 Refactor HAProxy configuration and certificate management
- Updated HAProxy configuration template to reflect changes for the Taurus Production Environment, including SSL settings and rate limiting for specific endpoints.
- Introduced new playbooks for certificate distribution and validation with OCI Vault, ensuring certificates are correctly managed and renewed.
- Added hooks for uploading renewed certificates to OCI Vault and validating their integrity.
- Enhanced the HAProxy configuration playbook to ensure proper service management and verification of the HAProxy service.
- Updated inventory variables for certificate management and ensured compatibility with the new structure.
2026-03-17 13:13:38 -04:00

9 lines
305 B
Django/Jinja

# Namecheap API credentials for certbot DNS-01 validation
# Managed by Ansible - DO NOT EDIT MANUALLY
dns_namecheap_username = {{ namecheap_username }}
dns_namecheap_api_key = {{ namecheap_api_key }}
{% if namecheap_client_ip is defined %}
dns_namecheap_client_ip = {{ namecheap_client_ip }}
{% endif %}