4
0
Fork 0
RHEL9-CIS/molecule/localhost/molecule.yml
Mark Bolwell dadbeaa84e
Initial molecule thanks to @bbaassssiiee in rh8
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2023-03-20 15:15:49 +00:00

30 lines
483 B
YAML

---
# Molecule configuration
# https://molecule.readthedocs.io/en/latest/
driver:
name: delegated
options:
managed: false
ansible_connection_options:
ansible_connection: local
platforms:
- name: localhost
provisioner:
name: ansible
config_options:
defaults:
interpreter_python: auto_silent
stdout_callback: yaml
callbacks_enabled: profile_tasks, timer
lint: |
set -e
yamllint .
ansible-lint
flake8
verifier:
name: ansible