Beginning to put together tasks for ETH mining.

This commit is contained in:
2021-02-11 08:05:34 -06:00
parent b318d6a6a6
commit 2a6edcb788
6 changed files with 111 additions and 2 deletions

View File

@ -0,0 +1,17 @@
---
# Install OpenCL drivers.
- name: Folder
shell: 'mkdir -p Downloads'
- name: Download
shell: 'scp ling@leet:InstallFiles/Drivers/amdgpu-pro-20.45-1188099-ubuntu-20.04.tar.xz Downloads/'
- name: Extract
shell: 'cd Downloads; tar -xvf amdgpu-pro-20.45-1188099-ubuntu-20.04.tar.xz'
- name: Install 1 - All
shell: 'cd Downloads/amdgpu-pro-20.45-1188099-ubuntu-20.04; amdgpu-install -y'
- name: Install 2 - Pro
shell: 'cd Downloads/amdgpu-pro-20.45-1188099-ubuntu-20.04; amdgpu-pro-install -y --opencl=pal,legacy'