Skip to content

Commit 32824ab

Browse files
committed
Update README to account for new mysql_user variables.
1 parent 5ca164d commit 32824ab

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,16 @@ No special requirements; note that this role requires root access, so either run
1818
Available variables are listed below, along with default values (see `defaults/main.yml`):
1919

2020
mysql_user_home: /root
21+
mysql_user_name: root
22+
mysql_user_password: root
2123

22-
The home directory inside which Python MySQL settings will be stored, which Ansible will use when connecting to MySQL. This should be the home directory of the user which runs this Ansible role.
24+
The home directory inside which Python MySQL settings will be stored, which Ansible will use when connecting to MySQL. This should be the home directory of the user which runs this Ansible role. The `mysql_user_name` and `mysql_user_password` can be set if you are running this role under a non-root user account and want to set a non-root user.
2325

26+
mysql_root_home: /root
27+
mysql_root_username: root
2428
mysql_root_password: root
2529

26-
The MySQL root user account password.
30+
The MySQL root user account details.
2731

2832
mysql_root_password_update: no
2933

0 commit comments

Comments
 (0)