Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
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