borg: configurable tmp dir size; redmine: add recurring tasks integration
This commit is contained in:
parent
f6879e61ee
commit
37d0af4734
2 changed files with 4 additions and 2 deletions
|
@ -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 [])
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue