nodes/home.nas: add vmhost bundle
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
75d86f3339
commit
2631531fd2
1 changed files with 8 additions and 0 deletions
|
@ -3,6 +3,7 @@ nodes['home.nas'] = {
|
||||||
'bundles': {
|
'bundles': {
|
||||||
'backup-server',
|
'backup-server',
|
||||||
'nfs-server',
|
'nfs-server',
|
||||||
|
'vmhost',
|
||||||
'zfs',
|
'zfs',
|
||||||
},
|
},
|
||||||
'groups': set(),
|
'groups': set(),
|
||||||
|
@ -51,6 +52,13 @@ nodes['home.nas'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'users': {
|
||||||
|
'kunsi': {
|
||||||
|
'groups': {
|
||||||
|
'libvirt',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
'zfs': {
|
'zfs': {
|
||||||
'pools': {
|
'pools': {
|
||||||
# Configured manually. Don't touch!
|
# Configured manually. Don't touch!
|
||||||
|
|
Loading…
Reference in a new issue