mailcow / mailcow-ansiblerole

The official ansible role to setup mailcow using Ansible
GNU General Public License v3.0
75 stars 49 forks source link

docker network configurable via ansible vars #41

Open bufanda opened 1 year ago

bufanda commented 1 year ago

currently it is not possible to configure the the docker network ip ranges via ansible variables which can break the ansible run on hosts with multiple already existing networks.

This change will set the environment variables for the IPV4_NETWORK and IPV6_NETWORK on docker-compose invocation.