switchs2: s/sable/eap/ pour radius secondaire
This commit is contained in:
parent
d6b359e717
commit
002031b18d
1 changed files with 4 additions and 1 deletions
|
@ -476,7 +476,10 @@ def conf_switch(hostname):
|
|||
|
||||
'date_gen': datetime.datetime.now(),
|
||||
# TODO fill that depuis bcfg2 ou whatever
|
||||
'radius_servers': ['10.231.136.72', '10.231.136.9' ],
|
||||
'radius_servers': [
|
||||
'10.231.136.72',
|
||||
'10.231.136.11',
|
||||
],
|
||||
'radius_key': secrets.get('radius_key'),
|
||||
|
||||
'ntp_servers': ['10.231.136.98'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue