Compare commits
3 commits
16ee824231
...
7f7b6211cd
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f7b6211cd | |||
|
ca20721f04 |
|||
|
42b23eb181 |
2 changed files with 17 additions and 11 deletions
|
|
@ -1,11 +1,17 @@
|
|||
collections:
|
||||
# Install a collection from Ansible Galaxy.
|
||||
- name: debops.debops
|
||||
version: ">=3.1.0"
|
||||
source: https://galaxy.ansible.com
|
||||
- name: community.sops
|
||||
version: ">=2.2.4"
|
||||
source: https://galaxy.ansible.com
|
||||
- name: community.docker
|
||||
version: ">=5.0.0"
|
||||
source: https://galaxy.ansible.com
|
||||
# debops.debops
|
||||
- source: https://github.com/debops/debops
|
||||
type: git
|
||||
version: "v3.2.5"
|
||||
# community.sops
|
||||
- source: https://github.com/ansible-collections/community.sops
|
||||
type: git
|
||||
version: "2.2.7"
|
||||
# community.docker
|
||||
- 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"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
redis:
|
||||
image: docker.io/library/redis:7.4.7
|
||||
image: docker.io/library/redis:8.4.0
|
||||
ports:
|
||||
- "6379:6379"
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue