91 lines
1.9 KiB
YAML
91 lines
1.9 KiB
YAML
# directory for all relative, transitive mountpoints
|
|
mountdir: /tmp/media/ndwar
|
|
verbose: false
|
|
|
|
devices:
|
|
accounts:
|
|
type: veracrypt
|
|
mount:
|
|
mountpoint: accounts
|
|
volume: /mnt/data/Documents/.crypt/accounts
|
|
password:
|
|
bitwarden:
|
|
key: Veracrypt (accounts)
|
|
gnupg:
|
|
type: veracrypt
|
|
mount:
|
|
mountpoint: /home/ndwar/.config/gnupg
|
|
volume: /mnt/data/Documents/.crypt/gnupg
|
|
password:
|
|
bitwarden:
|
|
key: Veracrypt (gpg)
|
|
ssh:
|
|
type: veracrypt
|
|
mount:
|
|
mountpoint: /home/ndwar/.ssh
|
|
label: ssh
|
|
volume: /mnt/data/Documents/.crypt/ssh-config
|
|
password:
|
|
bitwarden:
|
|
key: Veracrypt (ssh)
|
|
ansible_pki:
|
|
type: veracrypt
|
|
mount:
|
|
mountpoint: ansible-pki
|
|
volume: /mnt/data/Documents/.crypt/ansible
|
|
password:
|
|
bitwarden:
|
|
key: Veracrypt (Ansible PKI)
|
|
call_logs:
|
|
type: veracrypt
|
|
mount:
|
|
mountpoint: call-logs
|
|
volume: /mnt/data/Documents/.crypt/call_logs
|
|
password:
|
|
bitwarden:
|
|
key: Veracrypt (ACR)
|
|
music:
|
|
type: sshfs
|
|
mount:
|
|
mountpoint: /mnt/data/Music
|
|
remote: portnoy4prez:/mnt/data/home/Music
|
|
depends:
|
|
- ssh
|
|
videos:
|
|
type: sshfs
|
|
mount:
|
|
mountpoint: /mnt/data/Videos
|
|
remote: portnoy4prez:/mnt/data/home/Videos
|
|
depends:
|
|
- ssh
|
|
ebm_snakemake:
|
|
type: sshfs
|
|
mount:
|
|
mountpoint: ebm_snakemake
|
|
label: EBM
|
|
remote: nisaba:/aigenomics/EBM_dev/snakemake
|
|
password:
|
|
prompt: {}
|
|
depends:
|
|
- ssh
|
|
roylab:
|
|
type: cifs
|
|
mount:
|
|
mountpoint: Roylab
|
|
remote: //ad.gatech.edu/bme/labs/roy-lab
|
|
password:
|
|
libsecret:
|
|
attributes:
|
|
user: ndwarshuis3@gatech.edu
|
|
host: outlook.office365.com
|
|
mc3m:
|
|
type: cifs
|
|
mount:
|
|
mountpoint: MC3M
|
|
remote: //ad.gatech.edu/bme/labs/mc3m
|
|
password:
|
|
libsecret:
|
|
attributes:
|
|
user: ndwarshuis3@gatech.edu
|
|
host: outlook.office365.com
|