xoxys.postfix_relay/molecule/centos7/molecule.yml

23 lines
465 B
YAML
Raw Normal View History

2019-08-24 15:01:30 +02:00
---
dependency:
name: galaxy
2020-08-19 18:39:00 +02:00
options:
role-file: molecule/requirements.yml
env:
ANSIBLE_GALAXY_DISPLAY_PROGRESS: "false"
2019-08-24 15:01:30 +02:00
driver:
2020-02-21 00:46:35 +01:00
name: delegated
2019-10-18 13:12:38 +02:00
platforms:
2019-10-18 13:15:05 +02:00
- name: centos7-postfix-relay
2020-10-02 09:32:10 +02:00
image: centos-7
server_type: cx11
2020-03-21 14:12:15 +01:00
lint: |
2020-08-19 18:39:00 +02:00
/usr/local/bin/flake8
2019-08-24 15:01:30 +02:00
provisioner:
name: ansible
2020-03-21 19:02:56 +01:00
env:
ANSIBLE_FILTER_PLUGINS: ${ANSIBLE_FILTER_PLUGINS:-./plugins/filter}
ANSIBLE_LIBRARY: ${ANSIBLE_LIBRARY:-./library}
2019-08-24 15:01:30 +02:00
verifier:
name: testinfra