diff --git a/templates/cadoles-pod-hydra-dispatcher-v1.conf.j2 b/templates/cadoles-pod-hydra-dispatcher-v1.conf.j2 index c9ca1ba..925a56d 100644 --- a/templates/cadoles-pod-hydra-dispatcher-v1.conf.j2 +++ b/templates/cadoles-pod-hydra-dispatcher-v1.conf.j2 @@ -1,3 +1,4 @@ +# {{ ansible_managed }} PODMAN_ARGS="\ --name 'cadoles-pod-hydra-dispatcher-v1' \ --replace \ diff --git a/templates/cadoles-pod-hydra-oidc-v1.conf.j2 b/templates/cadoles-pod-hydra-oidc-v1.conf.j2 index 1901dfa..a366c26 100644 --- a/templates/cadoles-pod-hydra-oidc-v1.conf.j2 +++ b/templates/cadoles-pod-hydra-oidc-v1.conf.j2 @@ -1,3 +1,4 @@ +# {{ ansible_managed }} PODMAN_ARGS="\ --name 'cadoles-pod-hydra-oidc-v1' \ --replace \ diff --git a/templates/cadoles-pod-hydra-passwordless-v1.conf.j2 b/templates/cadoles-pod-hydra-passwordless-v1.conf.j2 index ad25391..2ca7879 100644 --- a/templates/cadoles-pod-hydra-passwordless-v1.conf.j2 +++ b/templates/cadoles-pod-hydra-passwordless-v1.conf.j2 @@ -1,3 +1,4 @@ +# {{ ansible_managed }} PODMAN_ARGS="\ -p 127.0.0.1:3001:3000 \ --network=slirp4netns:allow_host_loopback=true \ diff --git a/templates/cadoles-pod-hydra-remote-user-v1.conf.j2 b/templates/cadoles-pod-hydra-remote-user-v1.conf.j2 index 79a91bc..df2c83c 100644 --- a/templates/cadoles-pod-hydra-remote-user-v1.conf.j2 +++ b/templates/cadoles-pod-hydra-remote-user-v1.conf.j2 @@ -1,3 +1,4 @@ +# {{ ansible_managed }} PODMAN_ARGS="\ -p 127.0.0.1:3003:80 \ --network=slirp4netns:allow_host_loopback=true \ diff --git a/templates/cadoles-pod-hydra-v1.conf.j2 b/templates/cadoles-pod-hydra-v1.conf.j2 index 5b40664..0c38098 100644 --- a/templates/cadoles-pod-hydra-v1.conf.j2 +++ b/templates/cadoles-pod-hydra-v1.conf.j2 @@ -1,3 +1,4 @@ +# {{ ansible_managed }} PODMAN_ARGS="\ --name 'cadoles-pod-hydra-v1' \ --replace \ diff --git a/templates/cadoles-pod-shibboleth-sp-v3.conf.j2 b/templates/cadoles-pod-shibboleth-sp-v3.conf.j2 index c95add7..f11a7b9 100644 --- a/templates/cadoles-pod-shibboleth-sp-v3.conf.j2 +++ b/templates/cadoles-pod-shibboleth-sp-v3.conf.j2 @@ -1,3 +1,4 @@ +# {{ ansible_managed }} PODMAN_ARGS="\ -p 127.0.0.1:3002:80 \ --network=slirp4netns:allow_host_loopback=true \ diff --git a/templates/haproxy.cfg.j2 b/templates/haproxy.cfg.j2 index 275c663..8e61fa8 100644 --- a/templates/haproxy.cfg.j2 +++ b/templates/haproxy.cfg.j2 @@ -1,3 +1,4 @@ +# {{ ansible_managed }} global log /dev/log local0 log /dev/log local1 notice diff --git a/templates/hydra-dispatcher-apps.yml.j2 b/templates/hydra-dispatcher-apps.yml.j2 index 8717754..219e667 100644 --- a/templates/hydra-dispatcher-apps.yml.j2 +++ b/templates/hydra-dispatcher-apps.yml.j2 @@ -1,3 +1,4 @@ +# {{ ansible_managed }} hydra: apps: {% if enable_hydra_passwordless %} diff --git a/templates/hydra-remote-user.yml.j2 b/templates/hydra-remote-user.yml.j2 index ca8faf0..4e63a2c 100644 --- a/templates/hydra-remote-user.yml.j2 +++ b/templates/hydra-remote-user.yml.j2 @@ -1,3 +1,4 @@ +# {{ ansible_managed }} remote_user: subject_header: "{{ hydra_saml_subject_header }}" headers_attributes_mapping: {{ hydra_saml_headers_attributes_mapping | to_json }} \ No newline at end of file diff --git a/templates/shibboleth-attribute-map.inc.xml.j2 b/templates/shibboleth-attribute-map.inc.xml.j2 index 5750d22..fbd060c 100644 --- a/templates/shibboleth-attribute-map.inc.xml.j2 +++ b/templates/shibboleth-attribute-map.inc.xml.j2 @@ -1,3 +1,4 @@ + {% for item in saml_attributes %} {% if item.attributeDecoder is defined %} diff --git a/templates/shibboleth-attribute-policy.inc.xml.j2 b/templates/shibboleth-attribute-policy.inc.xml.j2 index b405e65..49cbc47 100644 --- a/templates/shibboleth-attribute-policy.inc.xml.j2 +++ b/templates/shibboleth-attribute-policy.inc.xml.j2 @@ -1,3 +1,4 @@ + {%- macro xmlnode(node) -%} <{{node.tag}}{% if node.attributes is defined %}{% for key,value in node.attributes.items() %} {{ key }}="{{ value }}"{% endfor %}{% endif %}{% if node.children is not defined %}/{% endif %}> {% if node.children is defined %}