mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
26 lines
473 B
YAML
26 lines
473 B
YAML
---
|
|
driver:
|
|
name: docker
|
|
platforms:
|
|
- name: amazon_linux2023
|
|
image: amazonlinux:2023
|
|
groups:
|
|
- aws_node_local
|
|
platform: linux/amd64
|
|
- name: ubuntu_lts
|
|
image: ubuntu:jammy
|
|
groups:
|
|
- aws_node_local
|
|
platform: linux/amd64
|
|
provisioner:
|
|
name: ansible
|
|
env:
|
|
ANSIBLE_COLLECTIONS_PATH: "../../../../"
|
|
options:
|
|
skip-tags: runtime_pkg
|
|
inventory:
|
|
links:
|
|
group_vars: ../../../../group_vars/
|
|
verifier:
|
|
name: testinfra
|