change osquery defaults
* do not install debuging osquery packages * log to filesystem * turn off rsyslog Change-Id: Iae91959847fc7bfd5184d157a44cd994dab397f3
This commit is contained in:
1 changed files with 9 additions and 2 deletions
@@ -12,7 +12,7 @@ kolide_fleet_version: "2.0.0-rc3"
kolide_fleet_url:"https://github.com/kolide/fleet/releases/download"
kolide_fleet_admin_email:admin@openstack.org
kolide_fleet_admin_password:AdminSecrete
#kolide_fleet_admin_password: AdminSecrete
kolide_fleet_ssl_cert:/etc/ssl/certs/fleet.cert
kolide_fleet_ssl_key:/etc/ssl/private/fleet.key
@@ -28,6 +28,13 @@ kolide_fleet_ssl_cipher_suite: "{{ ssl_cipher_suite | default('ECDH+AESGCM:DH+AE
# Osquery vars
osquery_enroll_secret_dir:/etc/osquery/osquery_enroll_secret
osquery_debug_packages_install:false
osquery_config_plugin:'filesystem'
osquery_logger_plugin:'filesystem'
osquery_rsyslog:false
osquery_flags:
- "--tls_server_certs={{ kolide_fleet_ssl_cert }}"
- "--tls_hostname={{ hostvars[groups['fleet'][0]]['ansible_host'] }}:{{ kolide_fleet_port }}"
@@ -48,7 +55,7 @@ osquery_flags:
- "--enroll_secret_path={{ osquery_enroll_secret_dir }}"
# MariaDB/Gallera Variables
mariadb_root_password:fleetSecrete
#mariadb_root_password: fleetSecrete
mariadb_bind_address:"0.0.0.0"
mariadb_root_remote:1
mariadb_databases:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.