btravouillon.clustershell
ClusterShell
Este rol instala el software ClusterShell y define grupos de nodos basados en los grupos declarados en el inventario de Ansible.
Requisitos
Los siguientes requisitos de Python son necesarios en el host que ejecuta este rol.
- clustershell
Variables del Rol
---
# Lista de paquetes a instalar
clustershell_packages: clustershell
Ejemplo de Playbook
Instalar y configurar clustershell:
- hosts: headnodes
roles:
- role: btravouillon.clustershell
tags: 'role::clustershell'
Instalar ClusterShell con soporte para Python 3:
- hosts: headnodes
roles:
- role: btravouillon.clustershell
clustershell_packages: ['clustershell', 'python36-clustershell']
Instrucciones
Para verificar los grupos, ejecuta el siguiente comando:
$ nodeset -LL
Instalar
ansible-galaxy install btravouillon.clustershell
Licencia
mit
Descargas
12.6k
Propietario