feat: update pearl play

main
Jef Roosens 2025-06-05 21:31:24 +02:00
parent 2ebdb06b5e
commit 27e6e693bc
No known key found for this signature in database
GPG Key ID: 21FD3D77D56BAF49
2 changed files with 10 additions and 2 deletions

View File

@ -4,16 +4,17 @@
become: true
roles:
- 'any.common.python'
- 'any.common.ssh'
- 'any.common.debian-user'
tags: first
- hosts: pearl
become: true
roles:
- 'any.common.debian-repositories'
- 'any.common.debian-user'
- 'any.tools.default'
- 'any.tools.ufw'
- 'any.tools.restic'
- 'any.tools.caddy'
- 'any.common.ssh'
- 'pearl.mounts'
tags: base

View File

@ -0,0 +1,7 @@
---
- name: Ensure block volume is mounted
ansible.posix.mount:
path: /mnt/data1
src: "UUID=e51a43f8-d131-4c64-8bce-a206e5621483"
fstype: btrfs
state: mounted