Просмотр исходного кода

Merge pull request #1726 from etkecc/permissions-fix

Permissions fix
pull/1728/head
Slavi Pantaleev 3 лет назад
committed by GitHub
Родитель
Сommit
a04df8151f
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
6 измененных файлов: 18 добавлений и 0 удалений
  1. +4
    -0
      roles/matrix-jitsi/tasks/setup_jitsi_jicofo.yml
  2. +4
    -0
      roles/matrix-jitsi/tasks/setup_jitsi_jvb.yml
  3. +2
    -0
      roles/matrix-jitsi/tasks/setup_jitsi_prosody.yml
  4. +4
    -0
      roles/matrix-jitsi/tasks/setup_jitsi_web.yml
  5. +2
    -0
      roles/matrix-postgres-backup/tasks/setup_postgres_backup.yml
  6. +2
    -0
      roles/matrix-postgres/tasks/setup_postgres.yml

+ 4
- 0
roles/matrix-jitsi/tasks/setup_jitsi_jicofo.yml Просмотреть файл

@@ -32,6 +32,8 @@
template:
src: "{{ role_path }}/templates/jicofo/env.j2"
dest: "{{ matrix_jitsi_jicofo_base_path }}/env"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
mode: 0640
when: matrix_jitsi_enabled|bool

@@ -39,6 +41,8 @@
template:
src: "{{ role_path }}/templates/jicofo/{{ item }}.j2"
dest: "{{ matrix_jitsi_jicofo_config_path }}/{{ item }}"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
mode: 0644
with_items:
- sip-communicator.properties


+ 4
- 0
roles/matrix-jitsi/tasks/setup_jitsi_jvb.yml Просмотреть файл

@@ -32,6 +32,8 @@
template:
src: "{{ role_path }}/templates/jvb/{{ item }}.j2"
dest: "{{ matrix_jitsi_jvb_config_path }}/{{ item }}"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
mode: 0644
with_items:
- custom-sip-communicator.properties
@@ -42,6 +44,8 @@
template:
src: "{{ role_path }}/templates/jvb/env.j2"
dest: "{{ matrix_jitsi_jvb_base_path }}/env"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
mode: 0640
when: matrix_jitsi_enabled|bool



+ 2
- 0
roles/matrix-jitsi/tasks/setup_jitsi_prosody.yml Просмотреть файл

@@ -33,6 +33,8 @@
template:
src: "{{ role_path }}/templates/prosody/env.j2"
dest: "{{ matrix_jitsi_prosody_base_path }}/env"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
mode: 0640
when: matrix_jitsi_enabled|bool



+ 4
- 0
roles/matrix-jitsi/tasks/setup_jitsi_web.yml Просмотреть файл

@@ -34,6 +34,8 @@
template:
src: "{{ role_path }}/templates/web/env.j2"
dest: "{{ matrix_jitsi_web_base_path }}/env"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
mode: 0640
when: matrix_jitsi_enabled|bool

@@ -41,6 +43,8 @@
template:
src: "{{ role_path }}/templates/web/{{ item }}.j2"
dest: "{{ matrix_jitsi_web_config_path }}/{{ item }}"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
mode: 0644
with_items:
- custom-config.js


+ 2
- 0
roles/matrix-postgres-backup/tasks/setup_postgres_backup.yml Просмотреть файл

@@ -41,6 +41,8 @@
template:
src: "{{ role_path }}/templates/{{ item }}.j2"
dest: "{{ matrix_postgres_backup_path }}/{{ item }}"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
mode: 0640
with_items:
- "env-postgres-backup"


+ 2
- 0
roles/matrix-postgres/tasks/setup_postgres.yml Просмотреть файл

@@ -76,6 +76,8 @@
template:
src: "{{ role_path }}/templates/{{ item }}.j2"
dest: "{{ matrix_postgres_base_path }}/{{ item }}"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
mode: 0640
with_items:
- "env-postgres-psql"


Загрузка…
Отмена
Сохранить