nlesc-sherlock / emma

Ansible playbook to create a cluster with GlusterFS, Docker, Spark and JupyterHub services
Apache License 2.0
3 stars 4 forks source link

Merge install_platform.yml, start_platform.yml and shutdown_platform.yml #104

Open sverhoeven opened 6 years ago

sverhoeven commented 6 years ago

I think running a Ansible playbook should bring the cluster in some state. I would like to run one playbook that will bring the cluster in a usable state, but now I have to run install and start playbook.

Also the tasks shutdown playbook could be handlers in the main playbook. For eg. changing a config file should notify a handler to restart services.