|
@@ -13,7 +13,6 @@
|
|
|
# limitations under the License.
|
|
|
---
|
|
|
|
|
|
-
|
|
|
- name: Get grafana service IP
|
|
|
command: kubectl get svc "{{ grafana_k8s }}" -n "{{ grafana_namespace }}" -o=jsonpath='{.spec.clusterIP}'
|
|
|
changed_when: false
|
|
@@ -53,4 +52,4 @@
|
|
|
timescaledb: true
|
|
|
additional_secure_json_data:
|
|
|
password: "{{ timescaledb_password }}"
|
|
|
- no_log: true
|
|
|
+ no_log: true
|