Add molecule.yml so we can override

See https://github.com/ansible-community/molecule/pull/2666.

I also formatted the cookiecutter.json.

This will work when Molecule 3.0.4 is released.
This commit is contained in:
Luke Murphy 2020-04-27 15:10:06 +02:00
parent a25533d917
commit 218073759f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 18 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"molecule_directory": "molecule",
"role_name": "OVERRIDDEN",
"scenario_name": "OVERRIDDEN"
"molecule_directory": "molecule",
"role_name": "OVERRIDDEN",
"scenario_name": "OVERRIDDEN"
}

View File

@ -0,0 +1,15 @@
---
dependency:
name: galaxy
driver:
name: hetznercloud
platforms:
- name: "{{ cookiecutter.role_name }}"
server_type: cx11
image: debian-10
provisioner:
name: ansible
lint: |
set -e
yamllint .
ansible-lint .