mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
17 lines
263 B
YAML
17 lines
263 B
YAML
---
|
|
dependency:
|
|
name: galaxy
|
|
driver:
|
|
name: docker
|
|
platforms:
|
|
- name: amazon_linux2
|
|
image: amazonlinux:2
|
|
- name: ubuntu_lts
|
|
image: ubuntu:bionic
|
|
provisioner:
|
|
name: ansible
|
|
env:
|
|
ANSIBLE_COLLECTIONS_PATH: "../../"
|
|
verifier:
|
|
name: testinfra
|