aboutsummaryrefslogtreecommitdiff
path: root/roles/mariadb/README.md
blob: dcf566d4637834d7cad1b104ab7f3d9e0d5144da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>`