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

@@ -0,0 +1,10 @@
- name: Install scripts
copy:
src: "files/{{ item.src }}"
dest: "{{ item.dest }}"
mode: 0755
owner: root
group: wheel
loop:
- src: decrypt_disks.bash
dest: /usr/local/bin/decrypt_disks