add mysql_root_password generation

This commit is contained in:
LinuxSquare 2024-12-01 17:21:06 +01:00
parent 23ba72962a
commit d1077f6578

View file

@ -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"