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

22 lines
440 B
YAML
Raw Normal View History

2018-10-01 01:23:32 +00:00
---
dependency:
name: galaxy
driver:
name: docker
lint: |
set -e
yamllint .
ansible-lint
2018-10-01 01:23:32 +00:00
platforms:
- name: instance
2018-10-23 15:32:10 +00:00
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2018-10-01 01:23:32 +00:00
privileged: true
pre_build_image: true
provisioner:
name: ansible
playbooks:
converge: ${MOLECULE_PLAYBOOK:-converge.yml}