Compare commits
2 Commits
5afbff72ac
...
0.1.6
Author | SHA1 | Date | |
---|---|---|---|
e642e2f97a
|
|||
31a0aa4ce4
|
@ -1,12 +1,12 @@
|
|||||||
namespace: finallycoffee
|
namespace: finallycoffee
|
||||||
name: observability
|
name: observability
|
||||||
version: 0.1.5
|
version: "0.1.6"
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- transcaffeine <transcaffeine@finally.coffee>
|
- transcaffeine <transcaffeine@finally.coffee>
|
||||||
description: Various ansible roles useful for automating infrastructure
|
description: Various ansible roles useful for automating infrastructure
|
||||||
dependencies:
|
dependencies:
|
||||||
"community.docker": "^4.0.0"
|
"community.docker": "^4.4.0"
|
||||||
license_file: LICENSE.md
|
license_file: LICENSE.md
|
||||||
build_ignore:
|
build_ignore:
|
||||||
- '*.tar.gz'
|
- '*.tar.gz'
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
grafana_user: grafana
|
grafana_user: grafana
|
||||||
grafana_version: "11.6.0"
|
grafana_version: "11.6.1"
|
||||||
grafana_base_path: "/opt/grafana"
|
grafana_base_path: "/opt/grafana"
|
||||||
grafana_config_path: "{{ grafana_base_path }}/config"
|
grafana_config_path: "{{ grafana_base_path }}/config"
|
||||||
grafana_config_file: "{{ grafana_config_path }}/grafana.ini"
|
grafana_config_file: "{{ grafana_config_path }}/grafana.ini"
|
||||||
|
Reference in New Issue
Block a user