Skip to content
GitLab
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
a01f2e98
Commit
a01f2e98
authored
May 15, 2020
by
julian.gethmann
Browse files
Tidy up and fix deprecation warning
parent
5fad6968
Changes
3
Hide whitespace changes
Inline
Side-by-side
host_vars/l
as-gethmann
.las.kit.edu
→
host_vars/l
ysander
.las.kit.edu
View file @
a01f2e98
File moved
hosts
View file @
a01f2e98
...
...
@@ -133,7 +133,7 @@ methusalix.las.kit.edu
obelix.las.kit.edu
pepe.las.kit.edu
troubadix.las.kit.edu
l
as-gethmann
.las.kit.edu ansible_python_interpreter=/usr/bin/python3
l
ysander
.las.kit.edu ansible_python_interpreter=/usr/bin/python3
[mad8]
# depercated for Fedora >=26
...
...
@@ -201,7 +201,7 @@ faulus.las.kit.edu
gutemine.las.kit.edu
[local]
127.0.0.1 ansible_connection=local
#
127.0.0.1 ansible_connection=local
[admin_pcs]
asterix.las.kit.edu
...
...
roles/inovesa/tasks/main.yml
View file @
a01f2e98
...
...
@@ -2,51 +2,49 @@
-
name
:
install Inovesa's dependencies on Fedora without openCL or PNG support
become
:
yes
dnf
:
name
:
"
{{
item
}}"
name
:
-
cmake
-
gcc-c++
-
boost-devel
-
boost-system
-
boost-filesystem
-
boost-program-options
-
fftw-devel
-
glew-devel
-
glfw-devel
-
hdf5-devel
-
libpng-devel
-
libXrandr-devel
# - libclfft-dev # does not exist
# attempts to get opencl running
# - opencl-headers
# - mesa-libOpenCL-devel # did not help
# - opencl-filesystem
# - libclc
# - mesa-libOpenCL
# - mesa-libOpenCL-devel
state
:
present
with_items
:
-
cmake
-
gcc-c++
-
boost-devel
-
boost-system
-
boost-filesystem
-
boost-program-options
-
fftw-devel
-
glew-devel
-
glfw-devel
-
hdf5-devel
-
libpng-devel
-
libXrandr-devel
# - libclfft-dev # does not exist
# attempts to get opencl running
# - opencl-headers
# - mesa-libOpenCL-devel # did not help
# - opencl-filesystem
# - libclc
# - mesa-libOpenCL
# - mesa-libOpenCL-devel
when
:
ansible_distribution == "Fedora"
-
name
:
install Inovesa's dependencies on Ubuntu
become
:
yes
apt
:
name
:
"
{{
item
}}"
name
:
-
cmake
-
g++
-
libboost-dev
-
libboost-system-dev
-
libboost-filesystem-dev
-
libboost-program-options-dev
-
libfftw3-dev
-
libglew-dev
-
libglfw3-dev
-
libhdf5-dev
-
libpng++-dev
-
libxrandr-dev
-
opencl-dev
-
libclfft-dev
state
:
present
with_items
:
-
cmake
-
g++
-
libboost-dev
-
libboost-system-dev
-
libboost-filesystem-dev
-
libboost-program-options-dev
-
libfftw3-dev
-
libglew-dev
-
libglfw3-dev
-
libhdf5-dev
-
libpng++-dev
-
libxrandr-dev
-
opencl-dev
-
libclfft-dev
when
:
ansible_distribution == "Debian"
-
name
:
clone Inovesa
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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