add mysql_root_password generation
This commit is contained in:
parent
23ba72962a
commit
d1077f6578
1 changed files with 1 additions and 0 deletions
|
@ -405,6 +405,7 @@ ungrouped:
|
||||||
start_timestamp: ${START_TIMESTAMP}
|
start_timestamp: ${START_TIMESTAMP}
|
||||||
tmpfs_size: 4G
|
tmpfs_size: 4G
|
||||||
installation_type: ${INSTALLATION_TYPE}
|
installation_type: ${INSTALLATION_TYPE}
|
||||||
|
mysql_root_password: $(randomPasswordGen 32)
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
installationSubtaskTitle "Execute Ansible playbooks"
|
installationSubtaskTitle "Execute Ansible playbooks"
|
||||||
|
|
Loading…
Reference in a new issue