ansible-role-openpolicyagent/molecule/default/molecule.yml
Elia El Lazkani 292ca2ef63 Second commit
2019-10-08 00:09:33 +02:00

28 lines
559 B
YAML

---
dependency:
name: galaxy
driver:
name: docker
lint:
name: yamllint
platforms:
- name: opa-xenial
image: geerlingguy/docker-ubuntu1604-ansible
command: /lib/systemd/systemd
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: yes
- name: opa-centos7
image: geerlingguy/docker-centos7-ansible
command: /usr/lib/systemd/systemd
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: yes
provisioner:
name: ansible
lint:
name: ansible-lint
verifier:
name: testinfra
lint:
name: flake8