growfs & compose update
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 2m49s Details

This commit is contained in:
Gleb Koval 2023-09-26 02:03:59 +01:00
parent 562f0a2983
commit c74a696d25
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,7 @@
src: /dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:1-part1
path: /mnt/data
fstype: ext4
opts: rw,errors=remount-ro,x-systemd.growfs
state: mounted
become: true
- name: Set data partition permissions

View File

@ -2,4 +2,5 @@ version: "3"
services:
test:
image: nginx
image: nginx
restart: unless-stopped