ansible-role-openpolicyagent/molecule/default/molecule.yml

29 lines
559 B
YAML
Raw Normal View History

2019-10-07 22:09:33 +00:00
---
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