Add cluster join functionality and Kaspersky agent configuration to PMG. Updated Makefile for cluster bootstrap command, enhanced README with new service details, and modified pillar states for KESL and KLN agent integration. Added verification and management for cluster-only services in Salt states.
This commit is contained in:
@@ -104,7 +104,7 @@ pmg-custom-check-kesl-excluded-scope-{{ loop.index0 }}:
|
||||
ExcludedFromScanScope.item_{{ "%04d" | format(loop.index0) }}.AreaMask.item_0000='*'
|
||||
- unless: >-
|
||||
kesl-control --get-settings File_Threat_Protection 2>/dev/null
|
||||
| grep -Fq "ExcludedFromScanScope.item_{{ "%04d" | format(loop.index0) }}.Path={{ excluded_path }}"
|
||||
| grep -Fq "Path={{ excluded_path }}"
|
||||
- require:
|
||||
- test: pmg-custom-check-kaspersky-ready
|
||||
{% for service_name in custom_check_required_services %}
|
||||
|
||||
Reference in New Issue
Block a user