fix: nfs share working now

This commit is contained in:
Elam Monnot
2023-03-29 16:34:50 +02:00
parent 2bffbbedc0
commit 1371b6b970
7 changed files with 76 additions and 15 deletions

View File

@@ -13,16 +13,3 @@
apt:
name: nfs-common
state: present
- name: montage nfs pour word press
blockinfile:
path: /etc/fstab
block: |
192.168.102.253:/home/wordpress /var/www/html nfs soft,timeo=5,intr,rsize=8192,wsize=8192,wsize=8192 0 0
#- name: monte export wordpress
# ansible.posix.mount:
# path: /var/www/html
# state: mounted
# fstype: nfs
# src: 192.168.102.253:/exports/wordpress