Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
test(molecule): standardize molecule.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Feb 18, 2023
1 parent 43aa205 commit 0de42ef
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
1 change: 1 addition & 0 deletions molecule/clamwatch/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependency:
role-file: requirements.yml
requirements-file: requirements.yml
timeout: "120"
force: false
driver:
name: delegated
options:
Expand Down
21 changes: 17 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
---
dependency:
name: galaxy
options:
role-file: requirements.yml
requirements-file: requirements.yml
timeout: "120"
force: false
driver:
name: delegated
options:
managed: False
ansible_connection_options:
ansible_connection: local
ansible_sudo_pass: "${ANSIBLE_SUDO_PASSWORD}"
lint: |
set -e
yamllint -f standard .
ansible-lint
platforms:
- name: instance
provisioner:
name: ansible
config_options:
privilege_escalation:
become_method: sudo
verifier:
name: ansible
lint: |
set -e
yamllint .
ansible-lint
1 change: 1 addition & 0 deletions molecule/no_clamwatch/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependency:
role-file: requirements.yml
requirements-file: requirements.yml
timeout: "120"
force: false
driver:
name: delegated
options:
Expand Down

0 comments on commit 0de42ef

Please sign in to comment.