diff --git a/tasks/files/Bureau/echange.desktop b/tasks/files/Bureau/echange.desktop new file mode 100644 index 0000000..3ac538e --- /dev/null +++ b/tasks/files/Bureau/echange.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Name=Echange Inscriptions +Comment=Serveur d'échange de fichiers + +Exec=nemo /mnt/ECHANGE-INSCRIPTIONS +Icon=system-file-manager + +Terminal=false +Type=Application +StartupNotify=false +Categories=GNOME;GTK;Utility;Core; +MimeType=inode/directory;application/x-gnome-saved-search; +Actions=open-home;open-computer;open-trash; \ No newline at end of file diff --git a/tasks/loritz-user.yml b/tasks/loritz-user.yml index e0f12f9..0163f71 100644 --- a/tasks/loritz-user.yml +++ b/tasks/loritz-user.yml @@ -87,4 +87,13 @@ dest: /home/loritz/.config/libreoffice/4/user/ owner: loritz group: loritz - mode: 0755 \ No newline at end of file + mode: 0755 + + +- name: Monte partage NFS + ansible.posix.mount: + src: 192.168.8.251:/ECHANGE-INSCRIPTIONS + path: /mnt/ECHANGE-INSCRIPTIONS + opts: rw,sync,hard + state: mounted + fstype: nfs \ No newline at end of file diff --git a/tasks/packages.yml b/tasks/packages.yml index 168a4a1..b57f155 100644 --- a/tasks/packages.yml +++ b/tasks/packages.yml @@ -3,6 +3,7 @@ name: - chromium - vlc + - nfs-common - name: Remove packages apt: