Skip to content

Commit

Permalink
Issue #54 chore: Install elasticsearch on the app server
Browse files Browse the repository at this point in the history
  • Loading branch information
Manojvv committed Feb 19, 2018
1 parent e3bbde6 commit 60cfdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/inventories/sample/hosts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cassandra-1


[dev-log-es-1]
"{{database_host}}" ansible_ssh_user="{{ssh_ansible_user}}" ansible_sudo_pass="{{sudo_passwd|default('')}}" ansible_ssh_private_key_file="{{ansible_private_key_path}}"
"{{application_host}}" ansible_ssh_user="{{ssh_ansible_user}}" ansible_sudo_pass="{{sudo_passwd|default('')}}" ansible_ssh_private_key_file="{{ansible_private_key_path}}"


[dev-log-es:children]
Expand Down

0 comments on commit 60cfdfb

Please sign in to comment.