Import iniziale.

This commit is contained in:
Emiliano Vavassori 2020-04-29 21:18:01 +02:00
commit d20346a467
16 changed files with 84 additions and 0 deletions

View file

@ -0,0 +1,3 @@
---
# Calibre
- apt: name=calibre state=present

View file

@ -0,0 +1,2 @@
---
- apt: name=chromium state=present

View file

@ -0,0 +1,6 @@
---
- apt:
name:
- firefox
- firefox-locale-it
state: present

View file

@ -0,0 +1,6 @@
---
- apt:
name:
- gimp
- gimp-help-it
state: present

View file

@ -0,0 +1,6 @@
---
- get_url:
url: "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
dest: /tmp/google-chrome-stable_current_amd64.deb
- apt: name=/tmp/google-chrome-stable_current_amd64.deb state=present

View file

@ -0,0 +1,2 @@
---
- apt: name=inkscape state=present

View file

@ -0,0 +1,12 @@
dependencies:
- googlechrome
- firefox
- chromium
- libreoffice
- scribus
- calibre
- gimp
- inkscape
- openshot
- vlc
- zoom

View file

@ -0,0 +1,12 @@
---
# LibreOffice and its compendiary packages
- apt:
name:
- libreoffice
- libreoffice-gnome
- libreoffice-help-it
- libreoffice-l10n-it
- libreoffice-librelogo
- openclipart-libreoffice
state: present

View file

@ -0,0 +1,2 @@
---
- apt: name=openshot state=present

View file

@ -0,0 +1,2 @@
---
- apt: name=scribus state=present

2
roles/vlc/tasks/main.yml Normal file
View file

@ -0,0 +1,2 @@
---
- apt: name=vlc state=present

View file

@ -0,0 +1,9 @@
---
- get_url:
url: "https://zoom.us/client/latest/zoom_amd64.deb"
dest: /tmp/zoom_amd64.deb
- apt_key: keyserver=keyserver.ubuntu.com id=396060CADD8A75220BFCB369B903BF1861A7C71D
- apt: name=/tmp/zoom_amd64.deb state=present