Compare commits
2 commits
cf80096d8a
...
377fbd45dc
| Author | SHA1 | Date | |
|---|---|---|---|
| 377fbd45dc | |||
|
4218b59d3b |
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: docker.io/library/mariadb:11
|
image: docker.io/library/mariadb:12
|
||||||
environment:
|
environment:
|
||||||
- "MARIADB_DATABASE=wordpress"
|
- "MARIADB_DATABASE=wordpress"
|
||||||
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"
|
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
name: grafana
|
name: grafana
|
||||||
types: deb
|
types: deb
|
||||||
uris: https://apt.grafana.com
|
uris: https://apt.grafana.com
|
||||||
suites: "{{ ansible_facts['distribution_release'] }}"
|
suites: stable
|
||||||
components:
|
components:
|
||||||
- main
|
- main
|
||||||
signed_by: https://apt.grafana.com/gpg.key
|
signed_by: https://apt.grafana.com/gpg.key
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue