소스 검색

Update setup_install.yml

pull/1769/head
Markus 4 년 전
부모
커밋
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

불러오는 중...
취소
저장