borg: configurable tmp dir size; redmine: add recurring tasks integration

This commit is contained in:
Aine 2023-09-18 13:27:29 +03:00
parent f6879e61ee
commit 37d0af4734
No known key found for this signature in database
GPG key ID: 34969C908CCA2804
2 changed files with 4 additions and 2 deletions

View file

@ -258,6 +258,8 @@ devture_systemd_service_manager_services_list_auto: |
+
([{'name': (redmine_identifier + '-send-reminders.timer'), 'priority': 2000, 'groups': ['mash', 'redmine']}] if redmine_enabled else [])
+
([{'name': (redmine_identifier + '-recurring-tasks.timer'), 'priority': 2000, 'groups': ['mash', 'redmine']}] if redmine_enabled and redmine_recurring_tasks_enabled else [])
+
([{'name': (redis_identifier + '.service'), 'priority': 750, 'groups': ['mash', 'redis']}] if redis_enabled else [])
+
([{'name': (rumqttd_identifier + '.service'), 'priority': 2000, 'groups': ['mash', 'rumqttd']}] if rumqttd_enabled else [])

View file

@ -16,7 +16,7 @@
version: v1.0.0-1
name: auxiliary
- src: git+https://gitlab.com/etke.cc/roles/backup_borg.git
version: v1.2.5-1.8.2-0
version: v1.2.5-1.8.2-1
- src: git+https://github.com/nielscil/ansible-role-changedetection.git
version: v0.45.1-0
name: changedetection
@ -169,7 +169,7 @@
- src: git+https://gitlab.com/etke.cc/roles/redis.git
version: v7.2.0-0
- src: git+https://gitlab.com/etke.cc/roles/redmine.git
version: v5.0.5-2
version: v5.0.5-3
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-rumqttd.git
version: v0.21.0-0
name: rumqttd