Skip to content

Commit

Permalink
Add execution environment definition
Browse files Browse the repository at this point in the history
  • Loading branch information
hakbailey committed Dec 2, 2024
1 parent fadd030 commit 37083f5
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
version: 3

dependencies:
ansible_core:
package_pip: ansible-core
ansible_runner:
package_pip: ansible-runner
galaxy:
collections:
- name: cloud.aws_ops
source: https://github.com/hakbailey/cloud.aws_ops.git
type: git
version: cloud-pattern-testing
- name: amazon.aws
source: https://github.com/ansible-collections/amazon.aws.git
type: git
version: main
python:
- boto3
- botocore

images:
base_image:
name: docker.io/redhat/ubi9:latest

additional_build_steps:
append_base: |
RUN yum install -y git

0 comments on commit 37083f5

Please sign in to comment.