Przeglądaj źródła

matrix_host_command_systemctl -> devture_systemd_docker_base_host_command_systemctl (via com.devture.ansible.role.systemd_docker_base)

pull/2201/head^2
Slavi Pantaleev 3 lat temu
rodzic
commit
4f4c856e43
4 zmienionych plików z 5 dodań i 3 usunięć
  1. +0
    -1
      roles/custom/matrix-base/defaults/main.yml
  2. +1
    -1
      roles/custom/matrix-coturn/templates/systemd/matrix-coturn-reload.service.j2
  3. +1
    -1
      roles/custom/matrix-nginx-proxy/templates/systemd/matrix-ssl-nginx-proxy-reload.service.j2
  4. +3
    -0
      roles/custom/matrix_playbook_migration/tasks/validate_config.yml

+ 0
- 1
roles/custom/matrix-base/defaults/main.yml Wyświetl plik

@@ -124,7 +124,6 @@ matrix_host_command_sleep: "/usr/bin/env sleep"
matrix_host_command_chown: "/usr/bin/env chown"
matrix_host_command_fusermount: "/usr/bin/env fusermount"
matrix_host_command_openssl: "/usr/bin/env openssl"
matrix_host_command_systemctl: "/usr/bin/env systemctl"

matrix_homeserver_url: "https://{{ matrix_server_fqn_matrix }}"



+ 1
- 1
roles/custom/matrix-coturn/templates/systemd/matrix-coturn-reload.service.j2 Wyświetl plik

@@ -3,4 +3,4 @@ Description=Reloads matrix-coturn so that new SSL certificates can kick in

[Service]
Type=oneshot
ExecStart={{ matrix_host_command_systemctl }} reload matrix-coturn.service
ExecStart={{ devture_systemd_docker_base_host_command_systemctl }} reload matrix-coturn.service

+ 1
- 1
roles/custom/matrix-nginx-proxy/templates/systemd/matrix-ssl-nginx-proxy-reload.service.j2 Wyświetl plik

@@ -3,4 +3,4 @@ Description=Reloads matrix-nginx-proxy so that new SSL certificates can kick in

[Service]
Type=oneshot
ExecStart={{ matrix_host_command_systemctl }} reload matrix-nginx-proxy.service
ExecStart={{ devture_systemd_docker_base_host_command_systemctl }} reload matrix-nginx-proxy.service

+ 3
- 0
roles/custom/matrix_playbook_migration/tasks/validate_config.yml Wyświetl plik

@@ -10,9 +10,12 @@
- {'old': 'matrix_vars_yml_snapshotting_enabled', 'new': 'devture_playbook_state_preserver_vars_preservation_enabled'}
- {'old': 'matrix_vars_yml_snapshotting_src', 'new': 'devture_playbook_state_preserver_vars_preservation_src'}
- {'old': 'matrix_playbook_commit_hash_preservation_enabled', 'new': 'devture_playbook_state_preserver_commit_hash_preservation_enabled'}

- {'old': 'matrix_ntpd_package', 'new': 'devture_timesync_ntpd_package'}
- {'old': 'matrix_ntpd_service', 'new': 'devture_timesync_ntpd_service'}

- {'old': 'matrix_systemd_unit_home_path', 'new': 'devture_systemd_docker_base_systemd_unit_home_path'}
- {'old': 'matrix_systemd_path', 'new': 'devture_systemd_docker_base_systemd_path'}
- {'old': 'matrix_host_command_docker', 'new': 'devture_systemd_docker_base_host_command_docker'}
- {'old': 'matrix_host_command_sh', 'new': 'devture_systemd_docker_base_host_command_sh'}
- {'old': 'matrix_host_command_systemctl', 'new': 'devture_systemd_docker_base_host_command_systemctl'}

Ładowanie…
Anuluj
Zapisz