Skip to content

Commit

Permalink
Remove old commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
j-simmons-phd committed Oct 25, 2024
1 parent 482f344 commit e4f6b0f
Showing 1 changed file with 0 additions and 66 deletions.
66 changes: 0 additions & 66 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -603,72 +603,6 @@
dest: /home/kasm-default-profile/
remote_src: yes

#-
# # Install OML Tools
# hosts: localhost
# connection: local
# tags: install_oml
#
# tasks:
# - name: Unzip Rosetta RCP
# unarchive:
# src: /home/kasm-default-profile/install_files/rosetta-1.0.7-linux.gtk.x86_64.zip
# dest: /usr/local/bin
# remote_src: yes
# - name: symlink Rosetta executable into /usr/local/bin/
# file:
# src: /usr/local/bin/Rosetta/Rosetta
# dest: /usr/local/bin/rosetta
# owner: root
# group: root
# state: link
# - name: Install R helper packages
# apt:
# name: software-properties-common, dirmngr
# update_cache: yes
# install_recommends: no
# - name: Install OML tutorials R dependencies
# apt:
# name: libxml2-dev, libcurl4-openssl-dev, libssl-dev, gfortran, libblas-dev, liblapack-dev
# update_cache: yes
# - name: Add R repos signing key
# shell:
# cmd: wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc | tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc
# - name: Add the R 4.0 repo from CRAN
# shell:
# cmd: add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/"
# - name: Install R
# apt:
# name: r-base
# update_cache: yes
# install_recommends: no
# - name: Install R Studio
# apt:
# deb: /home/kasm-default-profile/install_files/rstudio-2022.02.1-461-amd64.deb
# update_cache: yes
# - name: Add Stardog aptkey
# shell:
# cmd: curl http://packages.stardog.com/stardog.gpg.pub | apt-key add
# - name: Add stardog repo
# shell:
# cmd: echo "deb http://packages.stardog.com/deb/ stable main" >> /etc/apt/sources.list
# - name: Install stardog
# apt:
# name: stardog
# update_cache: yes
# install_recommends: yes
# - name: install startstardogserver.sh
# copy:
# src: /home/kasm-default-profile/install_files/startstardogserver.sh
# dest: /opt/stardog/startstardogserver.sh
# owner: stardog
# group: stardog
# mode: '0755'
# remote_src: yes
# - name: add startstardogserver.sh to PATH
# lineinfile:
# path: "/etc/skel/.profile"
# line: 'PATH=$PATH:/opt/stardog'

-
# install readers
Expand Down

0 comments on commit e4f6b0f

Please sign in to comment.