Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
ad30a8307f
commit
f418990e84
85 changed files with 3520 additions and 2 deletions
24
roles/certbot/molecule/default/molecule.yml
Normal file
24
roles/certbot/molecule/default/molecule.yml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
ansible:
|
||||
executor:
|
||||
args:
|
||||
ansible_playbook:
|
||||
- --inventory=inventory/
|
||||
env:
|
||||
ANSIBLE_ROLES_PATH: ../../../../roles
|
||||
playbooks:
|
||||
create: create.yml
|
||||
destroy: destroy.yml
|
||||
converge: converge.yml
|
||||
|
||||
dependency:
|
||||
name: galaxy
|
||||
options:
|
||||
requirements-file: ${MOLECULE_SCENARIO_DIRECTORY}/requirements.yml
|
||||
|
||||
scenario:
|
||||
test_sequence:
|
||||
- create
|
||||
- converge
|
||||
- idempotence
|
||||
- destroy
|
||||
Loading…
Add table
Add a link
Reference in a new issue