ansible-role-luks/molecule/default/molecule.yml

20 lines
295 B
YAML
Raw Normal View History

2021-09-12 21:58:11 +00:00
---
driver:
name: vagrant
provider:
name: libvirt
platforms:
- name: debian12
box: debian/bookworm64
2021-09-12 21:58:11 +00:00
memory: 512
cpus: 1
instance_raw_config_args:
- vagrant.plugins = ["vagrant-libvirt"]
lint: |
set -e
yamllint .
ansible-lint .
verifier:
name: testinfra