2020-12-16 13:30:04 +01:00
|
|
|
[Testuser]
|
|
|
|
# Define them in roles.toml as well
|
2021-09-21 07:48:19 +02:00
|
|
|
roles = ["somerole/internal", "testrole/internal"]
|
2020-12-16 13:30:04 +01:00
|
|
|
|
|
|
|
# If two or more users want to use the same machine at once the higher prio
|
|
|
|
# wins
|
|
|
|
priority = 0
|
|
|
|
|
2021-09-21 07:48:19 +02:00
|
|
|
passwd = "secret"
|
|
|
|
|
2020-12-16 13:30:04 +01:00
|
|
|
# You can add whatever random data you want.
|
|
|
|
# It will get stored in the `kv` field in UserData.
|
|
|
|
noot = "noot!"
|
2022-02-14 17:38:48 +01:00
|
|
|
|
|
|
|
[Differentuser]
|
|
|
|
# Define them in roles.toml as well
|
|
|
|
roles = ["somerole/internal", "testrole/internal"]
|
|
|
|
|
|
|
|
# If two or more users want to use the same machine at once the higher prio
|
|
|
|
# wins
|
|
|
|
priority = 0
|
|
|
|
|
|
|
|
passwd = "secret"
|
|
|
|
|
|
|
|
# You can add whatever random data you want.
|
|
|
|
# It will get stored in the `kv` field in UserData.
|
|
|
|
noot = "noot!"
|