5ddbde3310
* adds kolide fleet * integrates osquery to kolide fleet server Change-Id: I646364c44bb99d4397bb35068600c49b7bfd62c2
33 lines
652 B
YAML
33 lines
652 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
|
|
fleet:
|
|
hosts:
|
|
logging01:
|
|
osquery:
|
|
hosts:
|
|
all:
|