Skip to content

Commit

Permalink
Merge pull request #355 from deNBI/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dweinholz authored Oct 20, 2023
2 parents 844b78a + 1d06e89 commit b5e9e56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cluster/roles/common/tasks/001-apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@
name: swift
state: present
when: mode == "openstack"

- name: Add Docker repository key
ansible.builtin.apt_key:
url: 'https://download.docker.com/linux/{{ ansible_distribution | lower }}/gpg'
state: present

- name: Add Docker repository
ansible.builtin.apt_repository:
repo: 'deb https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_lsb.codename}} stable'
repo: 'deb https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_lsb.codename }} stable'
state: present

- name: Add apt.bi.denbi.de repository key
Expand Down
2 changes: 1 addition & 1 deletion rstudio/rstudio_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ info_url: ""
community_driven: false
wiki_link: "https://cloud.denbi.de/wiki/simple_vm/customization/#rstudio"
information_for_display:
version: v2023.09.0+463
version: v2023.09.1+494
2 changes: 1 addition & 1 deletion rstudio/rstudio_vars_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ rstudio_vars:
default_password_hashed: $6$rounds=656000$kDXfaoylNAAH4hiN$Se1C7um7OW7ETs.L19uy1xn9SJjtjHylbF.Xv/YhRWilSyzDcX7nSajMth8LgZNiRJmO3.wBxcYeJnsgW4CLL1
default_password: simplevm
RSESSION_FILE_PATH: /etc/rstudio/rsession.conf
RSTUDIO_VERSION: v2023.09.0+463
RSTUDIO_VERSION: v2023.09.1+494

0 comments on commit b5e9e56

Please sign in to comment.