Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oefenweb/ansible-rstudio-server
Ansible role to set up (the latest version of) RStudio server in Debian-like systems
https://github.com/oefenweb/ansible-rstudio-server
ansible cran-r debian rstudio ubuntu
Last synced: about 1 month ago
JSON representation
Ansible role to set up (the latest version of) RStudio server in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-rstudio-server
- Owner: Oefenweb
- License: mit
- Created: 2015-09-01T14:25:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T15:20:53.000Z (about 2 months ago)
- Last Synced: 2024-11-08T16:22:29.427Z (about 2 months ago)
- Topics: ansible, cran-r, debian, rstudio, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 132 KB
- Stars: 10
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## rstudio-server
[![CI](https://github.com/Oefenweb/ansible-rstudio-server/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-rstudio-server/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-rstudio--server-blue.svg)](https://galaxy.ansible.com/Oefenweb/rstudio_server/)Set up (the latest version of) [RStudio Server](https://www.rstudio.com/products/rstudio/download-server/) in Debian-like systems.
#### Requirements
* `curl` (will be installed)
* `r-base` (will not be installed)#### Variables
* `rstudio_server_version` [default: `2024.09.1-394`]: Version to install
* `rstudio_server_install` [default: `[]`]: Additional packages to install (e.g. `r-base`)* `rstudio_server_www_port` [default: `8787`]: The port you want RStudio to listen on
* `rstudio_server_www_address` [default: `0.0.0.0`]: The address you want RStudio to listen on
* `rstudio_server_auth_required_user_group` [optional]: Limits the users who can login to RStudio to the members of a this group (e.g. `rstudio_users`)
* `rstudio_server_which_r` [optional]: Override which version of R is used
* `rstudio_server_session_timeout_minutes` [optional]: Session timeout (e.g. `0`, no timeout)## Dependencies
None
## Recommended
* `ansible-r` ([see](https://github.com/Oefenweb/ansible-r))
* `ansible-rstudio` ([see](https://github.com/Oefenweb/ansible-rstudio))#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.rstudio-server
```#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-rstudio-server/issues)!