Files
openstack-ansible-ops/osquery/inventory.example.yml
Kevin Carter 1e40cef199 More cleanup of the osquery role
This cleanup should make things easier to integrate with OSA
while also better supporting a stand alone deployment.

Change-Id: I7321981a9ced7bf2e807a25cadde5463b39eef8f
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-10-16 17:38:04 -05:00

36 lines
731 B
YAML

---
################################## ALL HOSTS ##################################
all:
hosts:
# Local host
localhost:
ansible_connection: local
################################## REQUIRED ###################################
logging01:
ansible_host: 172.16.27.100
ansible_user: root
vars: {}
################################### GROUPS ####################################
# The hosts group is used to target physical host machines. Enter all physical
# host machines here.
hosts:
hosts:
logging01: {}
# This is the location where fleet(s) will live
kolide-fleet_all:
children:
kolide_hosts:
hosts:
logging01: {}
mariadb_all:
children:
kolide-fleet_all: {}