Compare commits
3 commits
67a0dbe4b3
...
86d607c12f
| Author | SHA1 | Date | |
|---|---|---|---|
| 86d607c12f | |||
|
ca20721f04 |
|||
|
42b23eb181 |
1 changed files with 16 additions and 10 deletions
|
|
@ -1,11 +1,17 @@
|
||||||
collections:
|
collections:
|
||||||
# Install a collection from Ansible Galaxy.
|
# debops.debops
|
||||||
- name: debops.debops
|
- source: https://github.com/debops/debops
|
||||||
version: ">=3.1.0"
|
type: git
|
||||||
source: https://galaxy.ansible.com
|
version: "v3.2.5"
|
||||||
- name: community.sops
|
# community.sops
|
||||||
version: ">=2.2.4"
|
- source: https://github.com/ansible-collections/community.sops
|
||||||
source: https://galaxy.ansible.com
|
type: git
|
||||||
- name: community.docker
|
version: "2.2.7"
|
||||||
version: ">=5.0.0"
|
# community.docker
|
||||||
source: https://galaxy.ansible.com
|
- source: https://github.com/ansible-collections/community.docker
|
||||||
|
type: git
|
||||||
|
version: "5.0.5"
|
||||||
|
# grafana.grafana
|
||||||
|
- source: https://github.com/grafana/grafana-ansible-collection
|
||||||
|
type: git
|
||||||
|
version: "6.0.6"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue