laniakea.rstudio

Role Name

This role installs rstudio-server on a CentOS 7 Virtual Machine and creates a new user. It has been tested using Ansible version 2.3 on CentOS 7.

Requirements

You need Ansible version greater than 2.3.

Role Variables

  • username: The username for the rstudio user (default is studio).
  • install_Seu: A boolean value to decide if the R Seurat package should be installed (default is false).
  • rstudio_port: The port for accessing rstudio via HTTP (default is 8080).
  • R_VERSION: The R version to be installed (default is 4.0.0).
  • role_debug: A boolean to enable debug mode (default is false).

Dependencies

Requires Ansible version 2.3.

Example Playbook

To test, use the playbook named test.yml located in the test directory.

Command:

ansible-playbook test.yml -e ansible_python_interpreter=/usr/bin/python

Here’s a sample playbook:

---
- name: Deploy seurat-rstudio-server
  hosts: localhost
  become: yes
  vars:
    - username: user4
  roles:
    - role: ansible-role-laniakea-RStudio 

License

This role is licensed under BSD.

Author Information

Pietro Mandreoli
Email: pietro.mandreoli@unimi.it

Informazioni sul progetto

Install RStudio

Installa
ansible-galaxy install laniakea.rstudio
Licenza
Unknown
Download
110
Proprietario