btravouillon.clustershell
ClusterShell
Ta rola instaluje oprogramowanie ClusterShell i definiuje grupy węzłów na podstawie grup zadeklarowanych w inwentarzu Ansible.
Wymagania
Poniższe wymagania dotyczące Pythona są potrzebne na hoście, który wykonuje tę rolę.
- clustershell
Zmienne Roli
---
# Lista pakietów do zainstalowania
clustershell_packages: clustershell
Przykładowy Playbook
Zainstaluj i skonfiguruj clustershell:
- hosts: headnodes
roles:
- role: btravouillon.clustershell
tags: 'role::clustershell'
Zainstaluj ClusterShell z obsługą Pythona 3:
- hosts: headnodes
roles:
- role: btravouillon.clustershell
clustershell_packages: ['clustershell', 'python36-clustershell']
Instrukcje
Aby sprawdzić grupy, uruchom poniższe polecenie:
$ nodeset -LL
Zainstaluj
ansible-galaxy install btravouillon.clustershell
Licencja
mit
Pobrania
12.6k
Właściciel