grycap.sge
Sun Grid Engine Cluster Role
This role helps you install SGE. It's designed to work with EC3.
Role Variables
Here are the variables you can use with this role along with simple explanations:
# Type of node to install: front or worker node (wn)
sge_type_of_node: front
# Prefix for the SGE worker nodes
sge_vnode_prefix: wn
# Number of CPUs for the worker nodes
sge_wn_cpus: 1
# Default SSH user
sge_ssh_user: grycap
# Maximum number of nodes allowed
max_number_of_nodes: 3
Example Playbook
Here is an example of how to set up an SGE cluster with three nodes:
- hosts: server
roles:
- { role: 'grycap.sge', sge_type_of_node: 'front' }
Contributing to the Role
To keep the code clean, you cannot push changes directly to the master branch. If you want to contribute, please create your own branch, upload your changes, and then submit a pull request.
Thank you!