mailcow / mailcow-ansiblerole

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

Make mailcow hostname configurable #3

Closed domrim closed 4 years ago

domrim commented 4 years ago

I added an variable mailcow__hostname so i can configure the Hostname in my playbooks. It defaults to inventory_hostname so there is no change in the default behaviour. Also updated the README accordingly.

ntimo commented 4 years ago

Thanks for the PR :)