DOCKERBIP change

This commit is contained in:
m0duspwnens
2023-07-21 16:59:22 -04:00
parent c4d81a249a
commit f55c1a4078
2 changed files with 3 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ sos_docker_net:
docker_network.present:
- name: sobridge
- subnet: {{ DOCKER.range }}
- gateway: {{ DOCKER.bip }}
- gateway: {{ DOCKER.bip | split("/")[0]}}
- options:
com.docker.network.bridge.name: 'sobridge'
com.docker.network.driver.mtu: '1500'