Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

23 lignes
383 B

  1. {#
  2. SPDX-FileCopyrightText: 2024 MDAD Team and contributors
  3. SPDX-License-Identifier: AGPL-3.0-or-later
  4. #}
  5. #jinja2: lstrip_blocks: "True"
  6. #!/bin/bash
  7. args=$@
  8. if [ $# -eq 0 ]; then
  9. args="help"
  10. fi
  11. if [ -t 0 ]; then
  12. tty_option="-it"
  13. else
  14. tty_option=""
  15. fi
  16. {{ devture_systemd_docker_base_host_command_docker }} exec $tty_option matrix-authentication-service mas-cli $args