Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tarrible-tempest
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
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
Varga Máté György
Tarrible-tempest
Commits
14f11201
Commit
14f11201
authored
3 years ago
by
Varga Máté György
Browse files
Options
Downloads
Patches
Plain Diff
ADD Wazuh and OSquery
parent
b3b50b68
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Ansible/install.yml
+14
-0
14 additions, 0 deletions
Ansible/install.yml
Ansible/inventory.yml
+14
-0
14 additions, 0 deletions
Ansible/inventory.yml
Ansible/tasks/Security/wazuh.yml
+3
-0
3 additions, 0 deletions
Ansible/tasks/Security/wazuh.yml
Ansible/tasks/init.yml
+5
-0
5 additions, 0 deletions
Ansible/tasks/init.yml
with
36 additions
and
0 deletions
Ansible/install.yml
+
14
−
0
View file @
14f11201
---
-
name
:
Basic install
hosts
:
VMs
taksk
:
-
name
:
Basic stuff install
import_tasks
:
tasks/init.yml
-
name
:
Security install
hosts
:
Security-req
tasks
:
-
name
:
Install Wazuh
import_tasks
:
tasks/Security/wazuh.yml
-
name
:
Install OSquery
import_tasks
:
tasks/Security/osquery.yml
This diff is collapsed.
Click to expand it.
Ansible/inventory.yml
+
14
−
0
View file @
14f11201
all
:
hosts
:
megbasztuk
:
hostname
:
"
megbasztuk"
ansible_host
:
192.168.255.140
ansible_user
:
arcter
children
:
Security-req
:
hosts
:
megbasztuk
:
{}
VMS
:
children
:
security
:
{}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Ansible/tasks/Security/wazuh.yml
+
3
−
0
View file @
14f11201
...
@@ -18,6 +18,9 @@
...
@@ -18,6 +18,9 @@
apt
:
apt
:
-
wazuh-agent
-
wazuh-agent
-
name
:
Config Wazuh Agent
shell
:
"
agent-auth
-m
192.168.255.247"
-
name
:
Enable Wazuh agent
-
name
:
Enable Wazuh agent
systemd
:
systemd
:
daemon_reload
:
true
daemon_reload
:
true
...
...
This diff is collapsed.
Click to expand it.
Ansible/tasks/init.yml
+
5
−
0
View file @
14f11201
...
@@ -10,6 +10,11 @@
...
@@ -10,6 +10,11 @@
state
:
present
state
:
present
with_items
:
with_items
:
-
qemu-guest-agent
-
qemu-guest-agent
-
prometheus-node-exporter
-
name
:
Set hostname
ansible.builtin.hostname
:
name
:
{{
hostnmame
}}
-
name
:
"
Enable
agent"
-
name
:
"
Enable
agent"
ansible.builtin.service
:
ansible.builtin.service
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment