nodes/home.downloadhelper: restrict lldp to vlan 42
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
3de85e6717
commit
8a95dfa90a
2 changed files with 9 additions and 0 deletions
|
@ -29,6 +29,11 @@ nodes['home.downloadhelper'] = {
|
|||
'backups': {
|
||||
'exclude_from_backups': True,
|
||||
},
|
||||
'lldp': {
|
||||
'interfaces': {
|
||||
'enp1s0.42',
|
||||
},
|
||||
},
|
||||
'netdata': {
|
||||
'restrict-to': {
|
||||
'172.19.136.0/22',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue