Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 827 Bytes

robotuser.md

File metadata and controls

29 lines (22 loc) · 827 Bytes

Playbook robotuser

back to index

Summary

Installs a Linux robot user. When the workspace desires to use a remote service then the robot user can be used to authenticate.

Requires

n/a

Description

Installs a robot user on a workspace to allow the workspace to authenticate with a (robot) server.

Variables

robotuser_key:  # no default!   - private key for robot user
robotuser_server: # no default!   - robot server ip address
robotuser_sourcepath: # no default! - path to served files e.g. /data/volume_2

The above variables must be supplied as parameter to the playbook.

See also

Role sshfs_configrobot robot used to mount remote filesystem

History

2021 Written by Ton Smeele (Utrecht University)

back to index