
* move playbooks to roles * update documentation * update haproxy - set 6443 as default port for kolide fleet * add galera support Change-Id: I2fdefcb6bec98486c16b54cf33e2b7940b88d50b
10 lines
466 B
Plaintext
10 lines
466 B
Plaintext
haproxy_extra_services:
|
|
- service:
|
|
haproxy_service_name: kolide-fleet
|
|
haproxy_ssl: False
|
|
haproxy_backend_nodes: "{{ groups['fleet'] | default([]) }}" # Fleet nodes
|
|
haproxy_port: 6443 # This is set using the "kolide_fleet_port" variable
|
|
haproxy_check_port: 443 # This is set using the "kolide_fleet_port" variable
|
|
haproxy_backend_port: 443 # This is set using the "kolide_fleet_port" variable
|
|
haproxy_balance_type: tcp
|