Skip to content

Commit

Permalink
Merge pull request #16 from Oefenweb/add-support-for-ubuntu-22.04
Browse files Browse the repository at this point in the history
Add support for Ubuntu 22.04
  • Loading branch information
tersmitten authored Jun 1, 2023
2 parents eedd095 + e54485a commit 9474df3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- distro: ubuntu1604
- distro: ubuntu1804
- distro: ubuntu2004
- distro: ubuntu2204

steps:
- name: Check out the codebase
Expand Down
7 changes: 7 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ boxes = [
:cpu => "50",
:ram => "384"
},
{
:name => "ubuntu-2204",
:box => "bento/ubuntu-22.04",
:ip => '10.0.0.15',
:cpu => "50",
:ram => "384"
},
{
:name => "debian-9",
:box => "bento/debian-9",
Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ galaxy_info:
- xenial
- bionic
- focal
- jammy
- name: Debian
versions:
- stretch
Expand Down
3 changes: 3 additions & 0 deletions vars/_jammy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# vars file
---
rstudio_server_download_url: "https://download2.rstudio.org/server/jammy/{{ rstudio_server_machine_map[ansible_machine] }}/rstudio-server-{{ rstudio_server_version }}-{{ rstudio_server_machine_map[ansible_machine] }}.deb"

0 comments on commit 9474df3

Please sign in to comment.