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 7856c89430 Add docker restarted handler 12 hours ago
defaults Initial commit 12 hours ago
handlers Add docker restarted handler 12 hours ago
meta Initial commit 12 hours ago
tasks Ensure docker ipv6 is enabled 12 hours ago
templates Initial commit 12 hours ago
README.md Ensure docker ipv6 is enabled 12 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