ansible/roles/radius/templates/proxy.conf.j2
Yohaï-Eliel BERREBY e2fa1964af radius: change proxy.conf password, use vault
and also actually template it... it wasn't being
uploaded.
2020-05-21 14:19:28 +02:00

54 lines
1 KiB
Django/Jinja

# -*- mode: conf-unix; coding: utf-8 -*-
proxy server {
default_fallback = no
}
realm LOCAL {
}
realm NULL {
}
#Proxy FedeRez #####
realm AUROREFEDEREZ {
auth_pool = aurore_central_radius_servers
# nostrip
}
home_server radius_aurore_v4 {
type = auth
ipaddr = 10.128.0.251
port = 1812
secret = {{ radius_secret_aurore }}
require_message_authenticator =yes
response_window = 20
zombie_period = 40
revive_interval = 120
status_check = status-server
check_interval = 30
num_answers_to_alive = 3
}
#home_server _v6 {
# type = auth
# ipaddr =
# port = 1812
# secret =
# require_message_authenticator =yes
# response_window = 20
# zombie_period = 40
# revive_interval = 120
# status_check = status-server
# check_interval = 30
# num_answers_to_alive = 3
#}
home_server_pool aurore_central_radius_servers {
type = fail-over
home_server = radius_aurore_v4
}