3aa5fcd8fc
* move playbooks to roles * update documentation * update haproxy - set 6443 as default port for kolide fleet * add galera support Change-Id: I2fdefcb6bec98486c16b54cf33e2b7940b88d50b
36 lines
692 B
YAML
36 lines
692 B
YAML
---
|
|
|
|
################################## ALL HOSTS ##################################
|
|
all:
|
|
hosts:
|
|
# Local host
|
|
localhost:
|
|
ansible_connection: local
|
|
|
|
################################## REQUIRED ###################################
|
|
logging01:
|
|
ansible_host: 104.130.207.70
|
|
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
|
|
mariadb:
|
|
hosts:
|
|
logging01:
|
|
fleet:
|
|
hosts:
|
|
logging01:
|
|
osquery:
|
|
hosts:
|
|
logging01:
|