Add email parameter, site says they have to match to get alerts. Gotta get that early payout.
This commit is contained in:
parent
13f152dfe2
commit
19319c1407
@ -41,6 +41,7 @@
|
|||||||
logpath = {{ nanominer_logs }}
|
logpath = {{ nanominer_logs }}
|
||||||
webPassword = {{ ansible_hostname }}
|
webPassword = {{ ansible_hostname }}
|
||||||
useSSL = true
|
useSSL = true
|
||||||
|
email = me@hyperling.com
|
||||||
marker: ';{mark} MANAGED BY ANSIBLE - CPU Headers'
|
marker: ';{mark} MANAGED BY ANSIBLE - CPU Headers'
|
||||||
marker_begin: ';;;;;;;;;;;; BEGIN'
|
marker_begin: ';;;;;;;;;;;; BEGIN'
|
||||||
marker_end: ' END'
|
marker_end: ' END'
|
||||||
@ -99,6 +100,7 @@
|
|||||||
webPassword = {{ ansible_hostname }}
|
webPassword = {{ ansible_hostname }}
|
||||||
devices = {{ nanominer_gpus }}
|
devices = {{ nanominer_gpus }}
|
||||||
useSSL = true
|
useSSL = true
|
||||||
|
email = me@hyperling.com
|
||||||
marker: ';{mark} MANAGED BY ANSIBLE - GPU Headers'
|
marker: ';{mark} MANAGED BY ANSIBLE - GPU Headers'
|
||||||
marker_begin: ';;;;;;;;;;;; BEGIN'
|
marker_begin: ';;;;;;;;;;;; BEGIN'
|
||||||
marker_end: ' END'
|
marker_end: ' END'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user