chef-recipes/roles/cockpit/templates/cockpit.conf.j2

4 lines
510 B
Plaintext
Raw Normal View History

2023-02-01 17:34:56 +00:00
[WebService]
2023-02-15 13:01:28 +00:00
Origins = http://{{ inventory_hostname }} ws://{{ inventory_hostname }} https://{{ inventory_hostname }} wss://{{ inventory_hostname }} http://{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:9090 ws://{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:9090 https://{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:9090 wss://{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:9090
2023-02-01 17:34:56 +00:00
ProtocolHeader = X-Forwarded-Proto