-
Notifications
You must be signed in to change notification settings - Fork 0
/
hosts.yaml
33 lines (33 loc) · 1011 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
31
32
33
group_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:
system_name: "puhti"
group: "p_installation"
appl_dir: "/appl/soft/math"
modulefiles_dir: "/appl/modulefiles"
group_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:
system_name: "mahti"
group: "m_installation"
appl_dir: "/appl/soft/math"
modulefiles_dir: "/appl/modulefiles"
group_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:
system_name: "lumi"
group: "appl_csc"
appl_dir: "/appl/local/csc/soft/math"
modulefiles_dir: "/appl/local/csc/modulefiles"