You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Kuba Orlik 226b8111dd Support customizing docker subnet in case the one selected by the config is already taken 13 hours ago
defaults Initial commit 13 hours ago
handlers Add docker restarted handler 13 hours ago
meta Initial commit 13 hours ago
tasks Support customizing docker subnet in case the one selected by the config is already taken 13 hours ago
templates Initial commit 13 hours ago
README.md Support customizing docker subnet in case the one selected by the config is already taken 13 hours ago

README.md

- name: "Install Mailcow"
  hosts: ansible1
  tags: "mailcow"
  vars:
    mailcow_repo_dir: "/opt/mailcow-dockerized"
    mailcow_dockerized_commit: "586b3a2ed1c"
    mailcow_hostname_fqdn: "mail.kuba-orlik.name"
    mailcow_storage_dir: "/mnt/juice/mailcow"
    mailcow_local_http_port: "9001"
    mailcow_timezone: "Europe/Warsaw"
	mailcow_docker_subnet=172.30.1
  roles:
    - mailcow