Jahresstart 2425
This commit is contained in:
parent
dcf0872aee
commit
05a62f8582
6 changed files with 8 additions and 7 deletions
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- lmn_network
|
- lmn_network
|
||||||
#- up2date_debian
|
- up2date_debian
|
||||||
- lmn_sssd
|
- lmn_sssd
|
||||||
- lmn_mount
|
- lmn_mount
|
||||||
- lmn_kde
|
- lmn_kde
|
||||||
|
|
|
@ -56,6 +56,7 @@
|
||||||
- tmux
|
- tmux
|
||||||
- hexyl
|
- hexyl
|
||||||
- tree
|
- tree
|
||||||
|
- hashcat
|
||||||
- ttf-mscorefonts-installer
|
- ttf-mscorefonts-installer
|
||||||
- libdvd-pkg
|
- libdvd-pkg
|
||||||
- handbrake
|
- handbrake
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 314 KiB After Width: | Height: | Size: 216 KiB |
Binary file not shown.
Before Width: | Height: | Size: 337 KiB After Width: | Height: | Size: 179 KiB |
|
@ -31,10 +31,10 @@
|
||||||
command: wget {{ greenfootURI }} -O {{ greenfootTargetFile }}
|
command: wget {{ greenfootURI }} -O {{ greenfootTargetFile }}
|
||||||
when: not gftf.stat.exists
|
when: not gftf.stat.exists
|
||||||
|
|
||||||
- name: Download Greenfoot
|
- name: Download Bluej
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
command: wget {{ greenfootURI }} -O {{ greenfootTargetFile }}
|
command: wget {{ bluejURI }} -O {{ bluejTargetFile }}
|
||||||
when: not gftf.stat.exists
|
when: not bjtf.stat.exists
|
||||||
|
|
||||||
#### Freecad
|
#### Freecad
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
#### Bluej/Greenfoot
|
#### Bluej/Greenfoot
|
||||||
## Bluej/Greenfoot Versionen
|
## Bluej/Greenfoot Versionen
|
||||||
## Für Updates anpassen
|
## Für Updates anpassen
|
||||||
bluej_target_version: "5.2.1"
|
bluej_target_version: "5.4.0"
|
||||||
greenfoot_target_version: "3.8.2"
|
greenfoot_target_version: "3.8.2"
|
||||||
## --
|
## --
|
||||||
greenfoot_src_uri: https://www.greenfoot.org/download/files/Greenfoot-linux-VERSION.deb
|
greenfoot_src_uri: https://www.greenfoot.org/download/files/Greenfoot-linux-VERSION.deb
|
||||||
bluej_src_uri: https://www.bluej.org/download/files/BlueJ-linux-VERSION.deb
|
bluej_src_uri: https://www.bluej.org/download/files/BlueJ-linux-x64-VERSION.deb
|
||||||
mirror_javadev: http://netboot.qgm.lan/javadev/
|
mirror_javadev: http://netboot.qgm.lan/javadev/
|
||||||
|
|
||||||
#### Miror for misc "unofficial" debs
|
#### Miror for misc "unofficial" debs
|
||||||
|
@ -23,7 +23,7 @@ freecadFullURI: https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/0.21
|
||||||
freecadTargetFile: /var/www/html/appimage/FreeCAD.AppImage
|
freecadTargetFile: /var/www/html/appimage/FreeCAD.AppImage
|
||||||
|
|
||||||
#### Logseq Appimage
|
#### Logseq Appimage
|
||||||
logseqFullURI: https://github.com/logseq/logseq/releases/download/0.10.6/Logseq-linux-x64-0.10.6.AppImage
|
logseqFullURI: https://github.com/logseq/logseq/releases/download/0.10.8/Logseq-linux-x64-0.10.8.AppImage
|
||||||
logseqTargetFile: /var/www/html/appimage/Logseq.AppImage
|
logseqTargetFile: /var/www/html/appimage/Logseq.AppImage
|
||||||
|
|
||||||
#### Digital circuit simulation
|
#### Digital circuit simulation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue