Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
fcd6b0ca
Commit
fcd6b0ca
authored
Dec 17, 2019
by
julian.gethmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade elegant and add Fedora 31 versions
parent
9a273961
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
roles/elegant/tasks/elegant.yml
roles/elegant/tasks/elegant.yml
+1
-1
roles/elegant/tasks/pythonsdds.yml
roles/elegant/tasks/pythonsdds.yml
+1
-1
roles/elegant/tasks/sddstoolkit.yml
roles/elegant/tasks/sddstoolkit.yml
+1
-1
roles/elegant/vars/main.yml
roles/elegant/vars/main.yml
+6
-2
No files found.
roles/elegant/tasks/elegant.yml
View file @
fcd6b0ca
...
...
@@ -2,7 +2,7 @@
-
name
:
install elegant
become
:
yes
dnf
:
name
:
"
http://
www
.aps.anl.gov/
Accelerator_Systems_Division/Accelerator_Operations_Physics/
downloads/elegant-{{
item.value
}}.{{
ansible_distribution|lower
}}.{{
ansible_distribution_major_version
}}.mpich.{{
ansible_architecture
}}.rpm"
name
:
"
http
s
://
ops
.aps.anl.gov/downloads/elegant-{{
item.value
}}.{{
ansible_distribution|lower
}}.{{
ansible_distribution_major_version
}}.mpich.{{
ansible_architecture
}}.rpm"
state
:
present
when
:
ansible_distribution == 'Fedora' and (ansible_distribution_major_version|int) == item.key|int
with_dict
:
"
{{
ele_version
}}"
...
...
roles/elegant/tasks/pythonsdds.yml
View file @
fcd6b0ca
...
...
@@ -2,7 +2,7 @@
-
name
:
install SDDS for Python
3
become
:
yes
dnf
:
name
:
"
http://
www
.aps.anl.gov/
Accelerator_Systems_Division/Accelerator_Operations_Physics/
downloads/SDDSPython3-{{
item.value
}}.{{
ansible_distribution|lower
}}.{{
ansible_distribution_major_version
}}.{{
ansible_architecture
}}.rpm"
name
:
"
http
s
://
ops
.aps.anl.gov/downloads/SDDSPython3-{{
item.value
}}.{{
ansible_distribution|lower
}}.{{
ansible_distribution_major_version
}}.{{
ansible_architecture
}}.rpm"
state
:
present
when
:
ansible_distribution == 'Fedora' and (ansible_distribution_major_version|int) == item.key|int
with_dict
:
"
{{
pythonsdds_version
}}"
...
...
roles/elegant/tasks/sddstoolkit.yml
View file @
fcd6b0ca
...
...
@@ -2,7 +2,7 @@
-
name
:
install SDDSToolKit
become
:
yes
dnf
:
name
:
"
http://
www
.aps.anl.gov/
Accelerator_Systems_Division/Accelerator_Operations_Physics/
downloads/SDDSToolKit-{{
item.value
}}.{{
ansible_distribution|lower
}}.{{
ansible_distribution_major_version
}}.{{
ansible_architecture
}}.rpm"
name
:
"
http
s
://
ops
.aps.anl.gov/downloads/SDDSToolKit-{{
item.value
}}.{{
ansible_distribution|lower
}}.{{
ansible_distribution_major_version
}}.{{
ansible_architecture
}}.rpm"
state
:
present
when
:
ansible_distribution == 'Fedora' and (ansible_distribution_major_version|int) == item.key|int
with_dict
:
"
{{
sddstk_version
}}"
...
...
roles/elegant/vars/main.yml
View file @
fcd6b0ca
...
...
@@ -5,14 +5,16 @@ ele_version:
27
:
34.2.0-1
28
:
35.1.0-1
29
:
35.1.0-1
30
:
2019.1.1-1
30
:
2019.4.0-1
31
:
2019.4.0-1
sddstk_version
:
25
:
3.5-1
26
:
3.5.1-1
27
:
3.5.1-1
28
:
4.1-1
29
:
4.1-1
30
:
4.1-1
30
:
4.2-1
31
:
4.2-1
oagtcltk_version
:
25
:
1.24-1
26
:
1.24-1
...
...
@@ -20,6 +22,7 @@ oagtcltk_version:
28
:
1.25-2
29
:
1.25-2
30
:
1.25-2
31
:
1.25-2
defns_path
:
/usr/local/share/defns.rpn
prePelegant
:
...
...
@@ -46,3 +49,4 @@ pythonsdds_version:
28
:
4.0-1
29
:
4.0-1
30
:
4.0-1
31
:
4.0-1
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