xoxys.openvpn_client/molecule/centos7/molecule.yml

20 lines
377 B
YAML
Raw Normal View History

2020-05-15 10:34:57 +02:00
---
dependency:
name: galaxy
driver:
name: delegated
platforms:
- name: centos7-openvpn-client
region_id: fra1
image_id: centos-7-x64
size_id: s-1vcpu-1gb
lint: |
2020-05-15 10:56:03 +02:00
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}
2020-05-15 10:34:57 +02:00
verifier:
name: testinfra