From 4000e16e20ae47423542db221b9ab636cf3d79b9 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 2 Sep 2021 22:52:10 +0200 Subject: mariadb README --- roles/mariadb/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 roles/mariadb/README.md (limited to 'roles/mariadb') 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..` -- cgit v1.2.3