I already want to install edx-configuarion
platform in my ubuntu server.I read this wiki on github but when I run this command :
$ sudo ansible-playbook -c local ./edx_sandbox.yml -i "localhost,"
I get this error:
TASK: [edxlocal | create a database for edxapp] *******************************
failed: [localhost] => {"failed": true, "item": ""}
msg: unable to connect, check login_user and login_password are correct, or alternatively check ~/.my.cnf contains credentials
FATAL: all hosts have already failed -- aborting
I changed my root
user password to ''
but still the same problem.I also change the EDXAPP_MYSQL_USER
to root
and EDXAPP_MYSQL_PASSWORD
to another password in playbooks/roles/edxapp/defaults/main.yml
but still same problem :(