Update README.md
This commit is contained in:
parent
b3d9dbdab4
commit
469d7d1398
10
README.md
10
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
|
||||
|
@ -31,6 +31,14 @@ You should see:
|
|||
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
|
||||
|
||||
By executing the following, it will setup only the commonly used components:
|
||||
|
|
Loading…
Reference in New Issue
Block a user