Skip to content

Commit 5ca164d

Browse files
Solomon Giffordgeerlingguy
Solomon Gifford
authored andcommitted
Added comments to distinguish between user accounts
1 parent b672069 commit 5ca164d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

defaults/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
2+
# Set this to the user ansible is logging in as - should have root
3+
# or sudo access
24
mysql_user_home: /root
35
mysql_user_name: root
46
mysql_user_password: root
7+
8+
# The default root user installed by mysql - almost always root
59
mysql_root_home: /root
610
mysql_root_username: root
711
mysql_root_password: root

0 commit comments

Comments
 (0)