|
|
889f2b |
From 5d4726bb609f463956c03909891f8fbd1975d222 Mon Sep 17 00:00:00 2001
|
|
|
889f2b |
From: Milan Lysonek <mlysonek@redhat.com>
|
|
|
889f2b |
Date: Mon, 9 Aug 2021 14:00:19 +0200
|
|
|
889f2b |
Subject: [PATCH] Add missing ansible remediation metadata
|
|
|
889f2b |
|
|
|
889f2b |
---
|
|
|
889f2b |
.../auditd_overflow_action/ansible/shared.yml | 4 ++++
|
|
|
889f2b |
.../ansible/shared.yml | 4 ++++
|
|
|
889f2b |
.../ansible/shared.yml | 4 ++++
|
|
|
889f2b |
3 files changed, 12 insertions(+)
|
|
|
889f2b |
|
|
|
889f2b |
diff --git a/linux_os/guide/system/auditing/configure_auditd_data_retention/auditd_overflow_action/ansible/shared.yml b/linux_os/guide/system/auditing/configure_auditd_data_retention/auditd_overflow_action/ansible/shared.yml
|
|
|
889f2b |
index 166054a95a..e1569b2254 100644
|
|
|
889f2b |
--- a/linux_os/guide/system/auditing/configure_auditd_data_retention/auditd_overflow_action/ansible/shared.yml
|
|
|
889f2b |
+++ b/linux_os/guide/system/auditing/configure_auditd_data_retention/auditd_overflow_action/ansible/shared.yml
|
|
|
889f2b |
@@ -1,4 +1,8 @@
|
|
|
889f2b |
# platform = multi_platform_fedora,multi_platform_rhel
|
|
|
889f2b |
+# reboot = false
|
|
|
889f2b |
+# strategy = restrict
|
|
|
889f2b |
+# complexity = low
|
|
|
889f2b |
+# disruption = low
|
|
|
889f2b |
|
|
|
889f2b |
{{{ ansible_set_config_file(file="/etc/audit/auditd.conf",
|
|
|
889f2b |
parameter="overflow_action",
|
|
|
889f2b |
diff --git a/linux_os/guide/system/logging/ensure_rsyslog_log_file_configuration/rsyslog_encrypt_offload_actionsendstreamdrivermode/ansible/shared.yml b/linux_os/guide/system/logging/ensure_rsyslog_log_file_configuration/rsyslog_encrypt_offload_actionsendstreamdrivermode/ansible/shared.yml
|
|
|
889f2b |
index 2d6c5227a8..bbd27a0061 100644
|
|
|
889f2b |
--- a/linux_os/guide/system/logging/ensure_rsyslog_log_file_configuration/rsyslog_encrypt_offload_actionsendstreamdrivermode/ansible/shared.yml
|
|
|
889f2b |
+++ b/linux_os/guide/system/logging/ensure_rsyslog_log_file_configuration/rsyslog_encrypt_offload_actionsendstreamdrivermode/ansible/shared.yml
|
|
|
889f2b |
@@ -1,4 +1,8 @@
|
|
|
889f2b |
# platform = Red Hat Enterprise Linux 8,multi_platform_fedora
|
|
|
889f2b |
+# reboot = false
|
|
|
889f2b |
+# strategy = configure
|
|
|
889f2b |
+# complexity = low
|
|
|
889f2b |
+# disruption = low
|
|
|
889f2b |
|
|
|
889f2b |
{{{ ansible_set_config_file(file="/etc/rsyslog.d/encrypt.conf",
|
|
|
889f2b |
parameter="\$ActionSendStreamDriverMode", value="1", create=true, separator=" ", separator_regex=" ")
|
|
|
889f2b |
diff --git a/linux_os/guide/system/logging/ensure_rsyslog_log_file_configuration/rsyslog_encrypt_offload_defaultnetstreamdriver/ansible/shared.yml b/linux_os/guide/system/logging/ensure_rsyslog_log_file_configuration/rsyslog_encrypt_offload_defaultnetstreamdriver/ansible/shared.yml
|
|
|
889f2b |
index 2ddbfb871f..b215daaef4 100644
|
|
|
889f2b |
--- a/linux_os/guide/system/logging/ensure_rsyslog_log_file_configuration/rsyslog_encrypt_offload_defaultnetstreamdriver/ansible/shared.yml
|
|
|
889f2b |
+++ b/linux_os/guide/system/logging/ensure_rsyslog_log_file_configuration/rsyslog_encrypt_offload_defaultnetstreamdriver/ansible/shared.yml
|
|
|
889f2b |
@@ -1,4 +1,8 @@
|
|
|
889f2b |
# platform = Red Hat Enterprise Linux 8,multi_platform_fedora
|
|
|
889f2b |
+# reboot = false
|
|
|
889f2b |
+# strategy = configure
|
|
|
889f2b |
+# complexity = low
|
|
|
889f2b |
+# disruption = low
|
|
|
889f2b |
|
|
|
889f2b |
{{{ ansible_set_config_file(file="/etc/rsyslog.d/encrypt.conf",
|
|
|
889f2b |
parameter="\$DefaultNetstreamDriver", value="gtls", create=true, separator=" ", separator_regex=" ")
|