nfs-server
This role installs and configures an NFS server.
Tasks
Everything is in the tasks/main.yml
file.
Available variables
Main variables are:
nfs_sever
: Name of your NFS mount. This variable is used in the NFS mount path.user_name
: Username of the user who owns the NFS mount used for reviewing.storage_username
: Username of the user who owns the NFS mount used for storage.storage_userid
: User ID of the user who owns the NFS mount used for storage.public_keys_storage
: List of SSH public keys of the people who should be able to SSH in the storage box with storage user credentials.
Other variables used are:
skip_unit_test
: Used internally by the test suite to disable actions that can’t be performed in the gitlab-ci test runner.