20 lines
370 B
YAML
20 lines
370 B
YAML
|
---
|
||
|
dependency:
|
||
|
name: galaxy
|
||
|
driver:
|
||
|
name: delegated
|
||
|
platforms:
|
||
|
- name: centos7-certbot
|
||
|
region_id: fra1
|
||
|
image_id: centos-8-x64
|
||
|
size_id: s-1vcpu-1gb
|
||
|
lint: |
|
||
|
flake8
|
||
|
provisioner:
|
||
|
name: ansible
|
||
|
env:
|
||
|
ANSIBLE_FILTER_PLUGINS: ${ANSIBLE_FILTER_PLUGINS:-./plugins/filter}
|
||
|
ANSIBLE_LIBRARY: ${ANSIBLE_LIBRARY:-./library}
|
||
|
verifier:
|
||
|
name: testinfra
|