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

20 lines
516 B
YAML

---
dependency:
name: galaxy
driver:
name: delegated
platforms:
- name: {{ cookiecutter.molecule_scenario | replace("-", "") }}-{{ cookiecutter.role_name | replace("_", "-") }}
region_id: fra1
image_id: {{ cookiecutter.molecule_scenario }}-x64
size_id: {{ cookiecutter.molecule_machine_size }}
lint: |
flake8
provisioner:
name: ansible
env:
ANSIBLE_FILTER_PLUGINS: ${ANSIBLE_FILTER_PLUGINS:-./plugins/filter}
ANSIBLE_LIBRARY: ${ANSIBLE_LIBRARY:-./library}
verifier:
name: testinfra