ansible-collection-famedly-.../roles/element/molecule/default/molecule.yml

29 lines
558 B
YAML
Raw Normal View History

2019-05-14 23:04:25 +00:00
---
dependency:
name: galaxy
driver:
name: docker
lint:
name: yamllint
2019-05-15 22:40:16 +00:00
options:
config-file: molecule/default/yamllint.yml
2019-05-14 23:04:25 +00:00
platforms:
- name: instance
2019-05-15 22:40:16 +00:00
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian9}-ansible"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
pre_build_image: true
2019-05-14 23:04:25 +00:00
provisioner:
name: ansible
lint:
name: ansible-lint
2019-05-15 22:40:16 +00:00
playbooks:
converge: ${MOLECULE_PLAYBOOK:-playbook.yml}
scenario:
name: default
2019-05-14 23:04:25 +00:00
verifier:
name: testinfra
lint:
name: flake8