Minor fixes to base configuration

This commit is contained in:
Francesco Antognazza 2023-02-03 18:01:06 +01:00
parent 11f97a8527
commit 1e42d41d1b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
[WebService] [WebService]
Origins = http://{{ inventory_hostname }} ws://{{ inventory_hostname }} https://{{ inventory_hostname }} wss://{{ inventory_hostname }} http://10.0.0.160 ws://10.0.0.160 https://10.0.0.160 wss://10.0.0.160 Origins = http://{{ inventory_hostname }} ws://{{ inventory_hostname }} https://{{ inventory_hostname }} wss://{{ inventory_hostname }} http://131.175.120.208 ws://131.175.120.208 https://131.175.120.208 wss://131.175.120.208
ProtocolHeader = X-Forwarded-Proto ProtocolHeader = X-Forwarded-Proto
AllowUnencrypted=true AllowUnencrypted=true

View File

@ -57,7 +57,7 @@
become: true become: true
lineinfile: lineinfile:
path: /etc/containers/containers.conf path: /etc/containers/containers.conf
regex: "^#default_subnet*$" regex: "^(.*)default_subnet = (.*)$"
line: 'default_subnet = "172.16.0.0/24"' line: 'default_subnet = "172.16.0.0/24"'
#- name: Reboot #- name: Reboot