2022-04-04 19:51:15 +00:00
|
|
|
---
|
|
|
|
dependency:
|
|
|
|
name: galaxy
|
|
|
|
options:
|
|
|
|
role-file: molecule/requirements.yml
|
|
|
|
requirements-file: molecule/requirements.yml
|
|
|
|
env:
|
|
|
|
ANSIBLE_GALAXY_DISPLAY_PROGRESS: "false"
|
|
|
|
driver:
|
|
|
|
name: delegated
|
|
|
|
platforms:
|
2023-08-06 14:02:31 +00:00
|
|
|
- name: rocky9-postgres
|
|
|
|
image: rocky-9
|
2022-04-04 19:51:15 +00:00
|
|
|
server_type: cx11
|
|
|
|
lint: |
|
|
|
|
/usr/local/bin/flake8
|
|
|
|
provisioner:
|
|
|
|
name: ansible
|
|
|
|
env:
|
|
|
|
ANSIBLE_FILTER_PLUGINS: ${ANSIBLE_FILTER_PLUGINS:-./plugins/filter}
|
|
|
|
ANSIBLE_LIBRARY: ${ANSIBLE_LIBRARY:-./library}
|
|
|
|
log: False
|
|
|
|
verifier:
|
|
|
|
name: testinfra
|