researchcloud-items

Installation scripts for SURF ResearchCloud catalog components

View the Project on GitHub UtrechtUniversity/researchcloud-items

Role sshfs_cleanup

back to index

Summary

Cleans up the filesysted mounted via sshfs_mount and deletes the robotuser.

This role can be conditionally included by a component’s playbook: if another component needs to use the connection to the robotserver, this role can be skipped, whereas when the component is the last to use the robotserver, the connection and robotuser can be removed. See e.g. the matlab component for an example of a playbook that implements this logic.

Requires

Requires the sshfs_connection_info variable to be set in another role (sshfs_configrobot).

Variables

sshfs_connection_info:
  mountpoint: "no default value!"

See also

History

2021-2024 Written by Ton Smeele and Dawa Ometto (Utrecht University)

back to index