File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 241241- Clean up docker tasks
242242- Fix debian init and client only config (thanks @groggemans )
243243
244- ## v1.7.2 (UNRELEASED)
244+ ## v1.7.2
245245
246- - Conditionally include options and meta to avoid error when emtpy
246+ - Conditionally include options and meta to avoid error when empty
247+ - Rename ` nomad_cluster_nodes ` label to ` nomad_instances `
Original file line number Diff line number Diff line change 55# the 'nodeN' pattern for additional nodes past 'nomad3'
66# Do not modify the labels (text appearing between []), however
77
8- [nomad_cluster_nodes ]
8+ [nomad_instances ]
99nomad1.local nomad_node_role=server ansible_ssh_user=vagrant ansible_ssh_private_key_file=./.vagrant/machines/nomad1/virtualbox/private_key
1010nomad2.local nomad_node_role=server ansible_ssh_user=vagrant ansible_ssh_private_key_file=./.vagrant/machines/nomad2/virtualbox/private_key
1111nomad3.local nomad_node_role=client ansible_ssh_user=vagrant ansible_ssh_private_key_file=./.vagrant/machines/nomad3/virtualbox/private_key
Original file line number Diff line number Diff line change 1- v1.7.1
1+ v1.7.2
You can’t perform that action at this time.
0 commit comments