mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 16:04:31 +00:00
- New acme role: installs acme.sh, issues certs for myrddin/merlin/gandalf via DNS-01 (name.com API), installs cert files to /etc/ssl/certs/prole/, sets up renewal cron. rc=2 (already valid) treated as ok. - New playbooks/acme.yml: runs acme role on myrddin (issues all 3 host certs) - New playbooks/certmgr.yml: cert-manager and letsencrypt-prod ClusterIssuer (HTTP-01/Traefik) for external endpoints (db/svc/api.prole.org) - Add vault references for name.com API creds to group_vars/all/vars.yml - Add prole_ssl_src_dir and prole_ssl_files to myrddin/merlin/gandalf host_vars Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
144 B
YAML
7 lines
144 B
YAML
---
|
|
- name: Issue and install internal host certs via acme.sh (DNS-01 / name.com)
|
|
hosts: myrddin.prole.org
|
|
become: true
|
|
roles:
|
|
- acme
|