ipsilon: attempt ansible lookup
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
c9b4cba417
commit
cadfe7c98a
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ data:
|
||||||
configuration.conf: |-
|
configuration.conf: |-
|
||||||
{{ load_file('configuration.conf') | indent() }}
|
{{ load_file('configuration.conf') | indent() }}
|
||||||
openidc.static.cfg: |-
|
openidc.static.cfg: |-
|
||||||
{{ load_file('{{ private }}/files/ipsilon/openidc.{{env}}.static') | indent() }}
|
{{ lookup('file', '{{ private }}/files/ipsilon/openidc.{{env}}.static') | indent() }}
|
||||||
openidc.key: |-
|
openidc.key: |-
|
||||||
# TODO
|
# TODO
|
||||||
saml2_idp.key: |-
|
saml2_idp.key: |-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue