Skip to content

Commit 6378d4d

Browse files
committed
feat: add wazuh page to admin guide
1 parent 64540f3 commit 6378d4d

File tree

4 files changed

+35
-0
lines changed

4 files changed

+35
-0
lines changed

source/data/deployment.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,12 @@ ironic_automated_cleaning: true
1616

1717
# Whether Kayobe manages physical network devices.
1818
kayobe_manages_physical_network: true
19+
20+
# Whether the deployment includes Wazuh.
21+
wazuh: true
22+
23+
# Whether the Wazuh deployment is managed via StackHPC.
24+
wazuh_managed: true
25+
26+
# Whether the Wazuh deployment is handled via Ansible.
27+
wazuh_ansible: true

source/include/wazuh_ansible.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
One of method for deploying Wazuh is with the use of the official Ansible playbooks, integrated into a Kayobe Config.

source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Contents
2424
ceph_storage
2525
managing_users_and_projects
2626
operations_and_monitoring
27+
wazuh
2728
customising_deployment
2829
gpus_in_openstack
2930
baremetal_management

source/wazuh.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
.. include:: vars.rst
2+
3+
=======================
4+
Wazuh Security Platform
5+
=======================
6+
7+
.. ifconfig:: deployment['wazuh']
8+
9+
The |project_name| deployment uses Wazuh as security platform to detect intruders within your network.
10+
11+
.. ifconfig:: deployment['wazuh_managed']
12+
13+
The Wazuh deployment is managed by StackHPC Ltd.
14+
15+
.. ifconfig:: not deployment['wazuh_managed']
16+
17+
The Wazuh deployment is not managed by StackHPC Ltd.
18+
19+
.. ifconfig:: deployment ['wazuh_ansible']
20+
21+
Wazuh deployment via Ansible
22+
============================
23+
24+
.. include:: include/wazuh_ansible.rst

0 commit comments

Comments
 (0)