Matrix Docker Ansible eploy
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

14 wiersze
479 B

  1. ---
  2. - name: Resetting Hookshot's crypto store
  3. ansible.builtin.command:
  4. cmd: |
  5. {{ devture_systemd_docker_base_host_command_docker }} run
  6. --rm
  7. --name={{ matrix_hookshot_container_ident }}-reset-crypto
  8. --user={{ matrix_user_uid }}:{{ matrix_user_gid }}
  9. --cap-drop=ALL
  10. --mount type=bind,src={{ matrix_hookshot_base_path }}/config.yml,dst=/config.yml
  11. {{ matrix_hookshot_docker_image }}
  12. yarn start:resetcrypto
  13. changed_when: false