Files
dc-deployments-automation/roles/bitbucket_config/molecule/iam_elasticsearch/molecule.yml
2024-04-29 12:10:12 -05:00

28 lines
506 B
YAML

---
driver:
name: docker
platforms:
- name: amazon_linux2023
image: amazonlinux:2023
groups:
- aws_node_local
ulimits:
- nofile:262144:262144
- name: ubuntu_lts
image: ubuntu:bionic
groups:
- aws_node_local
ulimits:
- nofile:262144:262144
provisioner:
name: ansible
env:
ANSIBLE_COLLECTIONS_PATH: "../../../../"
options:
skip-tags: runtime_pkg
inventory:
links:
group_vars: ../../../../group_vars/
verifier:
name: testinfra