You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
311 B
11 lines
311 B
# Maintaing a todo list here as a central accounting file
|
|
# TODO Test mailman dmarc settings
|
|
# TODO fix container uid/gid mismatch with bind mounted contents
|
|
# this breaks xapian
|
|
- hosts: "mailman3:!disabled"
|
|
name: "Configure mailman3 servers"
|
|
roles:
|
|
- iptables
|
|
- install-docker
|
|
- mailman3
|