26 lines
735 B
YAML
26 lines
735 B
YAML
# Note that the matching is done with re.match()
|
|
'.*\.cert\.sunet\.se$':
|
|
soc:
|
|
sunet::startship:
|
|
sunet::server:
|
|
fail2ban: false
|
|
ssh_allow_from_anywhere: false
|
|
|
|
'^vul-dashboard-test.cert.sunet.se$':
|
|
sunet::dockerhost2:
|
|
# soc::sso:
|
|
# hostname: 'vd-dev.cert.sunet.se'
|
|
# email: 'cert@cert.sunet.se'
|
|
# service_endpoint: 'http://nginx:80'
|
|
# x_remote_user: true
|
|
# groups:
|
|
# - 'sunet-cert'
|
|
# certbot: false
|
|
|
|
test-sso-proxy1.cert.sunet.se:
|
|
sunet::dockerhost2:
|
|
sunet::certbot::acmed:
|
|
soc::satosa:
|
|
ext_cert: '/etc/letsencrypt/live/test-sso-proxy1.cert.sunet.se/fullchain.pem'
|
|
ext_cert_key: '/etc/letsencrypt/live/test-sso-proxy1.cert.sunet.se/privkey.pem'
|
|
ext_cert_vol: '/etc/letsencrypt'
|