Files
dc-deployments-automation/roles/product_install/molecule/crowd_latest/molecule.yml
2020-08-25 09:50:56 +01:00

35 lines
582 B
YAML

---
dependency:
name: galaxy
driver:
name: docker
lint:
name: yamllint
platforms:
- name: amazon_linux2
image: amazonlinux:2
groups:
- aws_node_local
- name: ubuntu_lts_aws
image: ubuntu:bionic
groups:
- aws_node_local
- name: ubuntu_lts_azure
image: ubuntu:bionic
groups:
- azure_node_local
provisioner:
name: ansible
options:
skip-tags: runtime_pkg
lint:
name: ansible-lint
inventory:
links:
group_vars: ../../../../group_vars/
verifier:
name: testinfra
lint:
name: flake8
enabled: false