瀏覽代碼

Update setup_install.yml

pull/1769/head
Markus 3 年之前
父節點
當前提交
be3d55face
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      roles/matrix-synapse/tasks/synapse/setup_install.yml

+ 9
- 0
roles/matrix-synapse/tasks/synapse/setup_install.yml 查看文件

@@ -144,3 +144,12 @@
}
]
}}

- name: Generate sample prometheus.yml for external scraping
template:
src: "{{ role_path }}/templates/synapse/prometheus/external_prometheus.yml.example.j2"
dest: "{{ matrix_synapse_base_path }}/external_prometheus.yml.example"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
mode: 0644
when: matrix_synapse_metrics_proxying_enabled|bool

Loading…
取消
儲存