mirror of
https://gitlab.com/volkersfreunde/dockercompose.git
synced 2025-03-12 15:01:48 +01:00
added latest users.toml from examples
This commit is contained in:
parent
48fd41340c
commit
8cf0e942df
@ -1,11 +1,13 @@
|
|||||||
[Testuser]
|
[Testuser]
|
||||||
# Define them in roles.toml as well
|
# Define them in roles.toml as well
|
||||||
roles = ["somerole/lmdb", "testrole/lmdb"]
|
roles = ["somerole/internal", "testrole/internal"]
|
||||||
|
|
||||||
# If two or more users want to use the same machine at once the higher prio
|
# If two or more users want to use the same machine at once the higher prio
|
||||||
# wins
|
# wins
|
||||||
priority = 0
|
priority = 0
|
||||||
|
|
||||||
|
passwd = "secret"
|
||||||
|
|
||||||
# You can add whatever random data you want.
|
# You can add whatever random data you want.
|
||||||
# It will get stored in the `kv` field in UserData.
|
# It will get stored in the `kv` field in UserData.
|
||||||
noot = "noot!"
|
noot = "noot!"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user