From d246aa6a80e813f2e4349de3774a92b7e79aa114 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 15 Nov 2022 17:14:33 -0500 Subject: [PATCH] we dont need default network config --- salt/common/files/daemon.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/salt/common/files/daemon.json b/salt/common/files/daemon.json index c2df49f34..d13a80e4b 100644 --- a/salt/common/files/daemon.json +++ b/salt/common/files/daemon.json @@ -1,12 +1,3 @@ -{%- set DOCKERRANGE = salt['pillar.get']('docker:range', '172.17.0.0/24') %} -{%- set DOCKERBIND = salt['pillar.get']('docker:bip', '172.17.0.1/24') %} { "registry-mirrors": [ "https://:5000" ], - "bip": "{{ DOCKERBIND }}", - "default-address-pools": [ - { - "base" : "{{ DOCKERRANGE }}", - "size" : 24 - } - ] }