gchq / stroom-ansible

A home for all stroom related ansible playbooks, roles, etc.
Apache License 2.0
4 stars 6 forks source link

non-docker mysql setup #24

Open arterialplan opened 3 years ago

arterialplan commented 3 years ago

This is for dw-v7 branch This issue involves the file roles/setup/mysql/tasks/main.yml

The following tasks need to have the become: true option added (the .my.cnf file is only set up for root)

The following tasks need to have the login_unix_socket: "{{ db_local_socket }}" option added

The task "Update mysql root password for all other root accounts" still uses stroom_db_root_password, I believe this should be set to db_root_password