mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
ipsilon: Inject other secrets
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -86,8 +86,8 @@ data:
|
||||
openidc.static.cfg: |-
|
||||
{{ lookup('file', '{{ private }}/files/ipsilon/openidc.{{env}}.static') | indent() }}
|
||||
openidc.key: |-
|
||||
# TODO
|
||||
{{ lookup('file', '{{ private }}/files/ipsilon/openidc{{ env_suffix }}.key') | indent() }}
|
||||
saml2_idp.key: |-
|
||||
# TODO
|
||||
{{ lookup('file', '{{ private }}/files/saml2/{{ env }}/keys/idp.key') | indent() }}
|
||||
saml2_idp.crt: |-
|
||||
# TODO
|
||||
{{ lookup('file', '{{ private }}/files/saml2/{{ env }}/keys/idp.crt') | indent() }}
|
||||
|
||||
Reference in New Issue
Block a user