From c00c75d310e2afea3b521e8a4b90e800ab4f9ff2 Mon Sep 17 00:00:00 2001 From: heqnx Date: Thu, 2 Oct 2025 13:08:58 +0300 Subject: initial commit --- templates/cockpit.conf.j2 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/cockpit.conf.j2 (limited to 'templates/cockpit.conf.j2') diff --git a/templates/cockpit.conf.j2 b/templates/cockpit.conf.j2 new file mode 100644 index 0000000..e1cf026 --- /dev/null +++ b/templates/cockpit.conf.j2 @@ -0,0 +1,9 @@ +[WebService] +Origins = https://{{ansible_host}} +ProtocolHeader = X-Forwarded-Proto +ForwardedForHeader = X-Forwarded-For + +[Session] +IdleTimeout = 15 +LoginTo = false +AllowMultiHost = false -- cgit v1.2.3