Cloud VM #7

Merged
cyclane merged 35 commits from cloud-vm into main 2023-09-26 19:50:12 +00:00
8 changed files with 266 additions and 14 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

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