Changement sync Bureau
This commit is contained in:
parent
621b6d9c49
commit
5d2af9746b
@ -48,13 +48,29 @@
|
|||||||
value: 'uint32 1800'
|
value: 'uint32 1800'
|
||||||
|
|
||||||
|
|
||||||
- name: Copie Bureau
|
- name: Bureau en lecture seule
|
||||||
copy:
|
ansible.builtin.file:
|
||||||
|
path: /home/loritz/Bureau
|
||||||
|
owner: ansible
|
||||||
|
group: ansible
|
||||||
|
mode: '0555'
|
||||||
|
|
||||||
|
- name: Sync du Bureau
|
||||||
|
ansible.posix.synchronize:
|
||||||
src: files/Bureau
|
src: files/Bureau
|
||||||
dest: /home/loritz/
|
dest: /home/loritz/Bureau
|
||||||
owner: loritz
|
delete: true
|
||||||
group: loritz
|
recursive: true
|
||||||
mode: 0755
|
|
||||||
|
#- name: Copie Bureau
|
||||||
|
# copy:
|
||||||
|
# src: files/Bureau
|
||||||
|
# dest: /home/loritz/
|
||||||
|
# owner: loritz
|
||||||
|
# group: loritz
|
||||||
|
# mode: 0755
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Copie autostart
|
- name: Copie autostart
|
||||||
copy:
|
copy:
|
||||||
@ -88,12 +104,3 @@
|
|||||||
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: ephemeral
|
|
||||||
fstype: nfs
|
|
||||||
Loading…
x
Reference in New Issue
Block a user