forked from sovereign/sovereign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser.yml
88 lines (77 loc) · 1.94 KB
/
user.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
---
###############################################################################
# Set your variables here.
# For a complete reference look at the `vars/defaults.yml` file.
###############################################################################
# common
domain: TODO.com
main_user_name: TODO
encfs_password: TODO
# database
db_admin_username: postgres
db_admin_password: TODO
# ircbouncer
irc_nick: TODO
irc_ident: TODO
irc_realname: TODO
irc_quitmsg: TODO
irc_password_hash: TODO
irc_password_salt: TODO
irc_timezone: TODO #Example: "America/New_York"
# mailserver
mail_db_password: TODO
mail_virtual_domains:
- name: "{{ domain }}"
pk_id: 1
# - name: TODO.com
# pk_id: 2
mail_virtual_users:
- account: "{{ main_user_name }}"
domain: "{{ domain }}"
password_hash: TODO
domain_pk_id: 1
# - account: "{{ TODO }}"
# domain: "{{ domain }}"
# password_hash: TODO
# domain_pk_id: 2
mail_virtual_aliases:
- source: "root@{{ domain }}"
destination: "{{ admin_email }}"
domain_pk_id: 1
- source: "postmaster@{{ domain }}"
destination: "{{ admin_email }}"
domain_pk_id: 1
- source: "webmaster@{{ domain }}"
destination: "{{ admin_email }}"
domain_pk_id: 1
mail_header_privacy: 1
# z-push
zpush_timezone: "TODO" #Example: "America/New_York"
# owncloud
owncloud_db_password: TODO
# vpn
openvpn_key_country: "US"
openvpn_key_province: "California"
openvpn_key_city: "Beverly Hills"
openvpn_key_org: "ACME CORPORATION"
openvpn_key_ou: "Anvil Department"
openvpn_clients:
- laptop
- phone
- tablet
# webmail
webmail_db_password: TODO
# xmpp
prosody_admin: "{{ admin_email }}"
prosody_virtual_domain: "{{ domain }}"
prosody_accounts:
- name: "{{ main_user_name }}"
password: TODO
# selfoss
selfoss_db_password: "TODO"
selfoss_username: "{{ main_user_name }}"
# this is the sha512 hash of the desired password
selfoss_password_hash: "TODO"
# wallabag
wallabag_salt: TODO
wallabag_db_password: TODO