laniakea.rstudio

角色名称

在 Centos7 虚拟机上安装 rstudio-server 并创建一个新用户的角色。 使用 ansible 2.3 在 CentOS7 上测试。

要求

ansible 版本 > 2.3

角色变量

username: rstudio 用户名(默认: studio

install_Seu: 布尔值,如果为真则安装 R Seurat 包(默认: false

rstudio_port: rstudio 在 http 上暴露的端口(默认: 8080

R_VERSION: 要安装的 R 版本(默认: 4.0.0

role_debug: 调试(默认: false

依赖关系

ansible 版本 2.3

示例剧本

测试剧本 test.yml 位于测试目录下。

命令:

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

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

许可证

BSD

作者信息

Pietro Mandreoli 邮箱: pietro.mandreoli@unimi.it

关于项目

Install RStudio

安装
ansible-galaxy install laniakea.rstudio
许可证
Unknown
下载
110