Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ansible
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
36
Issues
36
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
cda865d2
Commit
cda865d2
authored
Aug 31, 2017
by
julian.gethmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add motif also to elegantExamples because it is needed by sddsplot
parent
e142b1eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
4 deletions
+18
-4
roles/elegant/tasks/elegant.yml
roles/elegant/tasks/elegant.yml
+15
-1
roles/elegant/vars/main.yml
roles/elegant/vars/main.yml
+3
-3
No files found.
roles/elegant/tasks/elegant.yml
View file @
cda865d2
...
...
@@ -29,10 +29,24 @@
tags
:
elegant
notify
:
run profiled
-
name
:
install sddstoolkit dependencies
become
:
yes
dnf
:
name
:
"
{{
item
}}"
state
:
present
with_items
:
-
preSDDSdev
when
:
ansible_distribution == 'Fedora'
tags
:
-
elegant
-
sdds
-
name
:
install SDDSToolKit
become
:
yes
dnf
:
name
:
"
http://www.aps.anl.gov/Accelerator_Systems_Division/Accelerator_Operations_Physics/downloads/SDDSToolKit-{{
sddstk_version
}}.{{
ansible_distribution|lower
}}.{{
ansible_distribution_major_version
}}.{{
ansible_architecture
}}.rpm"
state
:
present
when
:
ansible_distribution == 'Fedora'
tags
:
elegant
tags
:
-
elegant
-
sdds
roles/elegant/vars/main.yml
View file @
cda865d2
...
...
@@ -10,7 +10,6 @@ prePelegant:
-
mpich-devel
-
blas
-
blas-devel
-
motif
preSDDSdev
:
-
libXpm-devel
...
...
@@ -18,7 +17,8 @@ preSDDSdev:
# ln -s /usr/bin/gcc /usr/bin/g++
-
zlib-devel
-
readline-devel
-
motif
preElegantExamples
:
-
tcl
-
tcsh
-
tcl
-
tcsh
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