Skip to content

Commit

Permalink
Merge pull request #11 from Oefenweb/make-1.4.1106-the-default-version
Browse files Browse the repository at this point in the history
Make 1.4.1106 the default version
  • Loading branch information
tersmitten authored Mar 31, 2021
2 parents 26dd4fb + ada29ae commit f705fa4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
warn_list:
- '106'
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 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/)
[![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.

Expand All @@ -12,7 +12,7 @@ Set up (the latest version of) [RStudio Server](https://www.rstudio.com/products

#### Variables

* `rstudio_server_version` [default: `1.4.1103`, `1.2.5042` for `Debian 8`]: Version to install
* `rstudio_server_version` [default: `1.4.1106`, `1.2.5042` for `Debian 8`]: 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
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# defaults file
---
rstudio_server_version: "{{ '1.2.5042' if ansible_distribution == 'Debian' and ansible_distribution_version is version('9', '<') else '1.4.1103' }}"
rstudio_server_version: "{{ '1.2.5042' if ansible_distribution == 'Debian' and ansible_distribution_version is version('9', '<') else '1.4.1106' }}"
rstudio_server_install: []

rstudio_server_www_port: 8787
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
galaxy_info:
namespace: oefenweb
role_name: rstudio-server
role_name: rstudio_server
author: Mischa ter Smitten
company: Oefenweb.nl B.V.
description: Set up (the latest version of) RStudio server in Debian-like systems
Expand Down

0 comments on commit f705fa4

Please sign in to comment.