feat: Add folding

This commit is contained in:
Lino Silva
2023-04-04 14:32:01 +01:00
parent d48f3e739b
commit e37782b856
11 changed files with 142 additions and 17 deletions
+12
View File
@@ -0,0 +1,12 @@
---
- name: Download binary
ansible.builtin.shell:
args:
cmd: wget https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.6/fahclient_7.6.21_amd64.deb
chdir: /root/
- name: Install folding
ansible.builtin.shell:
args:
cmd: dpkg -i --force-depends fahclient_7.6.21_amd64.deb
chdir: /root/