mirror of
https://github.com/stylersnico/semaphore-updater-debian.git
synced 2026-06-04 16:08:38 +02:00
First commit
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user