File tree Expand file tree Collapse file tree 4 files changed +35
-0
lines changed Expand file tree Collapse file tree 4 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,12 @@ ironic_automated_cleaning: true
16
16
17
17
# Whether Kayobe manages physical network devices.
18
18
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
Original file line number Diff line number Diff line change
1
+ One of method for deploying Wazuh is with the use of the official Ansible playbooks, integrated into a Kayobe Config.
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Contents
24
24
ceph_storage
25
25
managing_users_and_projects
26
26
operations_and_monitoring
27
+ wazuh
27
28
customising_deployment
28
29
gpus_in_openstack
29
30
baremetal_management
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments