Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
430c2e5a
Commit
430c2e5a
authored
Mar 12, 2019
by
julian.gethmann
Browse files
Fix Pelegant role
parent
acb5762c
Changes
4
Hide whitespace changes
Inline
Side-by-side
hosts
View file @
430c2e5a
...
...
@@ -99,10 +99,10 @@ asterix.las.kit.edu
lysander.las.kit.edu
[elegant]
asterix.las.kit.edu
idefix.las.kit.edu
obelix.las.kit.edu
lysander.las.kit.edu
asterix.las.kit.edu
ansible_python_interpreter=/usr/bin/python3
idefix.las.kit.edu
ansible_python_interpreter=/usr/bin/python3
obelix.las.kit.edu
ansible_python_interpreter=/usr/bin/python3
lysander.las.kit.edu
ansible_python_interpreter=/usr/bin/python3
[epics]
gutemine.las.kit.edu
...
...
roles/elegant/tasks/blas.yml
View file @
430c2e5a
...
...
@@ -9,7 +9,7 @@
-
name
:
ansible dependencies for firewalld
become
:
yes
dnf
:
name
:
[
python3-decorator
,
python3-slip
,
python3-firewall
]
name
:
[
"
python3-decorator
"
,
"
python3-slip
"
,
"
python3-firewall
"
]
state
:
present
tags
:
pelegant
...
...
@@ -38,6 +38,6 @@
-
name
:
install sshfs
become
:
yes
dnf
:
name
:
fuse-sshfs
name
:
[
"
fuse-sshfs
"
]
state
:
present
tags
:
pelegant
roles/elegant/tasks/elegant.yml
View file @
430c2e5a
...
...
@@ -33,9 +33,8 @@
-
name
:
install sddstoolkit dependencies
become
:
yes
dnf
:
name
:
"
{{
item
}}"
name
:
"
{{
preSDDSdev
}}"
state
:
present
with_items
:
"
{{
preSDDSdev
}}"
when
:
ansible_distribution == 'Fedora'
tags
:
-
elegant
...
...
roles/elegant/vars/main.yml
View file @
430c2e5a
...
...
@@ -20,18 +20,18 @@ oagtcltk_version:
defns_path
:
/usr/local/share/defns.rpn
prePelegant
:
-
mpich
-
mpich-devel
-
blas
-
blas-devel
-
"
mpich
"
-
"
mpich-devel
"
-
"
blas
"
-
"
blas-devel
"
preSDDSdev
:
-
libXpm-devel
-
ncurses-devel
# ln -s /usr/bin/gcc /usr/bin/g++
-
zlib-devel
-
readline-devel
-
motif
-
"
libXpm-devel
"
-
"
ncurses-devel
"
#
"
ln -s /usr/bin/gcc /usr/bin/g++
"
-
"
zlib-devel
"
-
"
readline-devel
"
-
"
motif
"
preElegantExamples
:
-
tcl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment