--- kind: pipeline name: cookiecutter steps: - name: Generate the template image: python:3.8-buster commands: - pip install cookiecutter - | cookiecutter --no-input . \ molecule_directory=molecule \ role_name=autonomic.mycoolrole \ scenario_name=default \ server_type=cx11 \ server_image=debian-10