- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- Documentation update
- Code refactoring
- Performance improvement
- Other (please describe):
Fixes #(issue number)
- Alloy (Grafana Alloy)
- DO (DigitalOcean Agent)
- Tailscale
- Collection (general/multiple roles)
- OS:
- Ansible Version:
- Collection Version:
- All tests passed
- Manual testing completed successfully
- No regressions detected
- I have updated the relevant README.md file(s)
- I have updated argument_specs.yml if variables were added/changed
- I have updated defaults/main.yml with appropriate defaults
- I have added/updated examples in the documentation
- CHANGELOG.md has been updated (if applicable)
- My code follows the style guidelines of this project
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas
- My changes generate no new warnings or errors
- Any dependent changes have been merged and published
- I have read the CONTRIBUTING guidelines
- I have checked that there aren't other open Pull Requests for the same update/change
- I have tested my changes on at least one supported platform
- All new and existing tests pass
- I have ensured backward compatibility (or documented breaking changes)