Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulfantom/ansible-role-folding-at-home
An Ansible Role for installing Folding@home
https://github.com/paulfantom/ansible-role-folding-at-home
ansible ansible-role fah folding-at-home foldingathome
Last synced: 4 days ago
JSON representation
An Ansible Role for installing Folding@home
- Host: GitHub
- URL: https://github.com/paulfantom/ansible-role-folding-at-home
- Owner: paulfantom
- License: mit
- Created: 2020-04-08T07:05:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T07:23:34.000Z (over 4 years ago)
- Last Synced: 2024-11-01T09:29:23.359Z (about 2 months ago)
- Topics: ansible, ansible-role, fah, folding-at-home, foldingathome
- Homepage: https://foldingathome.org
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Folding At Home
===============This is a very basic role to help get a simple instance of the Folding@home
client onto a bunch of servers.Role Variables
--------------| Name | Default Value | Description |
| -------------- | ------------- | -----------------------------------|
| fah_gpu | false | Enable/Disable GPU support |
| fah_power | 'medium' | Folding@Home power setting |
| fah_team | 245681 | User team, defaults to HappyMushrooms |
| fah_user | 'anonymous' | Username |
| fah_passkey | "" | Password for registered users |
| fah_allow_ips | [] | Whitelist IPs allowed to access web client on port 7396 |
| fah_slots | ['CPU'] | Define FAH slots |
| fah_state | 'present' | Install/uninstall fah client |Dependencies
------------N/A
Example Playbook
----------------```
- hosts: all
roles:
- paulfantom.folding_at_home
```License
-------MIT