Merge pull request #1662 from wazuh/merge-4.13.0-into-4.14.0
Merge 4.13.0 into 4.14.0
This commit is contained in:
commit
f6d09a70e5
@ -49,11 +49,11 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- None
|
- Fix invalid active response ca_store setting ([#1655](https://github.com/wazuh/wazuh-ansible/pull/1655))
|
||||||
|
|
||||||
### Deleted
|
### Deleted
|
||||||
|
|
||||||
- None
|
- Remove root-ca.key from the list of certificates copied to indexer nodes ([#1653](https://github.com/wazuh/wazuh-ansible/pull/1653))
|
||||||
|
|
||||||
## [4.12.1]
|
## [4.12.1]
|
||||||
|
|
||||||
|
|||||||
@ -481,15 +481,7 @@
|
|||||||
|
|
||||||
<active-response>
|
<active-response>
|
||||||
<disabled>{{ wazuh_agent_config.active_response.ar_disabled|default('no') }}</disabled>
|
<disabled>{{ wazuh_agent_config.active_response.ar_disabled|default('no') }}</disabled>
|
||||||
<ca_store>
|
<ca_store>{% if ansible_os_family == "Windows" %}{{ wazuh_agent_config.active_response.ca_store_win }}{% elif ansible_system == "Darwin" %}{{ wazuh_agent_config.active_response.ca_store_macos }}{% else %}{{ wazuh_agent_config.active_response.ca_store }}{% endif %}</ca_store>
|
||||||
{% if ansible_os_family == "Windows" %}{{ wazuh_agent_config.active_response.ca_store_win }}
|
|
||||||
{% else %}
|
|
||||||
{% if ansible_system == "Darwin" %}{{ wazuh_agent_config.active_response.ca_store_macos }}
|
|
||||||
{% else %}
|
|
||||||
{{ wazuh_agent_config.active_response.ca_store }}
|
|
||||||
{% endif %}
|
|
||||||
{% endif %}
|
|
||||||
</ca_store>
|
|
||||||
<ca_verification>{{ wazuh_agent_config.active_response.ca_verification }}</ca_verification>
|
<ca_verification>{{ wazuh_agent_config.active_response.ca_verification }}</ca_verification>
|
||||||
</active-response>
|
</active-response>
|
||||||
|
|
||||||
|
|||||||
@ -27,7 +27,6 @@
|
|||||||
mode: 0400
|
mode: 0400
|
||||||
with_items:
|
with_items:
|
||||||
- root-ca.pem
|
- root-ca.pem
|
||||||
- root-ca.key
|
|
||||||
- "{{ indexer_node_name }}-key.pem"
|
- "{{ indexer_node_name }}-key.pem"
|
||||||
- "{{ indexer_node_name }}.pem"
|
- "{{ indexer_node_name }}.pem"
|
||||||
- admin-key.pem
|
- admin-key.pem
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user