Minor fixes to base configuration
This commit is contained in:
parent
11f97a8527
commit
1e42d41d1b
@ -1,4 +1,4 @@
|
||||
[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
|
||||
AllowUnencrypted=true
|
@ -57,7 +57,7 @@
|
||||
become: true
|
||||
lineinfile:
|
||||
path: /etc/containers/containers.conf
|
||||
regex: "^#default_subnet*$"
|
||||
regex: "^(.*)default_subnet = (.*)$"
|
||||
line: 'default_subnet = "172.16.0.0/24"'
|
||||
|
||||
#- name: Reboot
|
||||
|
Loading…
Reference in New Issue
Block a user