forked from ajacocks/fah
-
Notifications
You must be signed in to change notification settings - Fork 0
/
inventory
48 lines (39 loc) · 1.14 KB
/
inventory
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[clients]
#your client1
#your client2
#Notes
# for updating services on ansible server:
#localhost ansible_connection=local
# If you get complaints about python version
#phenom1 ansible_python_interpreter=/usr/bin/python3
[controllers]
#your controller
# If you get any python2-dnf errors, append "ansible_python_interpreter=/usr/bin/python3"
# After the hostname below as a temporary fix. Can remove later.
[viewers]
#your-controller
# add the list of hosts that you want to install the Folding-at-Home viewer on, here:
#coffee ansible_connection=local ansible_python_interpreter=/usr/bin/python3
[clients:vars]
fahclient_ver= 7.6.10
[controllers:vars]
fahcontrol_ver= 7.6.10
[viewers:vars]
fahviewer_ver= 7.6.10
[all:vars]
chost='IP of Control Node'
cpass='control-node-password'
username='(Yourname @ folding@home)'
passkey='(redacted passkey from folding@home'
power=full
gpu=false
smp=true
cause=any
#####################################################
# Variables below can be used with AWS instances
#ansible_ssh_private_key_file=
ansible_connection=ssh
#ansible_user=ec2-user
ansible_become=yes
ansible_become_method=sudo
ansible_become_user=root