2019-05-12 14:13:18 +00:00
|
|
|
---
|
|
|
|
dependency:
|
|
|
|
name: galaxy
|
2020-08-19 14:17:08 +00:00
|
|
|
options:
|
|
|
|
role-file: molecule/requirements.yml
|
2020-11-29 22:01:49 +00:00
|
|
|
requirements-file: molecule/requirements.yml
|
2020-10-19 07:07:02 +00:00
|
|
|
env:
|
|
|
|
ANSIBLE_GALAXY_DISPLAY_PROGRESS: "false"
|
2019-05-12 14:13:18 +00:00
|
|
|
driver:
|
2020-02-20 23:46:35 +00:00
|
|
|
name: delegated
|
2019-10-16 20:00:10 +00:00
|
|
|
platforms:
|
|
|
|
- name: centos7-docker-engine
|
2020-10-02 07:32:16 +00:00
|
|
|
image: centos-7
|
|
|
|
server_type: cx11
|
2020-03-21 13:12:15 +00:00
|
|
|
lint: |
|
2020-08-19 14:47:23 +00:00
|
|
|
/usr/local/bin/flake8
|
2019-05-12 14:13:18 +00:00
|
|
|
provisioner:
|
|
|
|
name: ansible
|
2020-03-21 17:44:19 +00:00
|
|
|
env:
|
|
|
|
ANSIBLE_FILTER_PLUGINS: ${ANSIBLE_FILTER_PLUGINS:-./plugins/filter}
|
|
|
|
ANSIBLE_LIBRARY: ${ANSIBLE_LIBRARY:-./library}
|
2021-02-04 21:42:37 +00:00
|
|
|
log: False
|
2019-05-12 14:13:18 +00:00
|
|
|
verifier:
|
|
|
|
name: testinfra
|