Преглед изворни кода

Finalise moving draupnir to a fully testable state.

pull/2451/head
Catalan Lover пре 3 година
родитељ
комит
7b42ff4b75
No known key found for this signature in database GPG Key ID: 649BCCF930C07F70
2 измењених фајлова са 31 додато и 0 уклоњено
  1. +30
    -0
      group_vars/matrix_servers
  2. +1
    -0
      playbooks/matrix.yml

+ 30
- 0
group_vars/matrix_servers Прегледај датотеку

@@ -189,6 +189,8 @@ devture_systemd_service_manager_services_list_auto: |
+
([{'name': 'matrix-bot-mjolnir.service', 'priority': 2200, 'groups': ['matrix', 'bots', 'mjolnir']}] if matrix_bot_mjolnir_enabled else [])
+
([{'name': 'matrix-bot-draupnir.service', 'priority': 2200, 'groups': ['matrix', 'bots', 'draupnir']}] if matrix_bot_draupnir_enabled else [])
+
([{'name': 'matrix-bot-postmoogle.service', 'priority': 2200, 'groups': ['matrix', 'bots', 'postmoogle']}] if matrix_bot_postmoogle_enabled else [])
+
([{'name': 'matrix-bot-chatgpt.service', 'priority': 2200, 'groups': ['matrix', 'bots', 'chatgpt']}] if matrix_bot_chatgpt_enabled else [])
@@ -1759,6 +1761,34 @@ matrix_bot_mjolnir_systemd_required_services_list: |
#
######################################################################

######################################################################
#
# matrix-bot-draupnir
#
######################################################################

# We don't enable bots by default.
matrix_bot_draupnir_enabled: false

matrix_bot_draupnir_container_image_self_build: "{{ matrix_architecture != 'amd64' }}"

matrix_bot_draupnir_systemd_required_services_list: |
{{
['docker.service']
+
['matrix-' + matrix_homeserver_implementation + '.service']
+
([devture_postgres_identifier ~ '.service'] if devture_postgres_enabled else [])
+
(['matrix-nginx-proxy.service'] if matrix_nginx_proxy_enabled else [])
}}

######################################################################
#
# /matrix-bot-draupnir
#
######################################################################

######################################################################
#
# matrix-backup-borg


+ 1
- 0
playbooks/matrix.yml Прегледај датотеку

@@ -79,6 +79,7 @@
- custom/matrix-bot-postmoogle
- custom/matrix-bot-go-neb
- custom/matrix-bot-mjolnir
- custom/matrix-bot-draupnir
- custom/matrix-bot-chatgpt
- custom/matrix-cactus-comments
- custom/matrix-synapse


Loading…
Откажи
Сачувај