Laptop Rolle repariert (?)
This commit is contained in:
parent
5379166689
commit
96175541bf
2 changed files with 7 additions and 6 deletions
|
|
@ -4,6 +4,9 @@
|
||||||
hosts: all
|
hosts: all
|
||||||
remote_user: ansible
|
remote_user: ansible
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
|
vars_files:
|
||||||
|
- vars-qgsoftware.yml
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
domain: "{{ ansible_domain }}"
|
domain: "{{ ansible_domain }}"
|
||||||
|
|
@ -21,12 +24,6 @@
|
||||||
|
|
||||||
## Local mirror for mscorefonts. Remove or leave empty to use no mirror:
|
## Local mirror for mscorefonts. Remove or leave empty to use no mirror:
|
||||||
mirror_msfonts: http://netboot.qgm.lan/mscorefonts/
|
mirror_msfonts: http://netboot.qgm.lan/mscorefonts/
|
||||||
|
|
||||||
## Local Mirror for Greenfoot and BlueJ. Leave empty to skip installation of bluej and greenfoot
|
|
||||||
mirror_javadev: http://netboot.qgm.lan/javadev/
|
|
||||||
## Bluej/Greenfoot Versionen
|
|
||||||
bluej_target_version: "5.2.0"
|
|
||||||
greenfoot_target_version: "3.7.1"
|
|
||||||
|
|
||||||
|
|
||||||
# Linbo Passwort
|
# Linbo Passwort
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,10 @@
|
||||||
register: command_output
|
register: command_output
|
||||||
- set_fact:
|
- set_fact:
|
||||||
greenfoot_installed_version: "{{ command_output.stdout }}"
|
greenfoot_installed_version: "{{ command_output.stdout }}"
|
||||||
|
|
||||||
|
- name: BlueJ URI
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg: "{{ mirror_javadev }}/bluej-{{ bluej_target_version }}.deb"
|
||||||
|
|
||||||
- name: Install bluej if necessary
|
- name: Install bluej if necessary
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue