This commit is contained in:
David Rotermund 2024-04-18 19:44:07 +02:00
parent b558472feb
commit 822e2bc8e5

View file

@ -64,14 +64,14 @@
state: mounted
fstype: nfs
- name: Mount /data_1
ansible.posix.mount:
src: 10.10.1.31:/volume1/data
path: /data_1
opts: rw,sync,hard,nolock
boot: true
state: absent
fstype: nfs
# - name: Mount /data_1
# ansible.posix.mount:
# src: 10.10.1.31:/volume1/data
# path: /data_1
# opts: rw,sync,hard,nolock
# boot: true
# state: absent
# fstype: nfs
- name: Mount /data_1
ansible.posix.mount:
@ -82,14 +82,14 @@
state: mounted
fstype: nfs
- name: Mount /web
ansible.posix.mount:
src: 10.10.1.1:/volume1/web
path: /web
opts: rw,sync,hard,nolock
boot: true
state: absent
fstype: nfs
# - name: Mount /web
# ansible.posix.mount:
# src: 10.10.1.1:/volume1/web
# path: /web
# opts: rw,sync,hard,nolock
# boot: true
# state: absent
# fstype: nfs
- name: Mount /web