Improve SAN certbundle task logic and messages

- Fixed typo: 'seperat' → 'separate'
- Added more robust changed_when conditions (stdout + stderr, handle already-issued, rate-limit, service-down cases)
- Added explicit warnings for Let's Encrypt rate limits (exact set and generic)
- Improved readability of SAN encapsulation task with descriptive name

See conversation: https://chatgpt.com/share/68b1bc75-c3a0-800f-8861-fcf4f5f4a48c
This commit is contained in:
2025-08-29 16:45:03 +02:00
parent 2aed0f97d2
commit ba99e558f7
2 changed files with 23 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
# Neccessary encapsulation to pass performance tests
- include_tasks: "_san.yml"
- name: Include wrapped SAN tasks
include_tasks: "_san.yml"
when: run_once_san_certs is not defined