mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
28 lines
506 B
YAML
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
|