Beginning to put together tasks for ETH mining.
This commit is contained in:
11
tasks/miner/cron/ansible.yml
Normal file
11
tasks/miner/cron/ansible.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
# Jobs for miners.
|
||||
|
||||
- name: Cron | XMR
|
||||
shell: ""
|
||||
when: mine.xmr is defined
|
||||
|
||||
#- name: Cron | ETH
|
||||
# cron:
|
||||
# name: Mine Ethereum
|
||||
# when: mine.eth is defined
|
Reference in New Issue
Block a user