2020-03-21 11:40:49 +00:00
|
|
|
---
|
|
|
|
dependency:
|
|
|
|
name: galaxy
|
2020-08-19 16:39:07 +00:00
|
|
|
options:
|
|
|
|
role-file: molecule/requirements.yml
|
|
|
|
requirements-file: molecule/requirements.yml
|
2020-03-21 11:40:49 +00:00
|
|
|
driver:
|
|
|
|
name: delegated
|
|
|
|
platforms:
|
2020-03-21 13:05:43 +00:00
|
|
|
- name: centos7-dockertidy
|
2020-10-02 07:32:17 +00:00
|
|
|
image: centos-7
|
|
|
|
server_type: cx11
|
2020-03-21 13:12:15 +00:00
|
|
|
lint: |
|
2020-08-19 16:39:07 +00:00
|
|
|
/usr/local/bin/flake8
|
2020-03-21 11:40:49 +00:00
|
|
|
provisioner:
|
|
|
|
name: ansible
|
2020-03-21 18:02:56 +00:00
|
|
|
env:
|
|
|
|
ANSIBLE_FILTER_PLUGINS: ${ANSIBLE_FILTER_PLUGINS:-./plugins/filter}
|
|
|
|
ANSIBLE_LIBRARY: ${ANSIBLE_LIBRARY:-./library}
|
2020-03-21 11:40:49 +00:00
|
|
|
verifier:
|
|
|
|
name: testinfra
|