ansible/roles/certbot/molecule/default/molecule.yml
Julien Riou a3bd45d7cf
Some checks failed
/ ansible-docsmith (push) Failing after 24s
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2026-02-17 09:23:17 +01:00

24 lines
427 B
YAML

---
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