mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
Fipsilon: Fix indentation and stuff and top-define
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{% macro load_file(filename) %}{% include filename %}{%- endmacro -%}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
@@ -77,14 +78,11 @@ data:
|
||||
CoreDumpDirectory /tmp
|
||||
|
||||
# Ipsilon stuff
|
||||
{%- macro import_config(filename) %} {% include filename %}{%- endmacro -%}
|
||||
{{ import_config("ipsilon-httpd.conf.j2") | indent() }}
|
||||
{{ load_file('ipsilon-httpd.conf.j2') | indent() }}
|
||||
ipsilon.conf: |-
|
||||
{%- macro import_config(filename) %} {% include filename %}{%- endmacro -%}
|
||||
{{ import_config("ipsilon.conf") | indent() }}
|
||||
{{ load_file('ipsilon.conf') | indent() }}
|
||||
configuration.conf: |-
|
||||
{%- macro import_config(filename) %} {% include filename %}{%- endmacro -%}
|
||||
{{ import_config("configuration.conf") | indent() }}
|
||||
{{ load_file('configuration.conf') | indent() }}
|
||||
openidc.static.cfg: |-
|
||||
# TODO
|
||||
openidc.key: |-
|
||||
|
||||
Reference in New Issue
Block a user