Skip to content

Commit

Permalink
Minor README update.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilmour committed Apr 18, 2016
1 parent ce6f483 commit 687c6b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions static_hosts.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Each host needs to sastisfy the minimum requirements before the installtion can
The inventory file provides the list of hosts to use for installation, the details required to connect to them, and the role of the host.

```
example-controller ansible_ssh_host="192.168.10.10" ansible_ssh_user="ubuntu" ansible_ssh_private_key_file="/home/example/example_id_rsa" stack_host="Controller"
example-compute01 ansible_ssh_host="192.168.10.11" ansible_ssh_user="ubuntu" ansible_ssh_private_key_file="/home/example/example_id_rsa" stack_host="Compute01"
example-controller ansible_ssh_host="192.168.10.11" ansible_ssh_user="ubuntu" ansible_ssh_private_key_file="/home/example/example_id_rsa"
example-compute01 ansible_ssh_host="192.168.10.22" ansible_ssh_user="ubuntu" ansible_ssh_private_key_file="/home/example/example_id_rsa"
# Additional compute hosts may be specified here, eg
# example-compute02 ansible_ssh_host="192.168.10.02" ansible_ssh_user="ubuntu" ansible_ssh_private_key_file="/home/example/example_id_rsa" stack_host="Compute02"
# example-compute03 ansible_ssh_host="192.168.10.03" ansible_ssh_user="ubuntu" ansible_ssh_private_key_file="/home/example/example_id_rsa" stack_host="Compute03"
# example-compute04 ansible_ssh_host="192.168.10.04" ansible_ssh_user="ubuntu" ansible_ssh_private_key_file="/home/example/example_id_rsa" stack_host="Compute04"
# example-compute02 ansible_ssh_host="192.168.10.33" ansible_ssh_user="ubuntu" ansible_ssh_private_key_file="/home/example/example_id_rsa"
# example-compute03 ansible_ssh_host="192.168.10.44" ansible_ssh_user="ubuntu" ansible_ssh_private_key_file="/home/example/example_id_rsa"
# example-compute04 ansible_ssh_host="192.168.10.55" ansible_ssh_user="ubuntu" ansible_ssh_private_key_file="/home/example/example_id_rsa"
[stack_nodes:children]
controller
Expand Down

0 comments on commit 687c6b4

Please sign in to comment.