merge abompards lists-dev playbook into main repo
mark some fixmes move some files/inventory items around
This commit is contained in:
parent
c07f5a9e24
commit
5372f26f07
19 changed files with 1358 additions and 24 deletions
25
files/lists-dev/mailman.cfg.j2
Normal file
25
files/lists-dev/mailman.cfg.j2
Normal file
|
@ -0,0 +1,25 @@
|
|||
# This is the absolute bare minimum base configuration file. User supplied
|
||||
# configurations are pushed onto this.
|
||||
|
||||
[mailman]
|
||||
site_owner: root@localhost
|
||||
|
||||
# Set the paths to be Fedora-compliant
|
||||
layout: fhs
|
||||
[paths.fhs]
|
||||
var_dir: /srv/persist/mailman
|
||||
bin_dir: /usr/libexec/mailman
|
||||
lock_dir: /run/lock/mailman
|
||||
pid_file: /run/mailman/master.pid
|
||||
|
||||
[database]
|
||||
class: mailman.database.postgresql.PostgreSQLDatabase
|
||||
url: postgres://mailman:{{ lists_dev_mm_db_pass }}@localhost/mailman
|
||||
|
||||
[archiver.hyperkitty]
|
||||
class: hyperkitty.archiver.Archiver
|
||||
enable: yes
|
||||
configuration: /etc/mailman.d/hyperkitty.cfg
|
||||
|
||||
#[archiver.prototype]
|
||||
#enable: yes
|
Loading…
Add table
Add a link
Reference in a new issue