|
@@ -13,7 +13,6 @@
|
|
# limitations under the License.
|
|
# limitations under the License.
|
|
---
|
|
---
|
|
|
|
|
|
-
|
|
|
|
- name: Encrypt grafana username
|
|
- name: Encrypt grafana username
|
|
shell: |
|
|
shell: |
|
|
set -o pipefail
|
|
set -o pipefail
|
|
@@ -42,4 +41,4 @@
|
|
type: Opaque
|
|
type: Opaque
|
|
data:
|
|
data:
|
|
grafana_username: "{{ grafana_user_encrypted.stdout }}"
|
|
grafana_username: "{{ grafana_user_encrypted.stdout }}"
|
|
- grafana_password: "{{ grafana_password_encrypted.stdout }}"
|
|
|
|
|
|
+ grafana_password: "{{ grafana_password_encrypted.stdout }}"
|