Skip to content

Commit 2a74bb5

Browse files
committed
feat: add required collections and roles for GitLab CI
This commit adds the required collections and roles for GitLab CI to the `etc/kayobe/ansible/requirements.yml` file. Note: this will need changing before merging but is required until the roles and collections been merged and released.
1 parent 4843b9b commit 2a74bb5

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

etc/kayobe/ansible/requirements.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ collections:
88
version: 0.0.13
99
- name: stackhpc.pulp
1010
version: 0.5.5
11-
- name: stackhpc.hashicorp
12-
version: 2.5.1
13-
- name: stackhpc.kayobe_workflows
14-
version: 1.1.0
11+
# (jackhodgkiss) Update once role is merged into collection.
12+
- name: https://github.com/stackhpc/ansible-collection-hashicorp.git
13+
type: git
14+
version: e94bed3838ff5116d7f60d57bcd833153d2f4e9c
15+
# (jackhodgkiss) Update once role is merged into collection.
16+
- name: https://github.com/stackhpc/ansible-collection-kayobe-workflows.git
17+
type: git
18+
version: ca2d6d93123d78c5f829385773a7cfb5adcebadf
1519
roles:
1620
- src: stackhpc.vxlan
1721
- name: ansible-lockdown.ubuntu22_cis
@@ -29,3 +33,7 @@ roles:
2933
version: 1.18.5
3034
- src: https://github.com/stackhpc/ansible-role-docker.git
3135
name: geerlingguy.docker
36+
# (jackhodgkiss) Update once patch is merged and released upstream.
37+
- src: https://github.com/stackhpc/ansible-gitlab-runner
38+
name: riemers.gitlab-runner
39+
version: use-ansible-facts

0 commit comments

Comments
 (0)