2024-02-10 13:50:42 +00:00
|
|
|
- hosts: localhost
|
2024-02-10 13:33:27 +00:00
|
|
|
tasks:
|
2024-02-10 15:40:51 +00:00
|
|
|
|
2024-02-10 13:50:42 +00:00
|
|
|
- name: Install packages
|
2024-02-10 13:33:27 +00:00
|
|
|
apt:
|
|
|
|
name:
|
2024-02-10 13:50:42 +00:00
|
|
|
- geany
|
2024-02-11 13:11:19 +00:00
|
|
|
- nfs-common
|
2024-02-10 13:50:42 +00:00
|
|
|
state: latest
|
2024-02-10 15:40:51 +00:00
|
|
|
|
2024-02-10 13:50:42 +00:00
|
|
|
- name: Enable home directory creation for new users
|
2024-02-10 14:12:03 +00:00
|
|
|
command: pam-auth-update --enable mkhomedir
|
|
|
|
|
|
|
|
- name: TeXlive
|
|
|
|
apt:
|
|
|
|
name:
|
|
|
|
- texlive-luatex
|
|
|
|
- texlive-latex-recommended
|
|
|
|
- texlive-latex-extra
|
|
|
|
- texlive-extra-utils
|
|
|
|
- texlive-publishers
|
|
|
|
- texlive-lang-english
|
|
|
|
- texlive-lang-german
|
2024-02-10 15:40:51 +00:00
|
|
|
- texlive-pictures
|
2024-02-10 16:29:55 +00:00
|
|
|
- texstudio
|
|
|
|
- texstudio-l10n
|
2024-02-10 15:40:51 +00:00
|
|
|
|
|
|
|
- name: Add jammy-proposed
|
|
|
|
apt_repository:
|
|
|
|
repo: deb http://de.archive.ubuntu.com/ubuntu jammy-proposed universe
|
|
|
|
state: present
|
|
|
|
filename: jammy-proposed
|
|
|
|
|
|
|
|
- name: Avoid normal upgrades from jammy-proposed
|
|
|
|
copy:
|
|
|
|
dest: "/etc/apt/preferences.d/proposed-updates"
|
|
|
|
content: |
|
|
|
|
# Configure apt to allow selective installs of packages from proposed
|
|
|
|
Package: *
|
|
|
|
Pin: release a=jammy-proposed
|
|
|
|
Pin-Priority: 400
|
|
|
|
|
|
|
|
- name: Install Bacula File Daemon
|
|
|
|
apt:
|
|
|
|
name: bacula-fd
|
|
|
|
default_release: jammy-proposed
|
2024-02-10 16:25:42 +00:00
|
|
|
|
2024-02-10 16:08:08 +00:00
|
|
|
- name: Install script for bacula-fd configuration
|
|
|
|
copy:
|
|
|
|
src: bacula-conf.py
|
|
|
|
dest: /usr/local/bin/bacula-conf.py
|
|
|
|
mode: 0700
|
2024-02-10 16:25:42 +00:00
|
|
|
|
2024-02-10 16:08:08 +00:00
|
|
|
- name: run configuration for bacula-fd
|
|
|
|
command: /usr/local/bin/bacula-conf.py
|
|
|
|
- name: Restart service bacula-fd
|
|
|
|
service:
|
|
|
|
name: bacula-fd
|
2024-02-11 13:17:50 +00:00
|
|
|
state: restarted
|
|
|
|
|
|
|
|
- name: Install MATLAB dependecies
|
|
|
|
# source: https://github.com/mathworks-ref-arch/container-images/blob/main/matlab-deps/r2023b/ubuntu22.04/base-dependencies.txt
|
|
|
|
apt:
|
|
|
|
name:
|
|
|
|
- ca-certificates
|
|
|
|
- libasound2
|
|
|
|
- libc6
|
|
|
|
- libcairo-gobject2
|
|
|
|
- libcairo2
|
|
|
|
- libcap2
|
|
|
|
- libcups2
|
|
|
|
- libdrm2
|
|
|
|
- libgbm1
|
|
|
|
- libgdk-pixbuf-2.0-0
|
|
|
|
- libgl1
|
|
|
|
- libglib2.0-0
|
|
|
|
- libgstreamer-plugins-base1.0-0
|
|
|
|
- libgstreamer1.0-0
|
|
|
|
- libgtk-3-0
|
|
|
|
- libice6
|
|
|
|
- libltdl7
|
|
|
|
- libnspr4
|
|
|
|
- libnss3
|
|
|
|
- libpam0g
|
|
|
|
- libpango-1.0-0
|
|
|
|
- libpangocairo-1.0-0
|
|
|
|
- libpangoft2-1.0-0
|
|
|
|
- libsndfile1
|
|
|
|
- libuuid1
|
|
|
|
- libwayland-client0
|
|
|
|
- libxcomposite1
|
|
|
|
- libxcursor1
|
|
|
|
- libxdamage1
|
|
|
|
- libxfixes3
|
|
|
|
- libxft2
|
|
|
|
- libxinerama1
|
|
|
|
- libxrandr2
|
|
|
|
- libxt6
|
|
|
|
- libxtst6
|
|
|
|
- libxxf86vm1
|
|
|
|
- locales
|
|
|
|
- locales-all
|
|
|
|
- make
|
|
|
|
- net-tools
|
|
|
|
- procps
|
|
|
|
- sudo
|
|
|
|
- unzip
|
|
|
|
- zlib1g
|
|
|
|
- name: Install MATLAB license file
|
|
|
|
copy:
|
|
|
|
dest: /etc/matlab_license.dat
|
|
|
|
content: |
|
|
|
|
SERVER lic64-1.hrz.tu-darmstadt.de 005056bf0915 1718
|
|
|
|
SERVER lic64-2.hrz.tu-darmstadt.de 000102f14cdc 1718
|
|
|
|
SERVER lic64-3.hrz.tu-darmstadt.de 0060b0328d82 1718
|
|
|
|
USE_SERVER
|
|
|
|
|
|
|
|
- name: Mount MATLAB install media
|
|
|
|
command: mount -o ro 192.168.0.129:/srv/saltmine/matlab2023b /mnt
|
|
|
|
|
|
|
|
- name: MATLAB installation
|
|
|
|
command: /mnt/install -inputFile /mnt/installer_input.txt
|
|
|
|
|
|
|
|
- name: unmount MATLAB install media
|
|
|
|
command: umount /mnt
|