Ajout dossier ECHANGE nfs

This commit is contained in:
Axel 2024-06-26 12:56:20 +02:00
parent fea44995d0
commit 96d6b3ba78
3 changed files with 24 additions and 1 deletions

View File

@ -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;

View File

@ -88,3 +88,12 @@
owner: loritz owner: loritz
group: loritz group: loritz
mode: 0755 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

View File

@ -3,6 +3,7 @@
name: name:
- chromium - chromium
- vlc - vlc
- nfs-common
- name: Remove packages - name: Remove packages
apt: apt: