Ajout dossier ECHANGE nfs
This commit is contained in:
parent
fea44995d0
commit
96d6b3ba78
13
tasks/files/Bureau/echange.desktop
Normal file
13
tasks/files/Bureau/echange.desktop
Normal 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;
|
||||||
@ -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
|
||||||
@ -3,6 +3,7 @@
|
|||||||
name:
|
name:
|
||||||
- chromium
|
- chromium
|
||||||
- vlc
|
- vlc
|
||||||
|
- nfs-common
|
||||||
|
|
||||||
- name: Remove packages
|
- name: Remove packages
|
||||||
apt:
|
apt:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user