Add a script to decrypt and mount disks on the home server.

This commit is contained in:
Tom Alexander
2023-11-18 14:55:19 -05:00
parent 0732a82171
commit 4b62c9b4de
9 changed files with 141 additions and 0 deletions

View File

@@ -136,3 +136,9 @@
- fstab
- build
- freebsd_update_server
- hosts: homeserver
vars:
ansible_become: True
roles:
- homeserver