mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Define default configuration for SSDP on minions
This commit is contained in:
parent
2867321fc5
commit
c623d339a3
@ -1457,6 +1457,10 @@ DEFAULT_MINION_OPTS = {
|
||||
'static': ['Aliases', 'Links', 'IPAMConfig'],
|
||||
'automatic': ['IPAddress', 'Gateway',
|
||||
'GlobalIPv6Address', 'IPv6Gateway'],
|
||||
'discovery': {
|
||||
'port': 4520,
|
||||
'match': 'any',
|
||||
'mapping': {},
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user