--- dependency: name: galaxy driver: name: docker lint: | set -e yamllint . ansible-lint flake8 platforms: - name: centos-7 image: centos:7 command: /sbin/init tmpfs: - /run - /tmp volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - name: centos-8 image: centos:8 command: /sbin/init tmpfs: - /run - /tmp volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - name: debian-9 image: jrei/systemd-debian:9 command: /sbin/init privileged: true tmpfs: - /run - /tmp volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - name: debian-10 image: jrei/systemd-debian:10 command: /sbin/init privileged: true tmpfs: - /run - /tmp volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - name: ubuntu-16.04 image: jrei/systemd-ubuntu:16.04 command: /sbin/init privileged: true tmpfs: - /run - /tmp volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - name: ubuntu-18.04 image: jrei/systemd-ubuntu:18.04 command: /sbin/init privileged: true tmpfs: - /run - /tmp volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro provisioner: name: ansible lint: name: ansible-lint verifier: name: testinfra lint: name: flake8