Initial commit
This commit is contained in:
commit
a1162b44da
7 changed files with 629 additions and 0 deletions
17
defaults/main.yml
Normal file
17
defaults/main.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
mailman:
|
||||
site_owner: changeme@example.com
|
||||
default_domain: example.com
|
||||
api:
|
||||
hostname: localhost
|
||||
port: 8001
|
||||
admin:
|
||||
name: restadmin
|
||||
pw: "{{ lookup('password', '/dev/null length=32') }}"
|
||||
web:
|
||||
secretkey: "{{ lookup('password', '/dev/null length=128') }}"
|
||||
remote_user: False
|
||||
signup: True
|
||||
change_pw: True
|
||||
ldap: False
|
||||
archiver:
|
||||
key: "{{ lookup('password', '/dev/null length=128') }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue