btravouillon.clustershell

ClusterShell

この役割は、ClusterShell ソフトウェアをインストールし、Ansible インベントリで宣言されたグループに基づいてノードのグループを定義します。

要件

この役割を実行するホストには、以下のPython要件が必要です。

  • clustershell

役割の変数

---
# インストールするパッケージのリスト
clustershell_packages: clustershell

例のプレイブック

clustershellをインストールして構成します:

- hosts: headnodes
  roles:
    - role: btravouillon.clustershell
      tags: 'role::clustershell'

Python 3 サポートのあるClusterShellをインストールします:

- hosts: headnodes
  roles:
    - role: btravouillon.clustershell
      clustershell_packages: ['clustershell', 'python36-clustershell']

手順

グループを確認するには、以下のコマンドを実行します:

$ nodeset -LL
プロジェクトについて

Install and configure ClusterShell

インストール
ansible-galaxy install btravouillon.clustershell
ライセンス
mit
ダウンロード
12.6k