summaryrefslogtreecommitdiffstats
path: root/examples/reqs_v2/requirements.yml
blob: 190dc397c0c5a00d81a9ec67b2241166e5b23129 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
# For local install run:
# ansible-galaxy role install -r requirements.yml -p roles
# ansible-galaxy collection install -r requirements.yml -p collections
#
# Current test file avoids using galaxy server on purpose, for resiliency
roles:
  - src: git+https://github.com/geerlingguy/ansible-role-docker.git
    name: geerlingguy.mysql
collections:
  - name: community-molecule-0.1.0.tar.gz
  # Also needed for testing purposes as this should trigger addition of --pre
  # argument as this is required due to
  # https://github.com/ansible/ansible-lint/issues/3686
  # https://github.com/ansible/ansible/issues/79109
  - name: https://github.com/ansible-collections/amazon.aws.git
    type: git
    version: main
  - name: https://github.com/ansible-collections/community.aws.git
    type: git
    version: main