Skip to content

Instantly share code, notes, and snippets.

@andre-geldenhuis
Created June 25, 2015 14:00
Show Gist options
  • Save andre-geldenhuis/9755770c91f28ee3d55d to your computer and use it in GitHub Desktop.
Save andre-geldenhuis/9755770c91f28ee3d55d to your computer and use it in GitHub Desktop.
Basic hostfile
[slurm_master]
master ansible_ssh_host=xxx01.net
[slurm_clients]
node2 ansible_ssh_host=xxx2.net
node3 ansible_ssh_host=xxx3.net
node4 ansible_ssh_host=xxx4.net
node5 ansible_ssh_host=xxx5.net
node6 ansible_ssh_host=xxx6.net
node7 ansible_ssh_host=xxx7.net
node8 ansible_ssh_host=xxx8.net
node9 ansible_ssh_host=xxx9.net
node10 ansible_ssh_host=xxx10.net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment