Skip to content

Commit

Permalink
requirements.yml for ansible-galaxy collections
Browse files Browse the repository at this point in the history
- Cleaner approach to installing collections by defining them in requirements file and adding into the container build
  • Loading branch information
day0hero committed Sep 6, 2024
1 parent 882363e commit fe9b181
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Define Ansible collection requirements here
collections:
- name: ansible.posix
- name: ansible.utils
- name: kubernetes.core
- name: community.okd
- name: redhat_cop.controller_configuration
- name: infra.controller_configuration
- name: infra.eda_configuration
- name: infra.ah_configuration
- name: community.general
- name: awx.awx
- name: amazon.aws

0 comments on commit fe9b181

Please sign in to comment.