Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

17 líneas
274 B

  1. #jinja2: lstrip_blocks: True
  2. #!/bin/bash
  3. args=$@
  4. if [ $# -eq 0 ]; then
  5. args="help"
  6. fi
  7. if [ -t 0 ]; then
  8. tty_option="-it"
  9. else
  10. tty_option=""
  11. fi
  12. {{ devture_systemd_docker_base_host_command_docker }} exec $tty_option matrix-authentication-service mas-cli $args