move groups around
This commit is contained in:
parent
5419bf31fb
commit
daa90a4668
16 changed files with 80 additions and 61 deletions
|
@ -7,7 +7,9 @@ nodes['home.nas'] = {
|
|||
'vmhost',
|
||||
'zfs',
|
||||
},
|
||||
'groups': set(),
|
||||
'groups': {
|
||||
'debian-bullseye',
|
||||
},
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'br0.42': {
|
||||
|
@ -115,6 +117,4 @@ nodes['home.nas'] = {
|
|||
'ram': 16,
|
||||
},
|
||||
},
|
||||
'os': 'debian',
|
||||
'os_version': (11,),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue