Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfinlayson committed Aug 11, 2015
1 parent e423f40 commit 4ec511b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ An instance might be defined through:
```yml
# enable ui
consul_is_ui: "true"
consul_is_ui: true
# start as a server
consul_is_server: "true"
consul_is_server: true
# name datacenter
consul_datacenter: "test"
consul_datacenter: test
# bootstrap
consul_bootstrap: "true"
consul_bootstrap: true
# name the node
consul_node_name: "vagrant"
consul_node_name: vagrant
# bind to ip
consul_bind_address: "{{ ansible_default_ipv4['address'] }}"
# encrypt using string from consul keygen
Expand Down

0 comments on commit 4ec511b

Please sign in to comment.