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 4835f1b2b2 Ensure docker ipv6 is enabled 13 hours ago
defaults Initial commit 13 hours ago
meta Initial commit 13 hours ago
tasks Ensure docker ipv6 is enabled 13 hours ago
templates Initial commit 13 hours ago
README.md Ensure docker ipv6 is enabled 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"
  roles:
    - mailcow