From 1cd6985664e24c5d644297ff93076e33b1441d14 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 7 Jul 2021 14:25:39 +0200 Subject: [PATCH] Instructions (split over lines) in defaults/main.yml as well. --- README.md | 4 +++- defaults/main.yml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de53bce..85305b1 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,9 @@ rsyslog_config_file_format: legacy # the latest available version. rsyslog_package_state: present -# if set to false (legacy default to remain compatible to sysklogd), the domain part from a name that is within the same domain as the receiving system is stripped. If set to on, full names are always used. +# if set to false (legacy default to remain compatible to sysklogd), the domain +# part from a name that is within the same domain as the receiving system is +# stripped. If set to on, full names are always used. rsyslog_preservefqdn: false ``` diff --git a/defaults/main.yml b/defaults/main.yml index a3774fc..be32dbf 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -50,4 +50,7 @@ rsyslog_config_file_format: legacy # the latest available version. rsyslog_package_state: present +# if set to false (legacy default to remain compatible to sysklogd), the domain +# part from a name that is within the same domain as the receiving system is +# stripped. If set to on, full names are always used. rsyslog_preservefqdn: false