Skip to content

Commit

Permalink
Add default molecule scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Nov 18, 2024
1 parent b0198c1 commit d1788c4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
provisioner:
name: ansible
env:
components:
- name: test_component
path: playbook.yml # this should be set to the path of your component's playbook in the repo
parameters:
# Add parameters expected to be set from the ResearchCloud portal here.
6 changes: 6 additions & 0 deletions molecule/default/verify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
- name: Verify
hosts: all
gather_facts: false
tasks:
# This playbook can be used to perform assertions, e.g. using the `ansible.builtin.assert` module.

0 comments on commit d1788c4

Please sign in to comment.