openstack-ansible-ops/elk_metrics_6x/tests/inventory/test-metal-inventory.yml
Kevin Carter 79c3a3cf93
Add trusty support to the project
This change adds Ubuntu 14.04 support to the project.

Change-Id: I20695e19409b63c6e1def4ccf8929c6d52be647e
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-08-11 00:00:03 -05:00

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: {}