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.
 
 

28 lines
705 B

  1. ---
  2. dependency:
  3. name: galaxy
  4. driver:
  5. name: docker
  6. platforms:
  7. - name: coturn-test
  8. image: fanchthesystem/ubuntu18-with-systemd:latest #fanchthesystem/centos7-with-systemd:latest # docker.io/pycontribs/centos:7
  9. override_command: false
  10. privileged: true
  11. volumes:
  12. - /sys/fs/cgroup:/sys/fs/cgroup:ro
  13. # - /var/run/docker.sock:/var/run/docker.sock
  14. # network:
  15. # - name: dind-network
  16. # env:
  17. # DOCKER_HOST: "tcp://dind:2375"
  18. # https://blog.alekc.org/testing-ansible-roles-with-molecule-using-dind/
  19. # https://github.com/ansible/ansible/issues/71528
  20. provisioner:
  21. name: ansible
  22. log: true
  23. config_options:
  24. defaults:
  25. timeout: 60
  26. verifier:
  27. name: ansible