Ansible usage on GPU cluster

Just some instructions on how to use ansible on the GPU cluster.

For Ansible make a file `/etc/ansible/hosts` with:

[artscluster_nodes]
arts[001:040].apertif

[artscluster_master]
arts041.apertif

[artscluster:children]
artscluster_nodes
artscluster_master

De hosts file kan ook ergens anders staan, maar dan moet je ANSIBLE_INVENTORY=/path/to/host/file als envvar zetten.

Wat doet ansible als een host niet reageert?