Cloud VM #7

Merged
cyclane merged 35 commits from cloud-vm into main 2023-09-26 19:50:12 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit c74a696d25 - Show all commits

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

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