blob: 0f20c93ceab9b0bdf12b739ac7521f5300f2a88b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
main_user_name: "bnewbold"
domain: "bnewbold.the-nsa.org"
email_domain: "the-nsa.org"
admin_email: "bnewbold@the-nsa.org"
friendly_networks:
- "robocracy.org"
- "bnewbold.net"
- "the-nsa.org"
- "numm.org"
sshd_print_motd: "no"
sshd_allow_chall_resp: "yes"
nullmailer_smtp_host: mail.the-nsa.org
nullmailer_smtp_user: nullmail@the-nsa.org
nullmailer_smtp_pass: "{{ vault_nullmailer_smtp_pass }}"
|