Cloud VM #7
|
@ -37,6 +37,7 @@
|
||||||
src: /dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:1-part1
|
src: /dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:1-part1
|
||||||
path: /mnt/data
|
path: /mnt/data
|
||||||
fstype: ext4
|
fstype: ext4
|
||||||
|
opts: rw,errors=remount-ro,x-systemd.growfs
|
||||||
state: mounted
|
state: mounted
|
||||||
become: true
|
become: true
|
||||||
- name: Set data partition permissions
|
- name: Set data partition permissions
|
||||||
|
|
|
@ -3,3 +3,4 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
test:
|
test:
|
||||||
image: nginx
|
image: nginx
|
||||||
|
restart: unless-stopped
|
Loading…
Reference in New Issue