Facebook
From Aesthete, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 129
  1. ---
  2. image: quay.io/ansible/molecule:3.0.2
  3.  
  4. services:
  5.   - docker:dind
  6.  
  7. stages:
  8.   - test
  9.  
  10. molecule:
  11.   stage: test
  12.   variables:                                                                                        
  13.     PY_COLORS: 1                                                                                    
  14.     ANSIBLE_FORCE_COLOR: '1'
  15.     DOCKER_HOST: tcp://docker:2375/
  16.     DOCKER_DRIVER: overlay2
  17.     DOCKER_TLS_CERTDIR: ""
  18.   script:
  19.     - molecule create
  20.