-
Notifications
You must be signed in to change notification settings - Fork 0
/
hosts.yaml
30 lines (30 loc) · 919 Bytes
/
hosts.yaml
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
puhti:
hosts:
puhti-login13.csc.fi:
ansible_connection: "ssh"
ansible_python_interpreter: "/usr/bin/python3.9"
ansible_remote_tmp: "/local_scratch/$USER/.ansible/tmp"
vars:
group: "p_installation"
appl_dir: "/appl/soft/math"
modulefiles_dir: "/appl/modulefiles"
mahti:
hosts:
mahti-login13.csc.fi:
ansible_connection: "ssh"
ansible_python_interpreter: "/usr/bin/python3.9"
ansible_remote_tmp: "/local_scratch/$USER/.ansible/tmp"
vars:
group: "m_installation"
appl_dir: "/appl/soft/math"
modulefiles_dir: "/appl/modulefiles"
lumi:
hosts:
lumi-uan01.csc.fi:
ansible_connection: "ssh"
ansible_python_interpreter: "/opt/cray/pe/python/3.9.13.1/bin/python3.9"
ansible_remote_tmp: "$HOME/.ansible/tmp"
vars:
group: "appl_csc"
appl_dir: "/appl/local/csc/soft/math"
modulefiles_dir: "/appl/local/csc/modulefiles"