Procházet zdrojové kódy

renamed the livekit role and added livekit-server and jwt-service roles to the setup file.

element-call-integration
wjbeckett před 1 rokem
rodič
revize
97f93ebd76
9 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +0
    -0
      roles/custom/matrix-livekit-server/defaults/main.yml
  2. +0
    -0
      roles/custom/matrix-livekit-server/tasks/install.yml
  3. +0
    -0
      roles/custom/matrix-livekit-server/tasks/main.yml
  4. +0
    -0
      roles/custom/matrix-livekit-server/tasks/uninstall.yml
  5. +0
    -0
      roles/custom/matrix-livekit-server/tasks/validate_config.yml
  6. +0
    -0
      roles/custom/matrix-livekit-server/templates/labels.j2
  7. +0
    -0
      roles/custom/matrix-livekit-server/templates/livekit.yaml.j2
  8. +0
    -0
      roles/custom/matrix-livekit-server/templates/systemd/matrix-livekit-server.service.j2
  9. +2
    -0
      setup.yml

roles/custom/matrix-livekit/defaults/main.yml → roles/custom/matrix-livekit-server/defaults/main.yml Zobrazit soubor


roles/custom/matrix-livekit/tasks/install.yml → roles/custom/matrix-livekit-server/tasks/install.yml Zobrazit soubor


roles/custom/matrix-livekit/tasks/main.yml → roles/custom/matrix-livekit-server/tasks/main.yml Zobrazit soubor


roles/custom/matrix-livekit/tasks/uninstall.yml → roles/custom/matrix-livekit-server/tasks/uninstall.yml Zobrazit soubor


roles/custom/matrix-livekit/tasks/validate_config.yml → roles/custom/matrix-livekit-server/tasks/validate_config.yml Zobrazit soubor


roles/custom/matrix-livekit/templates/labels.j2 → roles/custom/matrix-livekit-server/templates/labels.j2 Zobrazit soubor


roles/custom/matrix-livekit/templates/livekit.yaml.j2 → roles/custom/matrix-livekit-server/templates/livekit.yaml.j2 Zobrazit soubor


roles/custom/matrix-livekit/templates/systemd/matrix-livekit-server.service.j2 → roles/custom/matrix-livekit-server/templates/systemd/matrix-livekit-server.service.j2 Zobrazit soubor


+ 2
- 0
setup.yml Zobrazit soubor

@@ -131,6 +131,8 @@
- custom/matrix-media-repo
- custom/matrix-pantalaimon
- custom/matrix-element-call
- custom/matrix-livekit-server
- custom/matrix-jwt-service

- role: galaxy/postgres_backup



Načítá se…
Zrušit
Uložit