79c3a3cf93
This change adds Ubuntu 14.04 support to the project. Change-Id: I20695e19409b63c6e1def4ccf8929c6d52be647e Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
25 lines
442 B
YAML
25 lines
442 B
YAML
---
|
|
# The hosts group is used to target physical host machines. Enter all physical
|
|
# host machines here.
|
|
hosts:
|
|
children:
|
|
physical_hosts:
|
|
hosts:
|
|
localhost:
|
|
ansible_host: 127.0.0.1
|
|
ansible_user: root
|
|
vars:
|
|
physical_host: localhost
|
|
|
|
elastic-logstash:
|
|
hosts:
|
|
localhost: {}
|
|
|
|
kibana:
|
|
hosts:
|
|
localhost: {}
|
|
|
|
apm-server:
|
|
hosts:
|
|
localhost: {}
|