Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
damaca authored Jul 13, 2017
1 parent adea1d7 commit d446316
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ Needs docker,docker-py installed in the hosts

Role Variables
--------------

image_name: "mariadb:10.3"
mysql_root_pass: "mysqlr00tp4ss"
mariadb_data_dir: /var/lib/mysql
docker_api_version: 1.22
users:
- name: username
pass: pass
databases:
- test_db

```
 image_name: "mariadb:10.3"
mysql_root_pass: "mysqlr00tp4ss"
mariadb_data_dir: /var/lib/mysql
docker_api_version: 1.22
users:
- name: username
pass: pass
databases:
   - test_db
```
Example Playbook
----------------

Expand Down

0 comments on commit d446316

Please sign in to comment.