Primi fix.

This commit is contained in:
Emiliano Vavassori 2020-04-29 21:46:41 +02:00
parent 956d7a3d9a
commit 3e732d69c6
5 changed files with 18 additions and 4 deletions

View File

@ -9,3 +9,17 @@ Quindi lanciare l'installazione:
cd tuttinrete
sudo bash ./run.sh
# Per i meno impazienti #
Il presente repository permette la configurazione di un PC appena reinstallato
con [Zorin OS 15.2 Educational Lite](https://zorinos.com/education/).
Il sistema operativo è basato su Ubuntu «Bionic Beaver» 18.04 LTS, utilizza
XFCE come *desktop environment* ma ha un *look and feel* particolarmente
simile a Microsoft Windows.
La distribuzione, all'atto dell'installazione, richiede 20 GB di spazio disco
che già riempie con una gran quantità di software didattici.
A questa base, abbiamo pensato di aggiungere alcune applicazioni aggiuntive.

2
hosts
View File

@ -1 +1 @@
localhost
localhost ansible_connection=local

View File

@ -3,4 +3,4 @@
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
- shell: dpkg -i /tmp/google-chrome-stable_current_amd64.deb

View File

@ -6,4 +6,4 @@
- apt_key: keyserver=keyserver.ubuntu.com id=396060CADD8A75220BFCB369B903BF1861A7C71D
- apt: name=/tmp/zoom_amd64.deb state=present
- shell: dpkg -i /tmp/zoom_amd64.deb

2
run.sh
View File

@ -1,5 +1,5 @@
#!/bin/bash
apt install python3 python3-pip
apt -y install python3 python3-pip
pip3 install ansible --system
ansible-playbook install.yml