diff --git a/osquery/vars/variables.yml b/osquery/vars/variables.yml index 188d52a1..3a80601b 100644 --- a/osquery/vars/variables.yml +++ b/osquery/vars/variables.yml @@ -10,7 +10,7 @@ osquery_flags: - "--tls_hostname={{ hostvars[groups['kolide-fleet_all'][0]]['ansible_host'] }}:443" - "--host_identifier=hostname" - "--enroll_tls_endpoint=/api/v1/osquery/enroll" - - "--config_plugin=tls" + - "--config_plugin=filesystem,tls" - "--config_tls_endpoint=/api/v1/osquery/config" - "--config_tls_refresh=10" - "--disable_distributed=false"