Posts

Showing posts from April, 2019

Setup MySQL 8 Community using Ansible with own password

Random password is annoying for automation so here is how I setup MySQL 8 Community using ansible. Here is the link to my ansible-playbook mysql.yml Adjust the password, current password is:  C0mpl3XP@s5 Run the playbook # ansible-playbook mysql.yml Assuming your host is called mysql like mine, you will get MySQL 8 Community installed in your openSUSE in time.