--- driver: name: docker lint: name: yamllint platforms: - name: centos-6 image: centos:6 dockerfile: ../common/Dockerfile.j2 - name: centos-7 image: centos:7 dockerfile: ../common/Dockerfile.j2 privileged: True volumes: - "/sys/fs/cgroup:/sys/fs/cgroup:rw" command: "/usr/sbin/init" - name: centos-8 image: centos:8 dockerfile: ../common/Dockerfile.j2 privileged: True volumes: - "/sys/fs/cgroup:/sys/fs/cgroup:rw" command: "/usr/sbin/init" provisioner: name: ansible playbooks: converge: ../common/playbook_unit.yml lint: name: ansible-lint