: add firefly3 role

This commit is contained in:
VC
2025-02-14 21:47:27 +01:00
parent 9d3035ac3c
commit 4e0b38822f
8 changed files with 206 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Install firefly3 cron
ansible.builtin.cron:
user: www-data
name: firefly-iii-cron
minute: 0
hour: 3
job: "/usr/bin/php {{ firefly3_local_path }} firefly-iii:cron"