Aggiunta altri pacchetti all'installazione di base.
This commit is contained in:
parent
954fe4ffbb
commit
24e56885af
6
roles/geogebra/tasks/main.yml
Normal file
6
roles/geogebra/tasks/main.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- apt:
|
||||
name:
|
||||
- geogebra
|
||||
- geogebra-gnome
|
||||
state: present
|
@ -1,7 +1,15 @@
|
||||
dependencies:
|
||||
- googlechrome
|
||||
- chromium
|
||||
- firefox
|
||||
- libreoffice
|
||||
- scribus
|
||||
- calibre
|
||||
- gimp
|
||||
- inkscape
|
||||
- openshot
|
||||
- vlc
|
||||
- geogebra
|
||||
- minetest
|
||||
- zoom
|
||||
- msteams
|
||||
|
@ -1,6 +1,9 @@
|
||||
---
|
||||
# LibreOffice and its compendiary packages
|
||||
|
||||
- apt_repository:
|
||||
repo: 'ppa:libreoffice/libreoffice-6-3'
|
||||
|
||||
- apt:
|
||||
name:
|
||||
- libreoffice
|
||||
|
2
roles/minetest/tasks/main.yml
Normal file
2
roles/minetest/tasks/main.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
- apt: name=minetest state=present
|
7
roles/msteams/tasks/main.yml
Normal file
7
roles/msteams/tasks/main.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- get_url:
|
||||
url: 'https://go.microsoft.com/fwlink/p/?linkid=2112886&clcid=0x410&culture=it-it&country=it'
|
||||
dest: /tmp/teams_amd64.deb
|
||||
|
||||
- shell: 'dpkg -i /tmp/teams_amd64.deb'
|
Loading…
Reference in New Issue
Block a user