2019-08-24 13:01:30 +00:00
|
|
|
---
|
|
|
|
dependency:
|
|
|
|
name: galaxy
|
|
|
|
driver:
|
2020-02-20 23:46:35 +00:00
|
|
|
name: delegated
|
2019-10-18 11:12:38 +00:00
|
|
|
platforms:
|
2019-10-18 11:15:05 +00:00
|
|
|
- name: centos7-postfix-relay
|
2019-10-18 11:12:38 +00:00
|
|
|
region_id: fra1
|
|
|
|
image_id: centos-7-x64
|
|
|
|
size_id: s-1vcpu-1gb
|
2020-03-21 13:12:15 +00:00
|
|
|
lint: |
|
2020-03-21 15:33:21 +00:00
|
|
|
flake8
|
2019-08-24 13:01:30 +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}
|
2019-08-24 13:01:30 +00:00
|
|
|
verifier:
|
|
|
|
name: testinfra
|