xoxys.openvpn_client/molecule/centos7/molecule.yml

25 lines
528 B
YAML
Raw Normal View History

2020-05-15 10:34:57 +02:00
---
dependency:
name: galaxy
2020-08-19 18:39:08 +02:00
options:
role-file: molecule/requirements.yml
2020-11-29 23:13:32 +01:00
requirements-file: molecule/requirements.yml
env:
ANSIBLE_GALAXY_DISPLAY_PROGRESS: "false"
2020-05-15 10:34:57 +02:00
driver:
name: delegated
platforms:
- name: centos7-openvpn-client
2020-10-02 09:32:17 +02:00
image: centos-7
server_type: cx11
2020-05-15 10:34:57 +02:00
lint: |
2020-08-19 18:39:08 +02:00
/usr/local/bin/flake8
2020-05-15 10:34:57 +02:00
provisioner:
name: ansible
2020-05-15 10:56:03 +02:00
env:
ANSIBLE_FILTER_PLUGINS: ${ANSIBLE_FILTER_PLUGINS:-./plugins/filter}
ANSIBLE_LIBRARY: ${ANSIBLE_LIBRARY:-./library}
log: False
2020-05-15 10:34:57 +02:00
verifier:
name: testinfra