|
@@ -119,6 +119,16 @@ Retype new password: foo
|
119
|
119
|
|
120
|
120
|
Remove @{SHA512-CRYPT}@ and insert the rest as the @password_hash@ value.
|
121
|
121
|
|
|
122
|
+Same for the IRC password hash...
|
|
123
|
+
|
|
124
|
+bc. # znc --makepass
|
|
125
|
+[ ?? ] Enter Password: foo
|
|
126
|
+[ ?? ] Confirm Password: foo
|
|
127
|
+[ ** ] Use this in the <User> section of your config:
|
|
128
|
+[ ** ] Pass = sha256#4bfc209c5e19874337fd89c80675ad194836efea5efd4189b7f73cd9e0a6094f#,i*Msa0B;w9yR23nm1ZB#
|
|
129
|
+
|
|
130
|
+Take the string beginning with @sha256#@ and insert it as the value for @irc_password_hash@.
|
|
131
|
+
|
122
|
132
|
h3. 5. Run the Ansible Playbooks
|
123
|
133
|
|
124
|
134
|
First, make sure you've "got Ansible installed":http://ansibleworks.com/docs/gettingstarted.html#getting-ansible.
|