Skip to content

Commit

Permalink
Merge pull request #22 from nickarellano/feat/ee-cloud
Browse files Browse the repository at this point in the history
feat(ee-cloud): move dependencies into the execution-environment.yaml…
  • Loading branch information
nickarellano authored Jun 29, 2024
2 parents 7da5191 + 8356125 commit 0060109
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 21 deletions.
14 changes: 12 additions & 2 deletions environments/cloud/execution-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,18 @@ images:
name: registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9:latest

dependencies:
galaxy: requirements.yaml
python: requirements.txt
galaxy:
collections:
- { name: amazon.aws, version: 6.5.0 }
- { name: azure.azcollection, version: 1.10.0 }
- { name: cloud.terraform, version: 3.0.0 }
- { name: community.aws, version: 6.3.0 }
- { name: community.digitalocean, version: 1.24.0 }
- { name: google.cloud, version: 1.2.0 }
- { name: hetzner.hcloud, version: 1.16.0 }
- { name: vultr.cloud, version: 1.10.0 }
python:
- awscli>=1.16.312

additional_build_steps:
prepend_final:
Expand Down
1 change: 0 additions & 1 deletion environments/cloud/requirements.txt

This file was deleted.

18 changes: 0 additions & 18 deletions environments/cloud/requirements.yaml

This file was deleted.

0 comments on commit 0060109

Please sign in to comment.