Repository URL to install this package:
|
Version:
6.0.0 ▾
|
---
dependency:
name: galaxy
driver:
name: docker
lint:
name: yamllint
options:
config-data:
line-length: disable
platforms:
# centos_7 and debian_stretch disabled to reduce test time
#- name: centos_7
# image: centos:7
# command: /sbin/init
# privileged: True
# volumes:
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
# networks:
# - name: "mymongos"
# network_mode: "mymongos"
- name: ubuntu_16
image: ubuntu:16.04
command: /sbin/init
privileged: True
networks:
- name: "mymongos"
network_mode: "mymongos"
- name: ubuntu_18
image: ubuntu:18.04
command: /sbin/init
privileged: True
networks:
- name: "mymongos"
network_mode: "mymongos"
- name: debian_buster
image: debian:buster
command: /sbin/init
privileged: True
networks:
- name: "mymongos"
network_mode: "mymongos"
#- name: debian_stretch
# image: debian:stretch
# command: /sbin/init
# privileged: True
# networks:
# - name: "mymongos"
# network_mode: "mymongos"
- name: config1
image: ubuntu:16.04
command: /sbin/init
privileged: True
networks:
- name: "mymongos"
network_mode: "mymongos"
provisioner:
name: ansible
lint:
name: ansible-lint
enabled: false
verifier:
name: testinfra
lint:
name: flake8
options:
ignore: 'E501'