Skip to content

Commit cfd88a3

Browse files
Change Monitoring Password to Monitor1234!
1 parent 144bf47 commit cfd88a3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

playbooks/roles/autoscaling_mon/tasks/el.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
login_user: "{{ admin_username }}"
134134
login_password: "{{ mysql_root_pwd }}"
135135
name: logger
136-
password: Monitor2021!
136+
password: Monitor1234!
137137
priv: cluster_log.*:SELECT,INSERT,UPDATE,DELETE
138138
state: present
139139
when: not autoscaling_mysql_service | bool
@@ -160,7 +160,7 @@
160160
ds_type: "mysql"
161161
ds_url: "{{ monitoring_mysql_ip }}:3306"
162162
database: "cluster_log"
163-
password: "Monitor2021!"
163+
password: "Monitor1234!"
164164
user: "logger"
165165
ignore_errors: yes
166166

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export ENV_MYSQL_HOST={{ monitoring_mysql_ip }}
22
export ENV_MYSQL_USER=logger
3-
export ENV_MYSQL_PASS=Monitor2021!
3+
export ENV_MYSQL_PASS=Monitor1234!
44
export ENV_MYSQL_DATABASE_NAME=cluster_log
55
export ENV_MYSQL_PORT=3306

schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ variables:
10471047

10481048
admin_password:
10491049
title: "MySQL Monitoring password"
1050-
default: "Monitor2021!"
1050+
default: "Monitor1234!"
10511051
description: ""
10521052
visible:
10531053
and:

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ variable "admin_username" {
164164

165165
variable "admin_password" {
166166
type = string
167-
default = "Monitor2021!"
167+
default = "Monitor1234!"
168168
}
169169

0 commit comments

Comments
 (0)