Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

32 lines
1.4 KiB

  1. ---
  2. # Cactus Comments is a federated comment system built on Matrix
  3. matrix_cactus_comments_enabled: true
  4. matrix_cactus_comments_app_service_config_file: "{{ matrix_cactus_comments_base_path }}/cactus_appservice.yaml"
  5. matrix_synapse_app_service_config_files: {{ matrix_cactus_comments_app_service_config_file }}
  6. matrix_cactus_comments_as_token: ''
  7. matrix_cactus_comments_hs_token: ''
  8. matrix_cactus_comments_homeserver_url: ''
  9. matrix_cactus_comments_user_id: cactus-comments
  10. matrix_cactus_comments_container_port: 5005
  11. matrix_cactus_comments_version: latest
  12. matrix_cactus_comments_docker_image: "{{ matrix_container_global_registry_prefix }}cactuscomments/cactus-appservice:{{ matrix_cactus_comments_version }}"
  13. matrix_cactus_comments_docker_image_force_pull: "{{ matrix_cactus_comments_docker_image.endswith(':latest') }}"
  14. matrix_cactus_comments_base_path: "{{ matrix_base_data_path }}/cactus-comments"
  15. matrix_cactus_comments_config_path: "{{ matrix_cactus_comments_base_path }}/config"
  16. # List of systemd services that matrix-cactus-comments.service depends on
  17. matrix_bot_cactus_comments_systemd_required_services_list: ['docker.service']
  18. # List of systemd services that matrix-cactus-comments.service wants
  19. matrix_bot_cactus_comments_systemd_wanted_services_list: []
  20. # A list of extra arguments to pass to the container
  21. matrix_cactus_comments_container_extra_arguments: []