laniakea.rstudio
役割名
CentOS7の仮想マシンにrstudio-serverをインストールし、新しいユーザーを作成する役割。 Ansible 2.3を使用してCentOS7でテスト済み。
要件
Ansible > 2.3
役割の変数
username: rstudioユーザー名(デフォルト: studio)
install_Seu: bool値。trueの場合、RのSeuratパッケージをインストール(デフォルト: false)
rstudio_port: HTTPでrstudioを公開するポート(デフォルト: 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サーバーのデプロイ
hosts: localhost
become: yes
vars:
- username: user4
roles:
- role: ansible-role-laniakea-RStudio
ライセンス
BSD
著者情報
ピエトロ・マンドレオリ
メール: pietro.mandreoli@unimi.it
