Skip to content

Commit

Permalink
Upgrade to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed May 10, 2022
1 parent d5f993e commit 5df4b61
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Set up (the latest version of) [RStudio Server](https://www.rstudio.com/products

#### Variables

* `rstudio_server_version` [default: `1.4.1717`, `1.2.5042` for `Debian 8`]: Version to install
* `rstudio_server_version` [default: `2022.02.2-485`]: 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
7 changes: 0 additions & 7 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ boxes = [
:cpu => "50",
:ram => "384"
},
{
:name => "debian-8",
:box => "bento/debian-8",
:ip => '10.0.0.16',
:cpu => "50",
:ram => "256"
},
{
:name => "debian-9",
:box => "bento/debian-9",
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.1717' }}"
rstudio_server_version: '2022.02.2-485'
rstudio_server_install: []

rstudio_server_www_port: 8787
Expand Down
1 change: 0 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ galaxy_info:
- focal
- name: Debian
versions:
- jessie
- stretch
- buster
galaxy_tags:
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions vars/_focal.yml

This file was deleted.

4 changes: 0 additions & 4 deletions vars/_jessie.yml

This file was deleted.

3 changes: 0 additions & 3 deletions vars/_ubuntu.yml

This file was deleted.

0 comments on commit 5df4b61

Please sign in to comment.