Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible_slub_osquery
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
ansible_slub_osquery
Compare revisions
7e9746c9d0d830c35e05c195851d5f8f6dc7265a to 10e29b14941c1d83210186add6df58bfe78b3dac
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
digital-preservation/ansible_slub_osquery
Select target project
No results found
10e29b14941c1d83210186add6df58bfe78b3dac
Select Git revision
Swap
Target
digital-preservation/ansible_slub_osquery
Select target project
digital-preservation/ansible_slub_osquery
1 result
7e9746c9d0d830c35e05c195851d5f8f6dc7265a
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
fix: run only the role itself, no 'dependencies'
· cf3e89c5
Jörg Sachse
authored
2 years ago
cf3e89c5
chore: use updated flagfile as copied from Fleet server
· 906b7af6
Jörg Sachse
authored
2 years ago
906b7af6
Merge branch 'master' of
https://git.slub-dresden.de/digital-preservation/ansible_slub_osquery
· 10e29b14
Jörg Sachse
authored
2 years ago
10e29b14
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
site.yml
+2
-2
2 additions, 2 deletions
site.yml
templates/kolide.flags.j2
+14
-6
14 additions, 6 deletions
templates/kolide.flags.j2
with
16 additions
and
8 deletions
site.yml
View file @
10e29b14
...
...
@@ -24,6 +24,6 @@
strategy
:
linear
roles
:
-
{
role
:
ansible_lza_install_common
,
become
:
true
}
-
{
role
:
ansible_lza_server_hardening
,
become
:
true
}
#
- { role: ansible_lza_install_common, become: true }
#
- { role: ansible_lza_server_hardening, become: true }
-
{
role
:
ansible_slub_osquery
,
become
:
true
}
This diff is collapsed.
Click to expand it.
templates/kolide.flags.j2
View file @
10e29b14
# Server
tls_hostname={{ vault_fleet_host }}:{{ vault_fleet_port}}
--tls_server_certs=/etc/osquery/fleet.pem
# Enrollment
--host_identifier=instance
--enroll_secret_path=/etc/osquery/enroll_secret
--tls_server_certs=/etc/osquery/{{ vault_fleet_cert_name }}
--tls_hostname={{ vault_fleet_host }}:{{ vault_fleet_port}}
--host_identifier=uuid
--enroll_tls_endpoint=/api/v1/osquery/enroll
--enroll_tls_endpoint=/api/osquery/enroll
# Configuration
--config_plugin=tls
--config_tls_endpoint=/api/v1/osquery/config
--config_refresh=10
# Live query
--disable_distributed=false
--disable_events=false
--disable_logging=false
--distributed_plugin=tls
--distributed_interval=10
--distributed_tls_max_attempts=3
--distributed_tls_read_endpoint=/api/v1/osquery/distributed/read
--distributed_tls_write_endpoint=/api/v1/osquery/distributed/write
# Logging
--logger_plugin=tls
--logger_tls_endpoint=/api/v1/osquery/log
--logger_tls_period=10
# File carving
--disable_carver=false
--carver_start_endpoint=/api/v1/osquery/carve/begin
--carver_continue_endpoint=/api/v1/osquery/carve/block
--carver_block_size=2000000
This diff is collapsed.
Click to expand it.