
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>
36 lines
731 B
YAML
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: {}
|