mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
25 lines
392 B
YAML
25 lines
392 B
YAML
---
|
|
dependency:
|
|
name: galaxy
|
|
driver:
|
|
name: docker
|
|
|
|
platforms:
|
|
- name: amazon_linux2
|
|
image: amazonlinux:2
|
|
groups:
|
|
- aws_node_local
|
|
- name: ubuntu_lts
|
|
image: ubuntu:bionic
|
|
groups:
|
|
- aws_node_local
|
|
provisioner:
|
|
name: ansible
|
|
options:
|
|
skip-tags: runtime_pkg
|
|
inventory:
|
|
links:
|
|
group_vars: ../../../../group_vars/
|
|
verifier:
|
|
name: testinfra
|