From 469d7d1398c69664d3efc336cc974e4c49005c70 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Thu, 26 Sep 2013 04:50:57 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea40e18..c48256f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is just my repository of playbooks. ### Setup Ansible - sudo aptitude -y install git python-jinja2 python-yaml python-paramiko python-software-properties software-properties-common + sudo aptitude -y install git python-jinja2 python-yaml python-mysqldb python-paramiko python-software-properties software-properties-common add-apt-repository ppa:rquillo/ansible aptitude update && aptitude install ansible echo "localhost" > /etc/ansible/hosts @@ -30,6 +30,14 @@ You should see: tar -zxvf passlib-1.6.1.tar.gz cd passlib-1.6.1 python setup.py install + +### Check my.cnf + +You may need to set up a ~/.my.cnf file for the user you'll run this as: + + [client] + user=root + password="mypassword" ### Run the play