Matrix Docker Ansible eploy
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

85 linhas
5.7 KiB

  1. ---
  2. # Synapse Usage Exporter
  3. # Project source code URL: https://github.com/loelkes/synapse-usage-exporter
  4. matrix_synapse_usage_exporter_enabled: false
  5. # Controls the hostname and path that this component exposes its web services on.
  6. # Only used if `matrix_synapse_usage_exporter_proxying_enabled` is true.
  7. matrix_synapse_usage_exporter_hostname: "{{ matrix_server_fqn_matrix }}"
  8. matrix_synapse_usage_exporter_path_prefix: /report-usage-stats/push
  9. # matrix_synapse_usage_exporter_identifier controls the identifier of this synapse-usage-exporter instance, which influences:
  10. # - the default storage path
  11. # - the names of systemd services and containers
  12. matrix_synapse_usage_exporter_identifier: matrix-synapse-usage-exporter
  13. matrix_synapse_usage_exporter_container_port: 5000
  14. # No docker images are currently hosted for the repo, so defaulting to true
  15. matrix_synapse_usage_exporter_container_image_self_build: true
  16. matrix_synapse_usage_exporter_container_image_self_build_repo: "https://github.com/loelkes/synapse-usage-exporter.git"
  17. matrix_synapse_usage_exporter_container_image_path: "loelkes/synapse-usage-exporter"
  18. matrix_synapse_usage_exporter_container_image: "{{ matrix_synapse_usage_exporter_container_image_name_prefix }}{{ matrix_synapse_usage_exporter_container_image_path }}:{{ matrix_synapse_usage_exporter_container_image_tag }}"
  19. matrix_synapse_usage_exporter_container_image_name_prefix: "{{ 'localhost/' if matrix_synapse_usage_exporter_container_image_self_build else matrix_container_global_registry_prefix }}"
  20. matrix_synapse_usage_exporter_container_image_tag: "{{ 'main' if matrix_synapse_usage_exporter_container_image_self_build else 'latest' }}"
  21. matrix_synapse_usage_exporter_container_image_force_pull: "{{ matrix_synapse_usage_exporter_container_image.endswith(':latest') }}"
  22. matrix_synapse_usage_exporter_base_path: "{{ matrix_base_data_path }}/{{ matrix_synapse_usage_exporter_identifier }}"
  23. matrix_synapse_usage_exporter_docker_src_files_path: "{{ matrix_synapse_usage_exporter_base_path }}/docker-src"
  24. # List of systemd services that synapse-usage-exporter.service depends on
  25. matrix_synapse_usage_exporter_systemd_required_services_list: "{{ matrix_synapse_usage_exporter_systemd_required_services_list_default + matrix_synapse_usage_exporter_systemd_required_services_list_auto + matrix_synapse_usage_exporter_systemd_required_services_list_custom }}"
  26. matrix_synapse_usage_exporter_systemd_required_services_list_default: "{{ [devture_systemd_docker_base_docker_service_name] if devture_systemd_docker_base_docker_service_name else [] }}"
  27. matrix_synapse_usage_exporter_systemd_required_services_list_auto: []
  28. matrix_synapse_usage_exporter_systemd_required_services_list_custom: []
  29. # List of systemd services that synapse-usage-exporter.service wants
  30. matrix_synapse_usage_exporter_systemd_wanted_services_list: []
  31. # The base container network. It will be auto-created by this role if it doesn't exist already.
  32. matrix_synapse_usage_exporter_container_network: "{{ matrix_synapse_usage_exporter_identifier }}"
  33. # A list of additional container networks that the container would be connected to.
  34. # The role does not create these networks, so make sure they already exist.
  35. # Use this to expose this container to another reverse proxy, which runs in a different container network.
  36. matrix_synapse_usage_exporter_container_additional_networks: []
  37. # Extra arguments for the Docker container
  38. matrix_synapse_usage_exporter_container_extra_arguments: []
  39. # Controls whether the synapse-usage-exporter's web services should be proxied (exposed publicly).
  40. #
  41. # Exposure happens on `matrix.DOMAIN/report-usage-stats/push` by default.
  42. # See: `matrix_synapse_usage_exporter_hostname` and `matrix_synapse_usage_exporter_path_prefix`.
  43. matrix_synapse_usage_exporter_proxying_enabled: false
  44. # matrix_synapse_usage_exporter_container_labels_traefik_enabled controls whether labels to assist a Traefik reverse-proxy will be attached to the container.
  45. # See `../templates/labels.j2` for details.
  46. #
  47. # To inject your own other container labels, see `matrix_synapse_usage_exporter_container_labels_additional_labels`.
  48. matrix_synapse_usage_exporter_container_labels_traefik_enabled: "{{ matrix_synapse_usage_exporter_proxying_enabled }}"
  49. matrix_synapse_usage_exporter_container_labels_traefik_docker_network: "{{ matrix_synapse_usage_exporter_container_network }}"
  50. matrix_synapse_usage_exporter_container_labels_traefik_path_prefix: "{{ matrix_synapse_usage_exporter_path_prefix }}"
  51. matrix_synapse_usage_exporter_container_labels_traefik_rule: "Host(`{{ matrix_synapse_usage_exporter_hostname }}`) && PathPrefix(`{{ matrix_synapse_usage_exporter_container_labels_traefik_path_prefix }}`)"
  52. matrix_synapse_usage_exporter_container_labels_traefik_priority: 0
  53. matrix_synapse_usage_exporter_container_labels_traefik_entrypoints: "web-secure"
  54. matrix_synapse_usage_exporter_container_labels_traefik_tls: "{{ matrix_synapse_usage_exporter_container_labels_traefik_entrypoints != 'web' }}"
  55. matrix_synapse_usage_exporter_container_labels_traefik_tls_certResolver: default # noqa var-naming
  56. # matrix_synapse_usage_exporter_container_labels_additional_labels contains a multiline string with additional labels to add to the container label file.
  57. # See `../templates/labels.j2` for details.
  58. #
  59. # Example:
  60. # matrix_synapse_usage_exporter_container_labels_additional_labels: |
  61. # my.label=1
  62. # another.label="here"
  63. matrix_synapse_usage_exporter_container_labels_additional_labels: ''
  64. # matrix_synapse_usage_exporter_dashboard_urls contains a list of URLs with Grafana dashboard definitions.
  65. # If the Grafana role is enabled, these dashboards will be downloaded.
  66. matrix_synapse_usage_exporter_dashboard_urls:
  67. - https://raw.githubusercontent.com/spantaleev/matrix-docker-ansible-deploy/master/roles/custom/matrix-synapse-usage-exporter/templates/grafana/synapse-usage-exporter.json