Browse Source

Add ircbouncer required vars to group_vars/sovereign

Allen Riddell 8 years ago
parent
commit
a3b1852723
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      group_vars/sovereign

+ 9
- 0
group_vars/sovereign View File

33
 # --------
33
 # --------
34
 # common_timezone will be used in the common and mailserver roles
34
 # common_timezone will be used in the common and mailserver roles
35
 # common_timezone: 'Etc/UTC'
35
 # common_timezone: 'Etc/UTC'
36
+
37
+# znc
38
+# ---
39
+# irc_nick: (required)
40
+# irc_ident: (required)
41
+# irc_realname: (required)
42
+# irc_quitmsg: (required)
43
+# irc_password_hash: (required)
44
+# irc_password_salt: (required)

Loading…
Cancel
Save