Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

17 satır
276 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