diff options
Diffstat (limited to 'roles/mariadb/README.md')
-rw-r--r-- | roles/mariadb/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/roles/mariadb/README.md b/roles/mariadb/README.md new file mode 100644 index 0000000..dcf566d --- /dev/null +++ b/roles/mariadb/README.md @@ -0,0 +1,19 @@ +# kompetenzbolzen.stuff.mariadb + +``` +--- +dbs: + - testdb1 + - testdb2 +db_users: + test1: + host: 'localhost' + priv: 'testdb1.*:ALL' + state: present + test2: + host: 'localhost' + priv: 'testdb2.*:ALL' + state: present +``` + +Passwords for users are pulles from `vault_db_users_pw.<hostname>.<username>` |