cookiecutter-ansible-role/{{cookiecutter.author}}.{{c.../molecule/{{cookiecutter.molecule_sce.../molecule.yml

20 lines
516 B
YAML
Raw Normal View History

2020-01-30 09:13:03 +01:00
---
dependency:
name: galaxy
driver:
2020-03-21 14:46:00 +01:00
name: delegated
2020-01-30 09:13:03 +01:00
platforms:
2020-03-21 14:46:00 +01:00
- name: {{ cookiecutter.molecule_scenario | replace("-", "") }}-{{ cookiecutter.role_name | replace("_", "-") }}
2020-01-30 09:13:03 +01:00
region_id: fra1
2020-03-21 14:46:00 +01:00
image_id: {{ cookiecutter.molecule_scenario }}-x64
size_id: {{ cookiecutter.molecule_machine_size }}
lint: |
2020-05-15 10:55:33 +02:00
flake8
2020-01-30 09:13:03 +01:00
provisioner:
name: ansible
2020-05-15 10:55:33 +02:00
env:
ANSIBLE_FILTER_PLUGINS: ${ANSIBLE_FILTER_PLUGINS:-./plugins/filter}
ANSIBLE_LIBRARY: ${ANSIBLE_LIBRARY:-./library}
2020-01-30 09:13:03 +01:00
verifier:
name: testinfra