1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00
Commit graph

4 commits

Author SHA1 Message Date
Mangesh Shinde
8ec56bf5a1 Fix YAML indentation in DOCUMENTATION and RETURN sections
- Convert 4-space indentation to 2-space indentation per yamllint requirements
- Ensure proper YAML formatting for Ansible module standards
2025-09-16 07:05:02 +05:30
Mangesh Shinde
facb63eaa6 Fix CI/CD license and BOTMETA issues
- Remove colon from Copyright line per license-check requirements
- Add maintainer entry to BOTMETA.yml with correct GitHub username
- Ensure consistency between author and maintainer fields
2025-09-15 23:31:50 +05:30
Mangesh Shinde
8e3e73f46b Fix CI/CD issues for ssl_certificate_deploy module
- Add SPDX license headers for compliance
- Add maintainer entry to BOTMETA.yml
- Ensure proper copyright information
2025-09-15 22:25:52 +05:30
Mangesh Shinde
90eba6220b Add ssl_certificate_deploy module
- New module for secure SSL certificate deployment
- Supports nginx, httpd, and apache2 web services
- Automatic SSL configuration detection and parsing
- Certificate validation and key matching
- Service configuration testing with rollback
- Comprehensive audit logging and backup functionality
- Passes all ansible-test sanity checks
2025-09-15 18:00:33 +05:30