Skip to content
Snippets Groups Projects
Commit 945ac893 authored by Martin van Es's avatar Martin van Es
Browse files

Move signer conf from all.yml to mdsigner.yml

parent e91a0cdd
No related branches found
No related tags found
1 merge request!1Martin
inventory/group_vars/geodns.yml inventory/group_vars/geodns.yml
inventory/group_vars/mdsigner.yml
.ssh/id_* .ssh/id_*
...@@ -7,11 +7,6 @@ hosts: ...@@ -7,11 +7,6 @@ hosts:
hostname: srv1 hostname: srv1
altname: 'server-md2.et2.com' altname: 'server-md2.et2.com'
mdsigner:
test:
signer: hsm_signer
metadir: metadata/test
mdproxy: mdproxy:
test: test:
signer: 'http://localhost:5001' signer: 'http://localhost:5001'
...@@ -24,11 +19,6 @@ hosts: ...@@ -24,11 +19,6 @@ hosts:
hostname: srv2 hostname: srv2
altname: 'server-md2.et2.com' altname: 'server-md2.et2.com'
mdsigner:
edugain:
signer: hsm_signer
metadir: metadata/edugain
mdproxy: mdproxy:
test: test:
signer: 'http://srv1-signer.srv.mdx.incubator.geant.org' signer: 'http://srv1-signer.srv.mdx.incubator.geant.org'
...@@ -50,11 +40,6 @@ hosts: ...@@ -50,11 +40,6 @@ hosts:
hostname: srv4 hostname: srv4
altname: 'server-md.example.com' altname: 'server-md.example.com'
mdsigner:
foobar:
signer: normal_signer
metadir: metadata/test
mdproxy: mdproxy:
edugain: edugain:
signer: 'http://srv2-signer.srv.mdx.incubator.geant.org' signer: 'http://srv2-signer.srv.mdx.incubator.geant.org'
......
---
hosts:
et2:
mdsigner:
test:
signer:
name: hsm_signer
key_spec: pkcs11:///usr/lib/softhsm/libsofthsm2.so/test?pin=secret
metadir: metadata/test
mdxcdn:
mdsigner:
edugain:
signer:
name: hsm_signer
key_spec: pkcs11:///usr/lib/softhsm/libsofthsm2.so/test?pin=secret
metadir: metadata/edugain
alternative-mdx:
mdsigner:
foobar:
signer:
name: normal_signer
key_spec: "meta.key"
cert_spec: "meta.crt"
metadir: metadata/test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment