First commit

This commit is contained in:
Nicolas Simond
2025-03-31 16:02:18 +02:00
committed by GitHub
parent 30b17e3608
commit 8caa7017fc
+11 -2
View File
@@ -1,2 +1,11 @@
# semaphore-updater-debian
Script and Ansible Playbook to update Semaphore locally on Debian
# Semaphore Updater for Debian
The goal of this project is to provide an easy way to update semaphore installed via .deb package.
Tested on Debian 12.
# Usage
Grab the ansible playbook and the upgrade script locally, then program it with cron:
```
0 12 * * * /usr/bin/ansible-playbook /etc/ansible/playbooks/update-semaphore.yml
```