Compare commits
3 commits
4684c78732
...
e263c9b0f2
| Author | SHA1 | Date | |
|---|---|---|---|
| e263c9b0f2 | |||
|
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"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
services:
|
||||
database:
|
||||
image: docker.io/library/mariadb:11
|
||||
image: docker.io/library/mariadb:12
|
||||
environment:
|
||||
- "MARIADB_DATABASE=wordpress"
|
||||
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue