diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-09-02 22:52:10 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-09-02 22:52:10 +0200 |
commit | 4000e16e20ae47423542db221b9ab636cf3d79b9 (patch) | |
tree | 9b0ba8578ec225e5c9e4b4d301950d23078177cd | |
parent | 7fa9fbe40aa00df3638edff3c6cd744bf8f5b973 (diff) | |
download | ansible_collection-4000e16e20ae47423542db221b9ab636cf3d79b9.tar.gz |
mariadb README
-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>` |