https://github.com/zerwes/git-remembrall
notification script running on git repos as a ansible playbook
https://github.com/zerwes/git-remembrall
ansible ansible-playbook ansible-role git
Last synced: 3 months ago
JSON representation
notification script running on git repos as a ansible playbook
- Host: GitHub
- URL: https://github.com/zerwes/git-remembrall
- Owner: zerwes
- License: gpl-3.0
- Created: 2023-01-17T11:32:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-28T19:21:25.000Z (11 months ago)
- Last Synced: 2025-07-28T21:32:30.173Z (11 months ago)
- Topics: ansible, ansible-playbook, ansible-role, git
- Language: Shell
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://www.gnu.org/licenses/gpl-3.0)
[](https://github.com/zerwes/git-remembrall/actions/workflows/lint.yml)
[](https://github.com/zerwes/git-remembrall/actions/workflows/molecule.yml)
# git-remembrall
notification script running on git repos deployed and configured via a ansible playbook ...
## description
In order to avoid git branches diverging to much from the *main* branch and/or to enforce timely intergation of changes made on the *main* branch on prominent files (test configurations, commit checks, submodules, ...) you can run a script on a checkout that will notify the author/commiter of the last commit on the branch in question by mail.
Many parameters can be configured, as the script is implemented as a *jinja2* template.
Branches can be excludes via configuration or by setting a tag named `$branch-archived` on the `HEAD` commit of the branch. (if the tag is **not** pointing to the `HEAD` the script assumes the branch is still in use and will ignore the tag!)
### configuration
see: [defaults/main.yml](defaults/main.yml)
## tl;dr
[blog post](https://zero-sys.net/ubloit/blog/git-remembrall)