bundles/vnstat: introduce, add to home.router
This commit is contained in:
parent
9fa3757a96
commit
88dd587fb4
4 changed files with 108 additions and 0 deletions
|
@ -8,6 +8,7 @@ nodes['home.router'] = {
|
|||
'pppd',
|
||||
'radvd',
|
||||
'dhcpd',
|
||||
'vnstat',
|
||||
'wide-dhcp6c',
|
||||
},
|
||||
'groups': set(),
|
||||
|
@ -105,6 +106,9 @@ nodes['home.router'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'vnstat': {
|
||||
'interface': 'enp1s0.100',
|
||||
},
|
||||
'vm': {
|
||||
'cpu': 2,
|
||||
'ram': 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue