feat: Update configuration for Nextcloud and Certbot, add image and video organization scripts

This commit is contained in:
2026-01-08 23:39:55 +01:00
parent 3c6647c215
commit 2c8b753393
12 changed files with 440 additions and 19 deletions
+27 -3
View File
@@ -19,6 +19,23 @@ packages_blocklist:
- yp-tools
- ypbind
misc_modules_blocklist:
- bluetooth
- bnep
- btusb
- can
- cpia2
- firewire-core
- floppy
- ksmbd
- n_hdlc
- net-pf-31
- pcspkr
- soundcore
- usb-midi
- uvcvideo
- v4l2_common
# Users
login_users:
- username: "{{ ansible_user }}"
@@ -106,7 +123,7 @@ virt_vfio_devices:
- { dev: "0000:05:00.0", vendor: "c0a9", device: "5415" } # Micron/Crucial Technology T500 NVMe PCIe SSD
virt_extra_grub_args: >
rd.driver.blacklist=nouveau modprobe.blacklist=nouveau ipv6.disable=1 audit=1 audit_backlog_limit=8192
rd.driver.blacklist=nouveau modprobe.blacklist=nouveau ipv6.disable=1 audit=1 audit_backlog_limit=8192 usbcore.autosuspend=-1
virt_vfio_ids:
- 10de:1430 # NVIDIA Corporation M2000 [Maxwell GM107GL]
@@ -142,6 +159,9 @@ virt_machines:
mac_address: "52:54:00:cd:dd:2d"
block_devs: []
guest_agent: true
virtio_fs:
- source: "/mnt/usb"
target: "usb"
host_devs:
# Micron/Crucial Technology T500 NVMe PCIe SSD
- type: "pci"
@@ -221,6 +241,9 @@ virt_machines:
mac_address: "52:54:00:cd:dd:2e"
block_devs: []
guest_agent: true
virtio_fs:
- source: "/mnt/usb"
target: "usb"
host_devs:
# Micron/Crucial Technology T500 NVMe PCIe SSD
- type: "pci"
@@ -306,8 +329,8 @@ virt_machines:
virtio_fs:
- source: "/mnt/srv"
target: "srv"
- source: "/mnt/storage"
target: "storage"
- source: "/mnt/md0"
target: "md0"
user_data: |
#cloud-config
hostname: dev-01
@@ -336,3 +359,4 @@ cloudns_nameserver: "109.201.133.111"
certbot_email: c.alexandre.pires@alexpires.me
certbot_domains:
- "vh-01.lab.alexpires.me"
certbot_cockpit_domain: "vh-01.lab.alexpires.me"