8 lines
268 B
YAML

---
vm_username: vm-user
vm_home: "/home/{{ vm_username }}"
cred_path: "{{ vm_home }}/.cred"
remote_apps_mount_path: "{{ vm_home }}/remote-apps"
media_mount_path: "{{ vm_home }}/Media"
bashrc_mount_path: "{{ vm_home }}/.bashrc"
vimrc_mount_path: "{{ vm_home }}/.vimrc"