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
1d7333ef
Commit
1d7333ef
authored
Apr 18, 2019
by
julian.gethmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix deprecations
parent
9d84898a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
33 deletions
+4
-33
roles/epics/tasks/main.yml
roles/epics/tasks/main.yml
+1
-8
roles/latex/tasks/KITLaTeX.yml
roles/latex/tasks/KITLaTeX.yml
+1
-16
roles/python_stack/tasks/fitting.yml
roles/python_stack/tasks/fitting.yml
+2
-9
No files found.
roles/epics/tasks/main.yml
View file @
1d7333ef
...
...
@@ -16,15 +16,8 @@
-
name
:
ensure gcc is installed
become
:
yes
dnf
:
name
:
"
{{
item
}}"
name
:
[
"
gcc"
,
"
gcc-c++"
,
"
readline-devel"
,
"
perl-ExtUtils-ParseXS"
,
"
perl-Pod-Checker"
,
"
perl-devel"
]
state
:
installed
with_items
:
-
gcc
-
gcc-c++
-
readline-devel
-
perl-ExtUtils-ParseXS
-
perl-Pod-Checker
-
perl-devel
-
name
:
make links
become
:
yes
...
...
roles/latex/tasks/KITLaTeX.yml
View file @
1d7333ef
...
...
@@ -7,24 +7,9 @@
-
name
:
install dependencies
dnf
:
name
:
"
{{
item
}}"
name
:
[
"
texlive-a0poster"
,
"
texlive-beamer"
,
"
texlive-bophook"
,
"
texlive-boxedminipage"
,
"
texlive-dinbrief"
,
"
texlive-hyperref"
,
"
texlive-lettrine"
,
"
texlive-mathpazo"
,
"
texlive-rcs"
,
"
texlive-sciposter"
,
"
texlive-shadow"
,
"
texlive-pgf"
,
"
texlive-xcolor"
,
"
{{
kit_tikz
}}"
,]
state
:
present
become
:
yes
with_items
:
-
"
texlive-a0poster"
-
"
texlive-beamer"
-
"
texlive-bophook"
-
"
texlive-boxedminipage"
-
"
texlive-dinbrief"
-
"
texlive-hyperref"
-
"
texlive-lettrine"
-
"
texlive-mathpazo"
-
"
texlive-rcs"
-
"
texlive-sciposter"
-
"
texlive-shadow"
-
"
texlive-pgf"
-
"
texlive-xcolor"
-
"
{{
kit_tikz
}}"
-
name
:
make tmpdir
tempfile
:
...
...
roles/python_stack/tasks/fitting.yml
View file @
1d7333ef
...
...
@@ -3,10 +3,7 @@
become
:
yes
dnf
:
state
:
present
name
:
"
{{
item
}}"
with_items
:
-
python3-scipy
-
python3-scikit-learn
name
:
[
"
python3-scipy"
,
"
python3-scikit-learn"
,]
tags
:
fit
when
:
ansible_distribution == 'Fedora'
...
...
@@ -15,9 +12,5 @@
pip
:
executable
:
"
{{
pip3bin
}}"
state
:
present
name
:
"
{{
item
}}"
with_items
:
-
iminuit
# - kafe
-
lmfit
name
:
[
"
iminuit"
,
"
lmfit"
,
]
tags
:
fit
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