ansible-playbook 2.9.27
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /usr/bin/ansible-playbook
  python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]
Using /etc/ansible/ansible.cfg as config file
[WARNING]: running playbook inside collection fedora.linux_system_roles
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.

PLAYBOOK: tests_basics_forwards.yml ********************************************
1 plays in /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml

PLAY [Ensure that the role runs with parameters for basics input and forwards output] ***

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:2
Saturday 11 January 2025  03:22:56 -0500 (0:00:00.039)       0:00:00.040 ****** 
ok: [managed-node1]
META: ran handlers

TASK [Create tempdir for test files] *******************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:32
Saturday 11 January 2025  03:22:57 -0500 (0:00:01.154)       0:00:01.194 ****** 
changed: [managed-node1 -> localhost] => {
    "changed": true, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/tmp/logging_test_VvToDL", 
    "secontext": "unconfined_u:object_r:user_tmp_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [Set __test_ca_cert path] *************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:39
Saturday 11 January 2025  03:22:58 -0500 (0:00:00.395)       0:00:01.589 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__test_ca_cert": "/tmp/logging_test_VvToDL/test-ca.crt"
    }, 
    "changed": false
}

TASK [Set __test_cert path] ****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:43
Saturday 11 January 2025  03:22:58 -0500 (0:00:00.056)       0:00:01.646 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__test_cert": "/tmp/logging_test_VvToDL/test-cert.pem"
    }, 
    "changed": false
}

TASK [Set __test_key path] *****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:47
Saturday 11 January 2025  03:22:58 -0500 (0:00:00.061)       0:00:01.708 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__test_key": "/tmp/logging_test_VvToDL/test-key.pem"
    }, 
    "changed": false
}

TASK [TEST CASE 0; Ensure that the logs from basics inputs are sent to the forwards outputs and implicit files output] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:52
Saturday 11 January 2025  03:22:58 -0500 (0:00:00.052)       0:00:01.761 ****** 

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 11 January 2025  03:22:58 -0500 (0:00:00.100)       0:00:01.862 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_output_files": [
            {
                "name": "default_files", 
                "type": "files"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 11 January 2025  03:22:58 -0500 (0:00:00.084)       0:00:01.947 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "action": {
                    "resumecount": 50, 
                    "resumeinterval": 300
                }, 
                "facility": "local1", 
                "name": "forwards_severity_and_facility", 
                "queue": {
                    "filename": "forwards", 
                    "saveonshutdown": "on", 
                    "spooldirectory": "/var/spool/rsyslog"
                }, 
                "severity": "info", 
                "target": "host.domain", 
                "tcp_port": 1514, 
                "template": "syslog", 
                "type": "forwards"
            }, 
            {
                "facility": "local2", 
                "name": "forwards_facility_only", 
                "target": "host.domain", 
                "tcp_port": 2514, 
                "type": "forwards"
            }, 
            {
                "name": "forwards_severity_only", 
                "severity": "err", 
                "target": "host.domain", 
                "tcp_port": 3514, 
                "type": "forwards"
            }, 
            {
                "name": "forwards_no_severity_and_facility", 
                "target": "host.domain", 
                "tcp_port": 4514, 
                "type": "forwards"
            }, 
            {
                "name": "forwards_no_severity_and_facility_udp", 
                "target": "host.domain", 
                "type": "forwards", 
                "udp_port": 6514
            }, 
            {
                "name": "forwards_no_severity_and_facility_protocol_port", 
                "target": "host.domain", 
                "type": "forwards"
            }, 
            {
                "name": "forwards_no_severity_and_facility_protocol_port_target", 
                "target": "host.domain", 
                "type": "forwards"
            }, 
            {
                "name": "default_files", 
                "type": "files"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 11 January 2025  03:22:58 -0500 (0:00:00.123)       0:00:02.070 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_inputs": [
            {
                "name": "basic_input", 
                "type": "basics"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 11 January 2025  03:22:58 -0500 (0:00:00.099)       0:00:02.170 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 11 January 2025  03:22:59 -0500 (0:00:00.126)       0:00:02.297 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 11 January 2025  03:22:59 -0500 (0:00:00.167)       0:00:02.465 ****** 
skipping: [managed-node1] => (item={u'inputs': [u'basic_input'], u'name': u'flows0', u'outputs': [u'forwards_severity_and_facility', u'forwards_facility_only', u'forwards_severity_only', u'forwards_no_severity_and_facility', u'forwards_no_severity_and_facility_udp', u'forwards_no_severity_and_facility_protocol_port', u'forwards_no_severity_and_facility_protocol_port_target', u'default_files']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "inputs": [
            "basic_input"
        ], 
        "name": "flows0", 
        "outputs": [
            "forwards_severity_and_facility", 
            "forwards_facility_only", 
            "forwards_severity_only", 
            "forwards_no_severity_and_facility", 
            "forwards_no_severity_and_facility_udp", 
            "forwards_no_severity_and_facility_protocol_port", 
            "forwards_no_severity_and_facility_protocol_port_target", 
            "default_files"
        ]
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 11 January 2025  03:22:59 -0500 (0:00:00.151)       0:00:02.617 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 11 January 2025  03:22:59 -0500 (0:00:00.222)       0:00:02.839 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 11 January 2025  03:22:59 -0500 (0:00:00.070)       0:00:02.910 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 11 January 2025  03:22:59 -0500 (0:00:00.071)       0:00:02.982 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 11 January 2025  03:22:59 -0500 (0:00:00.070)       0:00:03.052 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 11 January 2025  03:22:59 -0500 (0:00:00.070)       0:00:03.123 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 11 January 2025  03:22:59 -0500 (0:00:00.085)       0:00:03.208 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 11 January 2025  03:23:00 -0500 (0:00:00.076)       0:00:03.285 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 11 January 2025  03:23:00 -0500 (0:00:00.071)       0:00:03.356 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 11 January 2025  03:23:00 -0500 (0:00:00.068)       0:00:03.424 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 11 January 2025  03:23:00 -0500 (0:00:00.061)       0:00:03.486 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 11 January 2025  03:23:00 -0500 (0:00:00.059)       0:00:03.545 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 11 January 2025  03:23:00 -0500 (0:00:00.076)       0:00:03.621 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 11 January 2025  03:23:00 -0500 (0:00:00.051)       0:00:03.673 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 11 January 2025  03:23:00 -0500 (0:00:00.063)       0:00:03.736 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 11 January 2025  03:23:00 -0500 (0:00:00.060)       0:00:03.797 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 11 January 2025  03:23:00 -0500 (0:00:00.069)       0:00:03.866 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 11 January 2025  03:23:00 -0500 (0:00:00.220)       0:00:04.086 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 11 January 2025  03:23:00 -0500 (0:00:00.111)       0:00:04.197 ****** 

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 11 January 2025  03:23:01 -0500 (0:00:00.094)       0:00:04.292 ****** 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 11 January 2025  03:23:01 -0500 (0:00:00.092)       0:00:04.384 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 11 January 2025  03:23:01 -0500 (0:00:00.092)       0:00:04.477 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 11 January 2025  03:23:01 -0500 (0:00:00.238)       0:00:04.716 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 11 January 2025  03:23:01 -0500 (0:00:00.071)       0:00:04.787 ****** 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 11 January 2025  03:23:01 -0500 (0:00:00.057)       0:00:04.845 ****** 

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 11 January 2025  03:23:01 -0500 (0:00:00.058)       0:00:04.903 ****** 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 11 January 2025  03:23:01 -0500 (0:00:00.061)       0:00:04.964 ****** 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 11 January 2025  03:23:01 -0500 (0:00:00.058)       0:00:05.023 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 11 January 2025  03:23:01 -0500 (0:00:00.067)       0:00:05.090 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 11 January 2025  03:23:02 -0500 (0:00:00.234)       0:00:05.325 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 11 January 2025  03:23:02 -0500 (0:00:00.082)       0:00:05.408 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 11 January 2025  03:23:02 -0500 (0:00:00.092)       0:00:05.500 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 11 January 2025  03:23:02 -0500 (0:00:00.089)       0:00:05.589 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 11 January 2025  03:23:02 -0500 (0:00:00.072)       0:00:05.662 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 11 January 2025  03:23:02 -0500 (0:00:00.091)       0:00:05.754 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 11 January 2025  03:23:02 -0500 (0:00:00.080)       0:00:05.834 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 11 January 2025  03:23:02 -0500 (0:00:00.081)       0:00:05.915 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 11 January 2025  03:23:02 -0500 (0:00:00.101)       0:00:06.017 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 11 January 2025  03:23:02 -0500 (0:00:00.053)       0:00:06.070 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 11 January 2025  03:23:02 -0500 (0:00:00.068)       0:00:06.138 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 11 January 2025  03:23:03 -0500 (0:00:00.701)       0:00:06.840 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__logging_is_ostree": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 11 January 2025  03:23:03 -0500 (0:00:00.089)       0:00:06.929 ****** 
ok: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics.j2"
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics_rhel7.j2"
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 11 January 2025  03:23:03 -0500 (0:00:00.152)       0:00:07.082 ****** 
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 11 January 2025  03:23:03 -0500 (0:00:00.125)       0:00:07.207 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 11 January 2025  03:23:04 -0500 (0:00:00.276)       0:00:07.484 ****** 
skipping: [managed-node1] => (item=iproute)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iproute", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=rsyslog)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "rsyslog", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 11 January 2025  03:23:04 -0500 (0:00:00.047)       0:00:07.531 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 11 January 2025  03:23:04 -0500 (0:00:00.046)       0:00:07.578 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed", 
        "rsyslog-8.24.0-57.el7_9.3.x86_64 providing rsyslog is already installed"
    ]
}
lsrpackages: iproute rsyslog

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 11 January 2025  03:23:05 -0500 (0:00:00.862)       0:00:08.441 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Saturday 11 January 2025  03:23:05 -0500 (0:00:00.074)       0:00:08.515 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-libnm", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-team": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-team", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-tui": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-tui", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "PyYAML": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "PyYAML", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.10"
                }
            ], 
            "acl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "acl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "aic94xx-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "aic94xx-firmware", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "30"
                }
            ], 
            "alsa-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "alsa-firmware", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.0.28"
                }
            ], 
            "alsa-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-lib", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.8"
                }
            ], 
            "alsa-tools-firmware": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-tools-firmware", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.0"
                }
            ], 
            "aspell": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "aspell", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.60.6.1"
                }
            ], 
            "audit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs-python", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "authconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "authconfig", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "6.2.8"
                }
            ], 
            "avahi-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "avahi-libs", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "0.6.31"
                }
            ], 
            "basesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "basesystem", 
                    "release": "7.el7.centos", 
                    "source": "rpm", 
                    "version": "10.0"
                }
            ], 
            "bash": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bash", 
                    "release": "35.el7_9", 
                    "source": "rpm", 
                    "version": "4.2.46"
                }
            ], 
            "bc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bc", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.06.95"
                }
            ], 
            "beakerlib": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "beakerlib", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "1.29.3"
                }
            ], 
            "beakerlib-redhat": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "beakerlib-redhat", 
                    "release": "33.el7bkr", 
                    "source": "rpm", 
                    "version": "1"
                }
            ], 
            "bind-export-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 32, 
                    "name": "bind-export-libs", 
                    "release": "26.P2.el7_9.16", 
                    "source": "rpm", 
                    "version": "9.11.4"
                }
            ], 
            "binutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "binutils", 
                    "release": "44.base.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.27"
                }
            ], 
            "biosdevname": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "biosdevname", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.7.3"
                }
            ], 
            "boost-date-time": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-date-time", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-system": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-system", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-thread": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-thread", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "btrfs-progs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "btrfs-progs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "4.9.1"
                }
            ], 
            "bzip2-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bzip2-libs", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "ca-certificates": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ca-certificates", 
                    "release": "72.el7_9", 
                    "source": "rpm", 
                    "version": "2023.2.60_v7.0.306"
                }
            ], 
            "centos-logos": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "centos-logos", 
                    "release": "3.el7.centos", 
                    "source": "rpm", 
                    "version": "70.0.6"
                }
            ], 
            "centos-release": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "centos-release", 
                    "release": "9.2009.2.el7.centos", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "checkpolicy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "checkpolicy", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "chkconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "chkconfig", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.7.6"
                }
            ], 
            "chrony": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "chrony", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "3.4"
                }
            ], 
            "cloud-init": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cloud-init", 
                    "release": "24.el7", 
                    "source": "rpm", 
                    "version": "0.7.9"
                }
            ], 
            "cloud-utils-growpart": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "cloud-utils-growpart", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.29"
                }
            ], 
            "coreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "coreutils", 
                    "release": "24.el7_9.2", 
                    "source": "rpm", 
                    "version": "8.22"
                }
            ], 
            "cpio": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpio", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "2.11"
                }
            ], 
            "cpp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "cracklib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cracklib-dicts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib-dicts", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cronie": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "cronie-anacron": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie-anacron", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "crontabs": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "crontabs", 
                    "release": "6.20121102git.el7", 
                    "source": "rpm", 
                    "version": "1.11"
                }
            ], 
            "cryptsetup-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cryptsetup-libs", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "2.0.3"
                }
            ], 
            "curl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "curl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cyrus-sasl-lib", 
                    "release": "24.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.26"
                }
            ], 
            "dbus": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-glib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-glib", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.100"
                }
            ], 
            "dbus-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus-libs", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-python", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.1.1"
                }
            ], 
            "device-mapper": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "device-mapper-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper-libs", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "dhclient": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhclient", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "dhcp-common": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-common", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "dhcp-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-libs", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "diffutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "diffutils", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.3"
                }
            ], 
            "dmidecode": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dmidecode", 
                    "release": "5.el7_9.1", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "dracut": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dracut-config-rescue": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut-config-rescue", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dracut-network": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut-network", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dyninst": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dyninst", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "9.3.1"
                }
            ], 
            "e2fsprogs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs-libs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "ebtables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ebtables", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.0.10"
                }
            ], 
            "efivar-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "efivar-libs", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "36"
                }
            ], 
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "elfutils-default-yama-scope", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libelf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libelf", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libs", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "epel-release": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "epel-release", 
                    "release": "14", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "ethtool": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "ethtool", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "4.8"
                }
            ], 
            "expat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "expat", 
                    "release": "15.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "file": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "file-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file-libs", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "filesystem": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "filesystem", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "findutils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "findutils", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "4.5.11"
                }
            ], 
            "fipscheck": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "fipscheck-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck-lib", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "firewalld": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "firewalld-filesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld-filesystem", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "freetype": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "freetype", 
                    "release": "14.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.8"
                }
            ], 
            "fxload": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fxload", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2002_04_11"
                }
            ], 
            "gawk": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gawk", 
                    "release": "4.el7_3.1", 
                    "source": "rpm", 
                    "version": "4.0.2"
                }
            ], 
            "gcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "gdbm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gdbm", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.10"
                }
            ], 
            "gettext": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "gettext-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "git": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "git", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.8.3.1"
                }
            ], 
            "glib2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glib2", 
                    "release": "9.el7_9", 
                    "source": "rpm", 
                    "version": "2.56.1"
                }
            ], 
            "glibc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-common": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-common", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-devel", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-headers", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "gmp": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "gmp", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "6.0.0"
                }
            ], 
            "gnupg2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gnupg2", 
                    "release": "5.el7_5", 
                    "source": "rpm", 
                    "version": "2.0.22"
                }
            ], 
            "gobject-introspection": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gobject-introspection", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.56.1"
                }
            ], 
            "gpg-pubkey": [
                {
                    "arch": null, 
                    "epoch": null, 
                    "name": "gpg-pubkey", 
                    "release": "52ae6884", 
                    "source": "rpm", 
                    "version": "352c64e5"
                }, 
                {
                    "arch": null, 
                    "epoch": null, 
                    "name": "gpg-pubkey", 
                    "release": "53a7ff4b", 
                    "source": "rpm", 
                    "version": "f4a80eb5"
                }
            ], 
            "gpgme": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gpgme", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.3.2"
                }
            ], 
            "gpm-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gpm-libs", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.20.7"
                }
            ], 
            "grep": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "grep", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.20"
                }
            ], 
            "groff-base": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "groff-base", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.22.2"
                }
            ], 
            "grub2": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-common": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "grub2-common", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-pc": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-pc", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-pc-modules": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "grub2-pc-modules", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools-extra": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools-extra", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools-minimal", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grubby": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "grubby", 
                    "release": "26.el7", 
                    "source": "rpm", 
                    "version": "8.28"
                }
            ], 
            "gssproxy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gssproxy", 
                    "release": "30.el7_9", 
                    "source": "rpm", 
                    "version": "0.7.0"
                }
            ], 
            "gzip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gzip", 
                    "release": "11.el7_9", 
                    "source": "rpm", 
                    "version": "1.5"
                }
            ], 
            "hardlink": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "hardlink", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.0"
                }
            ], 
            "hostname": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "hostname", 
                    "release": "3.el7_7.1", 
                    "source": "rpm", 
                    "version": "3.13"
                }
            ], 
            "hwdata": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "hwdata", 
                    "release": "9.7.el7", 
                    "source": "rpm", 
                    "version": "0.252"
                }
            ], 
            "info": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "info", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "5.1"
                }
            ], 
            "initscripts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "initscripts", 
                    "release": "1.el7_9.1", 
                    "source": "rpm", 
                    "version": "9.49.53"
                }
            ], 
            "iproute": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iproute", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "4.11.0"
                }
            ], 
            "iprutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iprutils", 
                    "release": "3.el7_7", 
                    "source": "rpm", 
                    "version": "2.4.17.1"
                }
            ], 
            "ipset": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "ipset-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset-libs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "iptables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iptables", 
                    "release": "35.el7", 
                    "source": "rpm", 
                    "version": "1.4.21"
                }
            ], 
            "iputils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iputils", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "20160308"
                }
            ], 
            "irqbalance": [
                {
                    "arch": "x86_64", 
                    "epoch": 3, 
                    "name": "irqbalance", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "1.0.7"
                }
            ], 
            "ivtv-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 2, 
                    "name": "ivtv-firmware", 
                    "release": "26.el7", 
                    "source": "rpm", 
                    "version": "20080701"
                }
            ], 
            "iwl100-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl100-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl1000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "iwl1000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl105-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl105-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl135-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl135-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2030-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2030-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl3160-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3160-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "iwl3945-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3945-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "15.32.2.9"
                }
            ], 
            "iwl4965-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl4965-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "228.61.2.24"
                }
            ], 
            "iwl5000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.83.5.1_1"
                }
            ], 
            "iwl5150-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5150-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.24.2.2"
                }
            ], 
            "iwl6000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "9.221.4.1"
                }
            ], 
            "iwl6000g2a-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2a-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6000g2b-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2b-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6050-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6050-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "41.28.5.1"
                }
            ], 
            "iwl7260-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl7260-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "jansson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "jansson", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.10"
                }
            ], 
            "json-c": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "json-c", 
                    "release": "4.el7_0", 
                    "source": "rpm", 
                    "version": "0.11"
                }
            ], 
            "kbd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kbd", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kbd-legacy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-legacy", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kbd-misc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-misc", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kernel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }, 
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-debug-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-debug-devel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-headers", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools-libs", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kexec-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kexec-tools", 
                    "release": "51.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.0.15"
                }
            ], 
            "keyutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "keyutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "kmod": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kmod-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod-libs", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kpartx": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kpartx", 
                    "release": "136.el7_9", 
                    "source": "rpm", 
                    "version": "0.4.9"
                }
            ], 
            "krb5-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "krb5-libs", 
                    "release": "55.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.1"
                }
            ], 
            "less": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "less", 
                    "release": "10.el7_9", 
                    "source": "rpm", 
                    "version": "458"
                }
            ], 
            "libacl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libacl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "libassuan": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libassuan", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "libattr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libattr", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "2.4.46"
                }
            ], 
            "libbasicobjects": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libbasicobjects", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.1"
                }
            ], 
            "libblkid": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libblkid", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libcap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.22"
                }
            ], 
            "libcap-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap-ng", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.7.5"
                }
            ], 
            "libcgroup": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcgroup", 
                    "release": "21.el7", 
                    "source": "rpm", 
                    "version": "0.41"
                }
            ], 
            "libcollection": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcollection", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.7.0"
                }
            ], 
            "libcom_err": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcom_err", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libcroco": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcroco", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.12"
                }
            ], 
            "libcurl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcurl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "libdaemon": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdaemon", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libdb": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdb-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb-utils", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdrm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdrm", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.4.97"
                }
            ], 
            "libdwarf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdwarf", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "20130207"
                }
            ], 
            "libedit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libedit", 
                    "release": "12.20121213cvs.el7", 
                    "source": "rpm", 
                    "version": "3.0"
                }
            ], 
            "libestr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libestr", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.1.9"
                }
            ], 
            "libevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libevent", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.0.21"
                }
            ], 
            "libfastjson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libfastjson", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.99.4"
                }
            ], 
            "libffi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libffi", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "3.0.13"
                }
            ], 
            "libgcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgcrypt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcrypt", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "1.5.3"
                }
            ], 
            "libgomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgomp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgpg-error": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgpg-error", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.12"
                }
            ], 
            "libidn": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libidn", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.28"
                }
            ], 
            "libini_config": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libini_config", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "1.3.1"
                }
            ], 
            "libmnl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmnl", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.0.3"
                }
            ], 
            "libmount": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmount", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libmpc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmpc", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libndp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libndp", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.2"
                }
            ], 
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnetfilter_conntrack", 
                    "release": "1.el7_3", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "libnfnetlink": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfnetlink", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libnfsidmap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfsidmap", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "0.25"
                }
            ], 
            "libnl3": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libnl3-cli": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3-cli", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libpath_utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpath_utils", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.2.1"
                }
            ], 
            "libpciaccess": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpciaccess", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libpipeline": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpipeline", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libpng": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "libpng", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.5.13"
                }
            ], 
            "libpwquality": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpwquality", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libref_array": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libref_array", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.5"
                }
            ], 
            "libseccomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libseccomp", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.3.1"
                }
            ], 
            "libselinux": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-python", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-utils", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage-python", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsepol": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsepol", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsmartcols": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsmartcols", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libss": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libss", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libssh2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libssh2", 
                    "release": "4.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.8.0"
                }
            ], 
            "libstdc++": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libstdc++", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libsysfs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsysfs", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "libtasn1": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtasn1", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "4.10"
                }
            ], 
            "libteam": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libteam", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.29"
                }
            ], 
            "libtirpc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtirpc", 
                    "release": "0.16.el7", 
                    "source": "rpm", 
                    "version": "0.2.4"
                }
            ], 
            "libunistring": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libunistring", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.9.3"
                }
            ], 
            "libuser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libuser", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.60"
                }
            ], 
            "libutempter": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libutempter", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.1.6"
                }
            ], 
            "libuuid": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libuuid", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libverto": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libverto", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.2.5"
                }
            ], 
            "libverto-libevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libverto-libevent", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.2.5"
                }
            ], 
            "libxml2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxml2", 
                    "release": "6.el7_9.6", 
                    "source": "rpm", 
                    "version": "2.9.1"
                }
            ], 
            "libxml2-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxml2-python", 
                    "release": "6.el7_9.6", 
                    "source": "rpm", 
                    "version": "2.9.1"
                }
            ], 
            "libxslt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxslt", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.1.28"
                }
            ], 
            "libyaml": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libyaml", 
                    "release": "11.el7_0", 
                    "source": "rpm", 
                    "version": "0.1.4"
                }
            ], 
            "linux-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "linux-firmware", 
                    "release": "82.git78c0348.el7_9", 
                    "source": "rpm", 
                    "version": "20200421"
                }
            ], 
            "logrotate": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "logrotate", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "3.8.6"
                }
            ], 
            "lshw": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lshw", 
                    "release": "0.1.20180614git028f6b2.beaker.1.el7bkr.1", 
                    "source": "rpm", 
                    "version": "B.02.19"
                }
            ], 
            "lsscsi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lsscsi", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.27"
                }
            ], 
            "lua": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lua", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "5.1.4"
                }
            ], 
            "lz4": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lz4", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.8.3"
                }
            ], 
            "lzo": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lzo", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "2.06"
                }
            ], 
            "mailcap": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "mailcap", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.1.41"
                }
            ], 
            "make": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "make", 
                    "release": "24.el7", 
                    "source": "rpm", 
                    "version": "3.82"
                }
            ], 
            "man-db": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "man-db", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.6.3"
                }
            ], 
            "mariadb-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "mariadb-libs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "5.5.68"
                }
            ], 
            "microcode_ctl": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "microcode_ctl", 
                    "release": "73.20.el7_9", 
                    "source": "rpm", 
                    "version": "2.1"
                }
            ], 
            "mokutil": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mokutil", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "15"
                }
            ], 
            "mozjs17": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mozjs17", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "17.0.0"
                }
            ], 
            "mpfr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mpfr", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.1.1"
                }
            ], 
            "ncurses": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ncurses", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "ncurses-base": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ncurses-base", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "ncurses-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ncurses-libs", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "net-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "net-tools", 
                    "release": "0.25.20131004git.el7", 
                    "source": "rpm", 
                    "version": "2.0"
                }
            ], 
            "newt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "newt", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.52.15"
                }
            ], 
            "newt-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "newt-python", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.52.15"
                }
            ], 
            "nfs-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "nfs-utils", 
                    "release": "0.68.el7.2", 
                    "source": "rpm", 
                    "version": "1.3.0"
                }
            ], 
            "nspr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nspr", 
                    "release": "1.el7_9", 
                    "source": "rpm", 
                    "version": "4.35.0"
                }
            ], 
            "nss": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-pem": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-pem", 
                    "release": "7.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.0.3"
                }
            ], 
            "nss-softokn": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-softokn", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-softokn-freebl", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-sysinit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-sysinit", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-tools", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-util": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-util", 
                    "release": "1.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "numactl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "numactl-libs", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.0.12"
                }
            ], 
            "openldap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openldap", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "2.4.44"
                }
            ], 
            "openssh": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssh-clients": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh-clients", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssh-server": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh-server", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssl": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "openssl", 
                    "release": "26.el7_9", 
                    "source": "rpm", 
                    "version": "1.0.2k"
                }
            ], 
            "openssl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "openssl-libs", 
                    "release": "26.el7_9", 
                    "source": "rpm", 
                    "version": "1.0.2k"
                }
            ], 
            "os-prober": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "os-prober", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.58"
                }
            ], 
            "p11-kit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "p11-kit", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.5"
                }
            ], 
            "p11-kit-trust": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "p11-kit-trust", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.5"
                }
            ], 
            "pam": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pam", 
                    "release": "23.el7", 
                    "source": "rpm", 
                    "version": "1.1.8"
                }
            ], 
            "parted": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "parted", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "3.1"
                }
            ], 
            "passwd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "passwd", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.79"
                }
            ], 
            "pciutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pciutils-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.5.1"
                }
            ], 
            "pcre": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pcre", 
                    "release": "17.el7", 
                    "source": "rpm", 
                    "version": "8.32"
                }
            ], 
            "perl": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-Business-ISBN": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Business-ISBN", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.06"
                }
            ], 
            "perl-Business-ISBN-Data": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Business-ISBN-Data", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "20120719.001"
                }
            ], 
            "perl-CGI": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-CGI", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.63"
                }
            ], 
            "perl-Carp": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Carp", 
                    "release": "244.el7", 
                    "source": "rpm", 
                    "version": "1.26"
                }
            ], 
            "perl-Compress-Raw-Bzip2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Compress-Raw-Bzip2", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-Compress-Raw-Zlib": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-Compress-Raw-Zlib", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Data-Dumper", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.145"
                }
            ], 
            "perl-Date-Manip": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Date-Manip", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.41"
                }
            ], 
            "perl-Digest": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Digest", 
                    "release": "245.el7", 
                    "source": "rpm", 
                    "version": "1.17"
                }
            ], 
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Digest-MD5", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.52"
                }
            ], 
            "perl-Encode": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Encode", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.51"
                }
            ], 
            "perl-Encode-Locale": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Encode-Locale", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.03"
                }
            ], 
            "perl-Error": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Error", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.17020"
                }
            ], 
            "perl-Exporter": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Exporter", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "5.68"
                }
            ], 
            "perl-FCGI": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-FCGI", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "0.74"
                }
            ], 
            "perl-File-Listing": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Listing", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "6.04"
                }
            ], 
            "perl-File-Path": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Path", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.09"
                }
            ], 
            "perl-File-Temp": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Temp", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.01"
                }
            ], 
            "perl-Filter": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Filter", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.49"
                }
            ], 
            "perl-Font-AFM": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Font-AFM", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.20"
                }
            ], 
            "perl-Getopt-Long": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Getopt-Long", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.40"
                }
            ], 
            "perl-Git": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Git", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.8.3.1"
                }
            ], 
            "perl-HTML-Format": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTML-Format", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.10"
                }
            ], 
            "perl-HTML-Parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-HTML-Parser", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.71"
                }
            ], 
            "perl-HTML-Tagset": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTML-Tagset", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "3.20"
                }
            ], 
            "perl-HTML-Tree": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-HTML-Tree", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "5.03"
                }
            ], 
            "perl-HTTP-Cookies": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Cookies", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Daemon": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Daemon", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Date": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Date", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-HTTP-Message": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Message", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "6.06"
                }
            ], 
            "perl-HTTP-Negotiate": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Negotiate", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Tiny", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.033"
                }
            ], 
            "perl-IO-Compress": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Compress", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-IO-HTML": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-HTML", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.00"
                }
            ], 
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Socket-IP", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.21"
                }
            ], 
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Socket-SSL", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.94"
                }
            ], 
            "perl-IO-Zlib": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-IO-Zlib", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "1.10"
                }
            ], 
            "perl-IO-stringy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-stringy", 
                    "release": "22.el7", 
                    "source": "rpm", 
                    "version": "2.110"
                }
            ], 
            "perl-LWP-MediaTypes": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-LWP-MediaTypes", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-LWP-Protocol-https": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-LWP-Protocol-https", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "6.04"
                }
            ], 
            "perl-Module-Load": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Module-Load", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.24"
                }
            ], 
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Mozilla-CA", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "20130114"
                }
            ], 
            "perl-Net-HTTP": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Net-HTTP", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.06"
                }
            ], 
            "perl-Net-LibIDN": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Net-LibIDN", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "0.12"
                }
            ], 
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Net-SSLeay", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.55"
                }
            ], 
            "perl-PathTools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-PathTools", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "3.40"
                }
            ], 
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Pod-Escapes", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "1.04"
                }
            ], 
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Pod-Perldoc", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.20"
                }
            ], 
            "perl-Pod-Simple": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Pod-Simple", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.28"
                }
            ], 
            "perl-Pod-Usage": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Pod-Usage", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.63"
                }
            ], 
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Scalar-List-Utils", 
                    "release": "248.el7", 
                    "source": "rpm", 
                    "version": "1.27"
                }
            ], 
            "perl-Socket": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Socket", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.010"
                }
            ], 
            "perl-Storable": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Storable", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.45"
                }
            ], 
            "perl-TermReadKey": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-TermReadKey", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "2.30"
                }
            ], 
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Text-ParseWords", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.29"
                }
            ], 
            "perl-Time-HiRes": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-Time-HiRes", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.9725"
                }
            ], 
            "perl-Time-Local": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Time-Local", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.2300"
                }
            ], 
            "perl-TimeDate": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-TimeDate", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.30"
                }
            ], 
            "perl-URI": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-URI", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.60"
                }
            ], 
            "perl-WWW-RobotRules": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-WWW-RobotRules", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-XML-LibXML": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-XML-LibXML", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.0018"
                }
            ], 
            "perl-XML-NamespaceSupport": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-NamespaceSupport", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "1.11"
                }
            ], 
            "perl-XML-Parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-XML-Parser", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.41"
                }
            ], 
            "perl-XML-SAX": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-SAX", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.99"
                }
            ], 
            "perl-XML-SAX-Base": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-SAX-Base", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.08"
                }
            ], 
            "perl-XML-Twig": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-Twig", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "3.44"
                }
            ], 
            "perl-constant": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-constant", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.27"
                }
            ], 
            "perl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-libs", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-libwww-perl": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-libwww-perl", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.05"
                }
            ], 
            "perl-macros": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-macros", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-parent": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-parent", 
                    "release": "244.el7", 
                    "source": "rpm", 
                    "version": "0.225"
                }
            ], 
            "perl-podlators": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-podlators", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.5.1"
                }
            ], 
            "perl-threads": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-threads", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.87"
                }
            ], 
            "perl-threads-shared": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-threads-shared", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.43"
                }
            ], 
            "pinentry": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pinentry", 
                    "release": "17.el7", 
                    "source": "rpm", 
                    "version": "0.8.1"
                }
            ], 
            "pkgconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "pkgconfig", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.27.1"
                }
            ], 
            "plymouth": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "plymouth-core-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth-core-libs", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "plymouth-scripts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth-scripts", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "policycoreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "policycoreutils-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils-python", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "polkit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit", 
                    "release": "26.el7_9.1", 
                    "source": "rpm", 
                    "version": "0.112"
                }
            ], 
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit-pkla-compat", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.1"
                }
            ], 
            "popt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "popt", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "1.13"
                }
            ], 
            "postfix": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "postfix", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "2.10.1"
                }
            ], 
            "procps-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "procps-ng", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "3.3.10"
                }
            ], 
            "pth": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pth", 
                    "release": "23.el7", 
                    "source": "rpm", 
                    "version": "2.0.7"
                }
            ], 
            "pygpgme": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pygpgme", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.3"
                }
            ], 
            "pyliblzma": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pyliblzma", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "0.5.3"
                }
            ], 
            "pyserial": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "pyserial", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "2.6"
                }
            ], 
            "python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python", 
                    "release": "94.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.5"
                }
            ], 
            "python-IPy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-IPy", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.75"
                }
            ], 
            "python-babel": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-babel", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "0.9.6"
                }
            ], 
            "python-backports": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-backports", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.0"
                }
            ], 
            "python-backports-ssl_match_hostname": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-backports-ssl_match_hostname", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "3.5.0.1"
                }
            ], 
            "python-chardet": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-chardet", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.2.1"
                }
            ], 
            "python-configobj": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-configobj", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "4.7.2"
                }
            ], 
            "python-decorator": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-decorator", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.4.0"
                }
            ], 
            "python-firewall": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-firewall", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "python-gobject-base": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-gobject-base", 
                    "release": "1.el7_4.1", 
                    "source": "rpm", 
                    "version": "3.22.0"
                }
            ], 
            "python-iniparse": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-iniparse", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.4"
                }
            ], 
            "python-ipaddress": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-ipaddress", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.0.16"
                }
            ], 
            "python-jinja2": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jinja2", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.7.2"
                }
            ], 
            "python-jsonpatch": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jsonpatch", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.2"
                }
            ], 
            "python-jsonpointer": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jsonpointer", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.9"
                }
            ], 
            "python-kitchen": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-kitchen", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.1.1"
                }
            ], 
            "python-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-libs", 
                    "release": "94.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.5"
                }
            ], 
            "python-linux-procfs": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-linux-procfs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.11"
                }
            ], 
            "python-lxml": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-lxml", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.1"
                }
            ], 
            "python-markupsafe": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-markupsafe", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "0.11"
                }
            ], 
            "python-perf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-perf", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "python-prettytable": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-prettytable", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.7.2"
                }
            ], 
            "python-pycurl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-pycurl", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "7.19.0"
                }
            ], 
            "python-pyudev": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-pyudev", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.15"
                }
            ], 
            "python-requests": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-requests", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.6.0"
                }
            ], 
            "python-schedutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-schedutils", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.4"
                }
            ], 
            "python-setuptools": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-setuptools", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.9.8"
                }
            ], 
            "python-six": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-six", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.9.0"
                }
            ], 
            "python-slip": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-slip", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.0"
                }
            ], 
            "python-slip-dbus": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-slip-dbus", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.0"
                }
            ], 
            "python-urlgrabber": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-urlgrabber", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "3.10"
                }
            ], 
            "python-urllib3": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-urllib3", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.10.2"
                }
            ], 
            "pyxattr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pyxattr", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.5.1"
                }
            ], 
            "qa-tools": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "qa-tools", 
                    "release": "4.el7_9", 
                    "source": "rpm", 
                    "version": "4.1"
                }
            ], 
            "qemu-guest-agent": [
                {
                    "arch": "x86_64", 
                    "epoch": 10, 
                    "name": "qemu-guest-agent", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.12.0"
                }
            ], 
            "qrencode-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "qrencode-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.4.1"
                }
            ], 
            "quota": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "quota", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "4.01"
                }
            ], 
            "quota-nls": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "quota-nls", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "4.01"
                }
            ], 
            "readline": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "readline", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "6.2"
                }
            ], 
            "restraint": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "restraint", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "0.4.4"
                }
            ], 
            "restraint-rhts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "restraint-rhts", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "0.4.4"
                }
            ], 
            "rng-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rng-tools", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.3.1"
                }
            ], 
            "rootfiles": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rootfiles", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "8.1"
                }
            ], 
            "rpcbind": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpcbind", 
                    "release": "49.el7", 
                    "source": "rpm", 
                    "version": "0.2.0"
                }
            ], 
            "rpm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-build-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-build-libs", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-libs", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-python", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rsync": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rsync", 
                    "release": "12.el7_9", 
                    "source": "rpm", 
                    "version": "3.1.2"
                }
            ], 
            "rsyslog": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rsyslog", 
                    "release": "57.el7_9.3", 
                    "source": "rpm", 
                    "version": "8.24.0"
                }
            ], 
            "ruby": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ruby", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "ruby-irb": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ruby-irb", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "ruby-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ruby-libs", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "rubygem-bigdecimal": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-bigdecimal", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "1.2.0"
                }
            ], 
            "rubygem-io-console": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-io-console", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "0.4.2"
                }
            ], 
            "rubygem-json": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-json", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "1.7.7"
                }
            ], 
            "rubygem-psych": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-psych", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0"
                }
            ], 
            "rubygem-rdoc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rubygem-rdoc", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "4.0.0"
                }
            ], 
            "rubygems": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rubygems", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.14.1"
                }
            ], 
            "sed": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sed", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "4.2.2"
                }
            ], 
            "selinux-policy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "selinux-policy", 
                    "release": "268.el7_9.2", 
                    "source": "rpm", 
                    "version": "3.13.1"
                }
            ], 
            "selinux-policy-targeted": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "selinux-policy-targeted", 
                    "release": "268.el7_9.2", 
                    "source": "rpm", 
                    "version": "3.13.1"
                }
            ], 
            "setools-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "setools-libs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.3.8"
                }
            ], 
            "setup": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "setup", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.8.71"
                }
            ], 
            "sg3_utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "sg3_utils", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.37"
                }
            ], 
            "sg3_utils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "sg3_utils-libs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.37"
                }
            ], 
            "shadow-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "shadow-utils", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "4.6"
                }
            ], 
            "shared-mime-info": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "shared-mime-info", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.8"
                }
            ], 
            "slang": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "slang", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.2.4"
                }
            ], 
            "snappy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "snappy", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.1.0"
                }
            ], 
            "sqlite": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sqlite", 
                    "release": "8.el7_7.1", 
                    "source": "rpm", 
                    "version": "3.7.17"
                }
            ], 
            "strace": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "strace", 
                    "release": "7.el7_9", 
                    "source": "rpm", 
                    "version": "4.24"
                }
            ], 
            "sudo": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sudo", 
                    "release": "10.el7_9.3", 
                    "source": "rpm", 
                    "version": "1.8.23"
                }
            ], 
            "systemd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemd-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd-libs", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemd-sysv": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd-sysv", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemtap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-client": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-client", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-devel", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-runtime": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-runtime", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "sysvinit-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sysvinit-tools", 
                    "release": "14.dsf.el7", 
                    "source": "rpm", 
                    "version": "2.88"
                }
            ], 
            "tar": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "tar", 
                    "release": "35.el7", 
                    "source": "rpm", 
                    "version": "1.26"
                }
            ], 
            "tcp_wrappers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "tcp_wrappers", 
                    "release": "77.el7", 
                    "source": "rpm", 
                    "version": "7.6"
                }
            ], 
            "tcp_wrappers-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "tcp_wrappers-libs", 
                    "release": "77.el7", 
                    "source": "rpm", 
                    "version": "7.6"
                }
            ], 
            "teamd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "teamd", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.29"
                }
            ], 
            "time": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "time", 
                    "release": "45.el7", 
                    "source": "rpm", 
                    "version": "1.7"
                }
            ], 
            "tps-devel": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tps-devel", 
                    "release": "1", 
                    "source": "rpm", 
                    "version": "2.44.50"
                }
            ], 
            "tuned": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tuned", 
                    "release": "12.el7_9", 
                    "source": "rpm", 
                    "version": "2.11.0"
                }
            ], 
            "tzdata": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tzdata", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2024a"
                }
            ], 
            "unzip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "unzip", 
                    "release": "24.el7_9", 
                    "source": "rpm", 
                    "version": "6.0"
                }
            ], 
            "ustr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ustr", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "1.0.4"
                }
            ], 
            "util-linux": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "util-linux", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "vim-common": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-common", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-enhanced": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-enhanced", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-filesystem": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-filesystem", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-minimal": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-minimal", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "virt-what": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "virt-what", 
                    "release": "4.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.18"
                }
            ], 
            "wget": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "wget", 
                    "release": "18.el7_6.1", 
                    "source": "rpm", 
                    "version": "1.14"
                }
            ], 
            "which": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "which", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.20"
                }
            ], 
            "wpa_supplicant": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "wpa_supplicant", 
                    "release": "12.el7_9.2", 
                    "source": "rpm", 
                    "version": "2.6"
                }
            ], 
            "xfsprogs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xfsprogs", 
                    "release": "22.el7", 
                    "source": "rpm", 
                    "version": "4.5.0"
                }
            ], 
            "xz": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xz", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "5.2.2"
                }
            ], 
            "xz-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xz-libs", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "5.2.2"
                }
            ], 
            "yum": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum", 
                    "release": "168.el7.centos", 
                    "source": "rpm", 
                    "version": "3.4.3"
                }
            ], 
            "yum-metadata-parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "yum-metadata-parser", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "1.1.4"
                }
            ], 
            "yum-plugin-fastestmirror": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum-plugin-fastestmirror", 
                    "release": "54.el7_8", 
                    "source": "rpm", 
                    "version": "1.1.31"
                }
            ], 
            "yum-utils": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum-utils", 
                    "release": "54.el7_8", 
                    "source": "rpm", 
                    "version": "1.1.31"
                }
            ], 
            "zip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "zip", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.0"
                }
            ], 
            "zlib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "zlib", 
                    "release": "21.el7_9", 
                    "source": "rpm", 
                    "version": "1.2.7"
                }
            ]
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 11 January 2025  03:23:07 -0500 (0:00:02.078)       0:00:10.593 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_version": "8.24.0"
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 11 January 2025  03:23:07 -0500 (0:00:00.236)       0:00:10.830 ****** 
ok: [managed-node1] => {}

MSG:

Rsyslog_version is 8.24.0, which is older than "8.37.0-7.2".

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 11 January 2025  03:23:07 -0500 (0:00:00.248)       0:00:11.079 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 11 January 2025  03:23:08 -0500 (0:00:00.192)       0:00:11.271 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create the config directory if it does not exist] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 11 January 2025  03:23:08 -0500 (0:00:00.201)       0:00:11.473 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/etc/rsyslog.d", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 11 January 2025  03:23:08 -0500 (0:00:00.603)       0:00:12.076 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/var/lib/rsyslog", 
    "secontext": "system_u:object_r:syslogd_var_lib_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 11 January 2025  03:23:09 -0500 (0:00:00.495)       0:00:12.572 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/var/log", 
    "secontext": "system_u:object_r:var_log_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 11 January 2025  03:23:10 -0500 (0:00:00.748)       0:00:13.320 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options", 
                "filename": "00-global.conf", 
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
            }, 
            {
                "name": "local-modules", 
                "sections": [
                    {
                        "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                    }
                ], 
                "state": "absent", 
                "type": "modules"
            }, 
            {
                "name": "common-defaults", 
                "sections": [
                    {
                        "comment": "Log every message", 
                        "options": "$RepeatedMsgReduction off"
                    }
                ], 
                "type": "global"
            }, 
            {
                "name": "templates", 
                "sections": [
                    {
                        "comment": "User provided output templates", 
                        "options": "\n"
                    }
                ], 
                "type": "templates"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125
Saturday 11 January 2025  03:23:10 -0500 (0:00:00.468)       0:00:13.789 ****** 
changed: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n', u'filename': u'00-global.conf'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
    "dest": "/etc/rsyslog.d/00-global.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 137, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
    "state": "file", 
    "uid": 0
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
changed: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
    "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 96, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
    "state": "file", 
    "uid": 0
}
changed: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
    "dest": "/etc/rsyslog.d/20-templates.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 85, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
    "state": "file", 
    "uid": 0
}
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:149
Saturday 11 January 2025  03:23:13 -0500 (0:00:03.099)       0:00:16.889 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:153
Saturday 11 January 2025  03:23:13 -0500 (0:00:00.161)       0:00:17.051 ****** 
skipping: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n', u'filename': u'00-global.conf'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:171
Saturday 11 January 2025  03:23:13 -0500 (0:00:00.145)       0:00:17.196 ****** 
ok: [managed-node1] => (item={u'type': u'basics', u'name': u'basic_input'}) => {
    "ansible_facts": {
        "__rsyslog_basics_packages": []
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml"
    ], 
    "ansible_loop_var": "input_item", 
    "changed": false, 
    "input_item": {
        "name": "basic_input", 
        "type": "basics"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182
Saturday 11 January 2025  03:23:14 -0500 (0:00:00.104)       0:00:17.301 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3
Saturday 11 January 2025  03:23:14 -0500 (0:00:00.208)       0:00:17.510 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:23:14 -0500 (0:00:00.123)       0:00:17.633 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:23:14 -0500 (0:00:00.176)       0:00:17.810 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:23:14 -0500 (0:00:00.129)       0:00:17.939 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:23:14 -0500 (0:00:00.130)       0:00:18.070 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-basic_input] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10
Saturday 11 January 2025  03:23:14 -0500 (0:00:00.093)       0:00:18.164 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:23:15 -0500 (0:00:00.219)       0:00:18.383 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:23:15 -0500 (0:00:00.114)       0:00:18.498 ****** 
changed: [managed-node1] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call default_files\n}\n'}], u'name': u'input-basics-basic_input'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
    "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "input-basics-basic_input", 
        "sections": [
            {
                "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input"
    }, 
    "md5sum": "3432ce93798c119b675ea5466432cc01", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 1383, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:23:16 -0500 (0:00:01.250)       0:00:19.748 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3432ce93798c119b675ea5466432cc01", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1383, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:23:16 -0500 (0:00:00.212)       0:00:19.960 ****** 
skipping: [managed-node1] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call default_files\n}\n'}], u'name': u'input-basics-basic_input'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "input-basics-basic_input", 
        "sections": [
            {
                "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:197
Saturday 11 January 2025  03:23:17 -0500 (0:00:00.788)       0:00:20.748 ****** 
ok: [managed-node1] => (item={u'target': u'host.domain', u'facility': u'local1', u'tcp_port': 1514, u'name': u'forwards_severity_and_facility', u'queue': {u'saveonshutdown': u'on', u'spooldirectory': u'/var/spool/rsyslog', u'filename': u'forwards'}, u'template': u'syslog', u'action': {u'resumeinterval': 300, u'resumecount': 50}, u'type': u'forwards', u'severity': u'info'}) => {
    "ansible_facts": {
        "__rsyslog_conf_forwards_output_modules": [
            {
                "name": "output-forwards-modules", 
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format", 
                        "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_forwards_template_format | length > 0 and logging_forwards_template_format != \"modern\" %}\nmodule(load=\"builtin:omfwd\" Template=\"{{ logging_forwards_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_forwards_output_packages": [], 
        "__rsyslog_forwards_output_rules": [
            "{{ __rsyslog_conf_forwards_output_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "action": {
            "resumecount": 50, 
            "resumeinterval": 300
        }, 
        "facility": "local1", 
        "name": "forwards_severity_and_facility", 
        "queue": {
            "filename": "forwards", 
            "saveonshutdown": "on", 
            "spooldirectory": "/var/spool/rsyslog"
        }, 
        "severity": "info", 
        "target": "host.domain", 
        "tcp_port": 1514, 
        "template": "syslog", 
        "type": "forwards"
    }
}
ok: [managed-node1] => (item={u'tcp_port': 2514, u'type': u'forwards', u'target': u'host.domain', u'name': u'forwards_facility_only', u'facility': u'local2'}) => {
    "ansible_facts": {
        "__rsyslog_conf_forwards_output_modules": [
            {
                "name": "output-forwards-modules", 
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format", 
                        "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_forwards_template_format | length > 0 and logging_forwards_template_format != \"modern\" %}\nmodule(load=\"builtin:omfwd\" Template=\"{{ logging_forwards_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_forwards_output_packages": [], 
        "__rsyslog_forwards_output_rules": [
            "{{ __rsyslog_conf_forwards_output_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "facility": "local2", 
        "name": "forwards_facility_only", 
        "target": "host.domain", 
        "tcp_port": 2514, 
        "type": "forwards"
    }
}
ok: [managed-node1] => (item={u'tcp_port': 3514, u'type': u'forwards', u'target': u'host.domain', u'name': u'forwards_severity_only', u'severity': u'err'}) => {
    "ansible_facts": {
        "__rsyslog_conf_forwards_output_modules": [
            {
                "name": "output-forwards-modules", 
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format", 
                        "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_forwards_template_format | length > 0 and logging_forwards_template_format != \"modern\" %}\nmodule(load=\"builtin:omfwd\" Template=\"{{ logging_forwards_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_forwards_output_packages": [], 
        "__rsyslog_forwards_output_rules": [
            "{{ __rsyslog_conf_forwards_output_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "name": "forwards_severity_only", 
        "severity": "err", 
        "target": "host.domain", 
        "tcp_port": 3514, 
        "type": "forwards"
    }
}
ok: [managed-node1] => (item={u'tcp_port': 4514, u'type': u'forwards', u'name': u'forwards_no_severity_and_facility', u'target': u'host.domain'}) => {
    "ansible_facts": {
        "__rsyslog_conf_forwards_output_modules": [
            {
                "name": "output-forwards-modules", 
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format", 
                        "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_forwards_template_format | length > 0 and logging_forwards_template_format != \"modern\" %}\nmodule(load=\"builtin:omfwd\" Template=\"{{ logging_forwards_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_forwards_output_packages": [], 
        "__rsyslog_forwards_output_rules": [
            "{{ __rsyslog_conf_forwards_output_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "name": "forwards_no_severity_and_facility", 
        "target": "host.domain", 
        "tcp_port": 4514, 
        "type": "forwards"
    }
}
ok: [managed-node1] => (item={u'type': u'forwards', u'udp_port': 6514, u'name': u'forwards_no_severity_and_facility_udp', u'target': u'host.domain'}) => {
    "ansible_facts": {
        "__rsyslog_conf_forwards_output_modules": [
            {
                "name": "output-forwards-modules", 
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format", 
                        "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_forwards_template_format | length > 0 and logging_forwards_template_format != \"modern\" %}\nmodule(load=\"builtin:omfwd\" Template=\"{{ logging_forwards_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_forwards_output_packages": [], 
        "__rsyslog_forwards_output_rules": [
            "{{ __rsyslog_conf_forwards_output_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "name": "forwards_no_severity_and_facility_udp", 
        "target": "host.domain", 
        "type": "forwards", 
        "udp_port": 6514
    }
}
ok: [managed-node1] => (item={u'type': u'forwards', u'name': u'forwards_no_severity_and_facility_protocol_port', u'target': u'host.domain'}) => {
    "ansible_facts": {
        "__rsyslog_conf_forwards_output_modules": [
            {
                "name": "output-forwards-modules", 
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format", 
                        "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_forwards_template_format | length > 0 and logging_forwards_template_format != \"modern\" %}\nmodule(load=\"builtin:omfwd\" Template=\"{{ logging_forwards_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_forwards_output_packages": [], 
        "__rsyslog_forwards_output_rules": [
            "{{ __rsyslog_conf_forwards_output_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "name": "forwards_no_severity_and_facility_protocol_port", 
        "target": "host.domain", 
        "type": "forwards"
    }
}
ok: [managed-node1] => (item={u'type': u'forwards', u'name': u'forwards_no_severity_and_facility_protocol_port_target', u'target': u'host.domain'}) => {
    "ansible_facts": {
        "__rsyslog_conf_forwards_output_modules": [
            {
                "name": "output-forwards-modules", 
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format", 
                        "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_forwards_template_format | length > 0 and logging_forwards_template_format != \"modern\" %}\nmodule(load=\"builtin:omfwd\" Template=\"{{ logging_forwards_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_forwards_output_packages": [], 
        "__rsyslog_forwards_output_rules": [
            "{{ __rsyslog_conf_forwards_output_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "name": "forwards_no_severity_and_facility_protocol_port_target", 
        "target": "host.domain", 
        "type": "forwards"
    }
}
ok: [managed-node1] => (item={u'type': u'files', u'name': u'default_files'}) => {
    "ansible_facts": {
        "__rsyslog_conf_files_output_modules": [
            {
                "name": "output-files-modules", 
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format", 
                        "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_files_template_format not in [\"\", \"modern\"] %}\nmodule(load=\"builtin:omfile\" Template=\"{{ logging_files_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfile\")\n{% endif %}"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_files_output_packages": [], 
        "__rsyslog_files_output_rules": [
            "{{ __rsyslog_conf_files_output_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "name": "default_files", 
        "type": "files"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:209
Saturday 11 January 2025  03:23:17 -0500 (0:00:00.284)       0:00:21.033 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node1
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node1
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node1
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node1
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node1
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node1
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node1
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3
Saturday 11 January 2025  03:23:18 -0500 (0:00:00.329)       0:00:21.363 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:23:18 -0500 (0:00:00.137)       0:00:21.500 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:23:18 -0500 (0:00:00.110)       0:00:21.610 ****** 
changed: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
    "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 194, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:23:19 -0500 (0:00:01.116)       0:00:22.727 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3432ce93798c119b675ea5466432cc01", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1383, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:23:19 -0500 (0:00:00.129)       0:00:22.856 ****** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_severity_and_facility] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10
Saturday 11 January 2025  03:23:19 -0500 (0:00:00.155)       0:00:23.012 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:23:19 -0500 (0:00:00.171)       0:00:23.184 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:23:20 -0500 (0:00:00.099)       0:00:23.283 ****** 
changed: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_severity_and_facility") {\n    local1.info action(name="forwards_severity_and_facility"\n        type="omfwd"\n        Target="host.domain"\n        Port="1514"\n        Protocol="tcp"\n        Template="RSYSLOG_SyslogProtocol23Format"\n        action.resumeinterval="300"\n        queue.saveonshutdown="on"\n        queue.spooldirectory="/var/spool/rsyslog"\n        queue.filename="forwards"\n    )\n}\n'}], u'name': u'output-forwards-forwards_severity_and_facility'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
    "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-forwards_severity_and_facility", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_SyslogProtocol23Format\"\n        action.resumeinterval=\"300\"\n        queue.saveonshutdown=\"on\"\n        queue.spooldirectory=\"/var/spool/rsyslog\"\n        queue.filename=\"forwards\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "md5sum": "870d3301e8c5d3f40a244ccd34c1699c", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 462, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:23:21 -0500 (0:00:01.850)       0:00:25.134 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3432ce93798c119b675ea5466432cc01", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1383, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_SyslogProtocol23Format\"\n        action.resumeinterval=\"300\"\n        queue.saveonshutdown=\"on\"\n        queue.spooldirectory=\"/var/spool/rsyslog\"\n        queue.filename=\"forwards\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "870d3301e8c5d3f40a244ccd34c1699c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 462, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:23:22 -0500 (0:00:00.235)       0:00:25.369 ****** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_severity_and_facility") {\n    local1.info action(name="forwards_severity_and_facility"\n        type="omfwd"\n        Target="host.domain"\n        Port="1514"\n        Protocol="tcp"\n        Template="RSYSLOG_SyslogProtocol23Format"\n        action.resumeinterval="300"\n        queue.saveonshutdown="on"\n        queue.spooldirectory="/var/spool/rsyslog"\n        queue.filename="forwards"\n    )\n}\n'}], u'name': u'output-forwards-forwards_severity_and_facility'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-forwards_severity_and_facility", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_SyslogProtocol23Format\"\n        action.resumeinterval=\"300\"\n        queue.saveonshutdown=\"on\"\n        queue.spooldirectory=\"/var/spool/rsyslog\"\n        queue.filename=\"forwards\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3
Saturday 11 January 2025  03:23:23 -0500 (0:00:01.075)       0:00:26.445 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:23:23 -0500 (0:00:00.242)       0:00:26.687 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:23:23 -0500 (0:00:00.209)       0:00:26.897 ****** 
ok: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
    "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 194, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:23:24 -0500 (0:00:00.967)       0:00:27.864 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3432ce93798c119b675ea5466432cc01", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1383, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_SyslogProtocol23Format\"\n        action.resumeinterval=\"300\"\n        queue.saveonshutdown=\"on\"\n        queue.spooldirectory=\"/var/spool/rsyslog\"\n        queue.filename=\"forwards\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "870d3301e8c5d3f40a244ccd34c1699c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 462, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:23:24 -0500 (0:00:00.151)       0:00:28.015 ****** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_facility_only] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10
Saturday 11 January 2025  03:23:24 -0500 (0:00:00.178)       0:00:28.193 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:23:25 -0500 (0:00:00.198)       0:00:28.392 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:23:25 -0500 (0:00:00.159)       0:00:28.551 ****** 
changed: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_facility_only") {\n    local2.* action(name="forwards_facility_only"\n        type="omfwd"\n        Target="host.domain"\n        Port="2514"\n        Protocol="tcp"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}], u'name': u'output-forwards-forwards_facility_only'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
    "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-forwards_facility_only", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_facility_only\") {\n    local2.* action(name=\"forwards_facility_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"2514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "md5sum": "6323e0bec496fa375d0c070440930f93", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 280, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:23:26 -0500 (0:00:01.279)       0:00:29.831 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3432ce93798c119b675ea5466432cc01", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1383, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_SyslogProtocol23Format\"\n        action.resumeinterval=\"300\"\n        queue.saveonshutdown=\"on\"\n        queue.spooldirectory=\"/var/spool/rsyslog\"\n        queue.filename=\"forwards\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "870d3301e8c5d3f40a244ccd34c1699c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 462, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_facility_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_facility_only\") {\n    local2.* action(name=\"forwards_facility_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"2514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6323e0bec496fa375d0c070440930f93", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 280, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:23:26 -0500 (0:00:00.334)       0:00:30.165 ****** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_facility_only") {\n    local2.* action(name="forwards_facility_only"\n        type="omfwd"\n        Target="host.domain"\n        Port="2514"\n        Protocol="tcp"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}], u'name': u'output-forwards-forwards_facility_only'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-forwards_facility_only", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_facility_only\") {\n    local2.* action(name=\"forwards_facility_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"2514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3
Saturday 11 January 2025  03:23:27 -0500 (0:00:00.456)       0:00:30.622 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:23:27 -0500 (0:00:00.199)       0:00:30.822 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:23:27 -0500 (0:00:00.103)       0:00:30.926 ****** 
ok: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
    "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 194, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:23:28 -0500 (0:00:01.009)       0:00:31.936 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3432ce93798c119b675ea5466432cc01", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1383, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_SyslogProtocol23Format\"\n        action.resumeinterval=\"300\"\n        queue.saveonshutdown=\"on\"\n        queue.spooldirectory=\"/var/spool/rsyslog\"\n        queue.filename=\"forwards\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "870d3301e8c5d3f40a244ccd34c1699c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 462, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_facility_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_facility_only\") {\n    local2.* action(name=\"forwards_facility_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"2514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6323e0bec496fa375d0c070440930f93", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 280, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:23:28 -0500 (0:00:00.198)       0:00:32.134 ****** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_severity_only] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10
Saturday 11 January 2025  03:23:29 -0500 (0:00:00.149)       0:00:32.284 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:23:29 -0500 (0:00:00.202)       0:00:32.487 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:23:29 -0500 (0:00:00.135)       0:00:32.622 ****** 
changed: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_severity_only") {\n    *.err action(name="forwards_severity_only"\n        type="omfwd"\n        Target="host.domain"\n        Port="3514"\n        Protocol="tcp"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}], u'name': u'output-forwards-forwards_severity_only'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
    "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-forwards_severity_only", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_severity_only\") {\n    *.err action(name=\"forwards_severity_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"3514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "md5sum": "efd4034421decd92884a852b7d40e633", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 277, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:23:30 -0500 (0:00:00.968)       0:00:33.591 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3432ce93798c119b675ea5466432cc01", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1383, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_SyslogProtocol23Format\"\n        action.resumeinterval=\"300\"\n        queue.saveonshutdown=\"on\"\n        queue.spooldirectory=\"/var/spool/rsyslog\"\n        queue.filename=\"forwards\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "870d3301e8c5d3f40a244ccd34c1699c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 462, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_facility_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_facility_only\") {\n    local2.* action(name=\"forwards_facility_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"2514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6323e0bec496fa375d0c070440930f93", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 280, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_only\") {\n    *.err action(name=\"forwards_severity_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"3514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "efd4034421decd92884a852b7d40e633", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 277, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:23:30 -0500 (0:00:00.126)       0:00:33.717 ****** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_severity_only") {\n    *.err action(name="forwards_severity_only"\n        type="omfwd"\n        Target="host.domain"\n        Port="3514"\n        Protocol="tcp"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}], u'name': u'output-forwards-forwards_severity_only'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-forwards_severity_only", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_severity_only\") {\n    *.err action(name=\"forwards_severity_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"3514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3
Saturday 11 January 2025  03:23:30 -0500 (0:00:00.372)       0:00:34.090 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:23:31 -0500 (0:00:00.176)       0:00:34.266 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:23:31 -0500 (0:00:00.100)       0:00:34.367 ****** 
ok: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
    "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 194, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:23:31 -0500 (0:00:00.694)       0:00:35.061 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3432ce93798c119b675ea5466432cc01", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1383, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_SyslogProtocol23Format\"\n        action.resumeinterval=\"300\"\n        queue.saveonshutdown=\"on\"\n        queue.spooldirectory=\"/var/spool/rsyslog\"\n        queue.filename=\"forwards\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "870d3301e8c5d3f40a244ccd34c1699c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 462, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_facility_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_facility_only\") {\n    local2.* action(name=\"forwards_facility_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"2514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6323e0bec496fa375d0c070440930f93", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 280, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_only\") {\n    *.err action(name=\"forwards_severity_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"3514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "efd4034421decd92884a852b7d40e633", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 277, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:23:31 -0500 (0:00:00.130)       0:00:35.192 ****** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_no_severity_and_facility] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10
Saturday 11 January 2025  03:23:32 -0500 (0:00:00.085)       0:00:35.277 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:23:32 -0500 (0:00:00.166)       0:00:35.444 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:23:32 -0500 (0:00:00.078)       0:00:35.523 ****** 
changed: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_no_severity_and_facility") {\n    *.* action(name="forwards_no_severity_and_facility"\n        type="omfwd"\n        Target="host.domain"\n        Port="4514"\n        Protocol="tcp"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}], u'name': u'output-forwards-forwards_no_severity_and_facility'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "e66c04146507304cf2888a9bddab53e3857d33b2", 
    "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-forwards_no_severity_and_facility", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_no_severity_and_facility\") {\n    *.* action(name=\"forwards_no_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"4514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "md5sum": "aa9786f7370e806ddc5e1aa5c107b24f", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 297, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583812.53-12266-269405956626994/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:23:33 -0500 (0:00:00.902)       0:00:36.425 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3432ce93798c119b675ea5466432cc01", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1383, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_SyslogProtocol23Format\"\n        action.resumeinterval=\"300\"\n        queue.saveonshutdown=\"on\"\n        queue.spooldirectory=\"/var/spool/rsyslog\"\n        queue.filename=\"forwards\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "870d3301e8c5d3f40a244ccd34c1699c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 462, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_facility_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_facility_only\") {\n    local2.* action(name=\"forwards_facility_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"2514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6323e0bec496fa375d0c070440930f93", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 280, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_only\") {\n    *.err action(name=\"forwards_severity_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"3514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "efd4034421decd92884a852b7d40e633", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 277, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "e66c04146507304cf2888a9bddab53e3857d33b2", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility\") {\n    *.* action(name=\"forwards_no_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"4514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "e66c04146507304cf2888a9bddab53e3857d33b2", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583812.53-12266-269405956626994/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "aa9786f7370e806ddc5e1aa5c107b24f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 297, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583812.53-12266-269405956626994/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:23:33 -0500 (0:00:00.135)       0:00:36.561 ****** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_no_severity_and_facility") {\n    *.* action(name="forwards_no_severity_and_facility"\n        type="omfwd"\n        Target="host.domain"\n        Port="4514"\n        Protocol="tcp"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}], u'name': u'output-forwards-forwards_no_severity_and_facility'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-forwards_no_severity_and_facility", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_no_severity_and_facility\") {\n    *.* action(name=\"forwards_no_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"4514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3
Saturday 11 January 2025  03:23:33 -0500 (0:00:00.282)       0:00:36.843 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:23:33 -0500 (0:00:00.118)       0:00:36.962 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:23:33 -0500 (0:00:00.085)       0:00:37.048 ****** 
ok: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
    "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 194, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:23:34 -0500 (0:00:00.667)       0:00:37.715 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3432ce93798c119b675ea5466432cc01", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1383, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_SyslogProtocol23Format\"\n        action.resumeinterval=\"300\"\n        queue.saveonshutdown=\"on\"\n        queue.spooldirectory=\"/var/spool/rsyslog\"\n        queue.filename=\"forwards\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "870d3301e8c5d3f40a244ccd34c1699c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 462, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_facility_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_facility_only\") {\n    local2.* action(name=\"forwards_facility_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"2514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6323e0bec496fa375d0c070440930f93", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 280, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_only\") {\n    *.err action(name=\"forwards_severity_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"3514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "efd4034421decd92884a852b7d40e633", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 277, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "e66c04146507304cf2888a9bddab53e3857d33b2", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility\") {\n    *.* action(name=\"forwards_no_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"4514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "e66c04146507304cf2888a9bddab53e3857d33b2", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583812.53-12266-269405956626994/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "aa9786f7370e806ddc5e1aa5c107b24f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 297, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583812.53-12266-269405956626994/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:23:34 -0500 (0:00:00.157)       0:00:37.872 ****** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_no_severity_and_facility_udp] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10
Saturday 11 January 2025  03:23:34 -0500 (0:00:00.086)       0:00:37.959 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:23:34 -0500 (0:00:00.206)       0:00:38.165 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:23:34 -0500 (0:00:00.065)       0:00:38.231 ****** 
changed: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_no_severity_and_facility_udp") {\n    *.* action(name="forwards_no_severity_and_facility_udp"\n        type="omfwd"\n        Target="host.domain"\n        Port="6514"\n        Protocol="udp"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}], u'name': u'output-forwards-forwards_no_severity_and_facility_udp'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "b997afe52a0257c5966017b7b5f58e34701d7ea3", 
    "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-forwards_no_severity_and_facility_udp", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_no_severity_and_facility_udp\") {\n    *.* action(name=\"forwards_no_severity_and_facility_udp\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"6514\"\n        Protocol=\"udp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "md5sum": "3b0ac8798df4200ec85e4bd24678e1f1", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 305, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583815.27-12396-159845474301969/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:23:35 -0500 (0:00:00.884)       0:00:39.116 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3432ce93798c119b675ea5466432cc01", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1383, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_SyslogProtocol23Format\"\n        action.resumeinterval=\"300\"\n        queue.saveonshutdown=\"on\"\n        queue.spooldirectory=\"/var/spool/rsyslog\"\n        queue.filename=\"forwards\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "870d3301e8c5d3f40a244ccd34c1699c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 462, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_facility_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_facility_only\") {\n    local2.* action(name=\"forwards_facility_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"2514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6323e0bec496fa375d0c070440930f93", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 280, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_only\") {\n    *.err action(name=\"forwards_severity_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"3514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "efd4034421decd92884a852b7d40e633", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 277, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "e66c04146507304cf2888a9bddab53e3857d33b2", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility\") {\n    *.* action(name=\"forwards_no_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"4514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "e66c04146507304cf2888a9bddab53e3857d33b2", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583812.53-12266-269405956626994/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "aa9786f7370e806ddc5e1aa5c107b24f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 297, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583812.53-12266-269405956626994/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b997afe52a0257c5966017b7b5f58e34701d7ea3", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility_udp", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility_udp\") {\n    *.* action(name=\"forwards_no_severity_and_facility_udp\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"6514\"\n        Protocol=\"udp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b997afe52a0257c5966017b7b5f58e34701d7ea3", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583815.27-12396-159845474301969/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3b0ac8798df4200ec85e4bd24678e1f1", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 305, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583815.27-12396-159845474301969/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:23:35 -0500 (0:00:00.131)       0:00:39.247 ****** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_no_severity_and_facility_udp") {\n    *.* action(name="forwards_no_severity_and_facility_udp"\n        type="omfwd"\n        Target="host.domain"\n        Port="6514"\n        Protocol="udp"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}], u'name': u'output-forwards-forwards_no_severity_and_facility_udp'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-forwards_no_severity_and_facility_udp", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_no_severity_and_facility_udp\") {\n    *.* action(name=\"forwards_no_severity_and_facility_udp\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"6514\"\n        Protocol=\"udp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3
Saturday 11 January 2025  03:23:36 -0500 (0:00:00.277)       0:00:39.524 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:23:36 -0500 (0:00:00.139)       0:00:39.664 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:23:36 -0500 (0:00:00.112)       0:00:39.776 ****** 
ok: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
    "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 194, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:23:37 -0500 (0:00:00.617)       0:00:40.393 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3432ce93798c119b675ea5466432cc01", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1383, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_SyslogProtocol23Format\"\n        action.resumeinterval=\"300\"\n        queue.saveonshutdown=\"on\"\n        queue.spooldirectory=\"/var/spool/rsyslog\"\n        queue.filename=\"forwards\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "870d3301e8c5d3f40a244ccd34c1699c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 462, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_facility_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_facility_only\") {\n    local2.* action(name=\"forwards_facility_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"2514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6323e0bec496fa375d0c070440930f93", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 280, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_only\") {\n    *.err action(name=\"forwards_severity_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"3514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "efd4034421decd92884a852b7d40e633", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 277, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "e66c04146507304cf2888a9bddab53e3857d33b2", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility\") {\n    *.* action(name=\"forwards_no_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"4514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "e66c04146507304cf2888a9bddab53e3857d33b2", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583812.53-12266-269405956626994/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "aa9786f7370e806ddc5e1aa5c107b24f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 297, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583812.53-12266-269405956626994/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b997afe52a0257c5966017b7b5f58e34701d7ea3", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility_udp", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility_udp\") {\n    *.* action(name=\"forwards_no_severity_and_facility_udp\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"6514\"\n        Protocol=\"udp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b997afe52a0257c5966017b7b5f58e34701d7ea3", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583815.27-12396-159845474301969/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3b0ac8798df4200ec85e4bd24678e1f1", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 305, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583815.27-12396-159845474301969/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:23:37 -0500 (0:00:00.140)       0:00:40.534 ****** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_no_severity_and_facility_protocol_port] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10
Saturday 11 January 2025  03:23:37 -0500 (0:00:00.100)       0:00:40.635 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:23:37 -0500 (0:00:00.152)       0:00:40.787 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:23:37 -0500 (0:00:00.065)       0:00:40.852 ****** 
changed: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_no_severity_and_facility_protocol_port") {\n    *.* action(name="forwards_no_severity_and_facility_protocol_port"\n        type="omfwd"\n        Target="host.domain"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}], u'name': u'output-forwards-forwards_no_severity_and_facility_protocol_port'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "e93b27e0031367d4b6a4803d015d7dcf84d1b15d", 
    "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-forwards_no_severity_and_facility_protocol_port", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_no_severity_and_facility_protocol_port\") {\n    *.* action(name=\"forwards_no_severity_and_facility_protocol_port\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "md5sum": "f3736a4c2da1ee70aa0d104121a039aa", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 282, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583817.93-12522-273429520678537/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:23:38 -0500 (0:00:00.974)       0:00:41.827 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3432ce93798c119b675ea5466432cc01", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1383, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_SyslogProtocol23Format\"\n        action.resumeinterval=\"300\"\n        queue.saveonshutdown=\"on\"\n        queue.spooldirectory=\"/var/spool/rsyslog\"\n        queue.filename=\"forwards\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "870d3301e8c5d3f40a244ccd34c1699c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 462, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_facility_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_facility_only\") {\n    local2.* action(name=\"forwards_facility_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"2514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6323e0bec496fa375d0c070440930f93", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 280, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_only\") {\n    *.err action(name=\"forwards_severity_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"3514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "efd4034421decd92884a852b7d40e633", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 277, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "e66c04146507304cf2888a9bddab53e3857d33b2", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility\") {\n    *.* action(name=\"forwards_no_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"4514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "e66c04146507304cf2888a9bddab53e3857d33b2", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583812.53-12266-269405956626994/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "aa9786f7370e806ddc5e1aa5c107b24f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 297, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583812.53-12266-269405956626994/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b997afe52a0257c5966017b7b5f58e34701d7ea3", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility_udp", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility_udp\") {\n    *.* action(name=\"forwards_no_severity_and_facility_udp\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"6514\"\n        Protocol=\"udp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b997afe52a0257c5966017b7b5f58e34701d7ea3", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583815.27-12396-159845474301969/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3b0ac8798df4200ec85e4bd24678e1f1", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 305, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583815.27-12396-159845474301969/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "e93b27e0031367d4b6a4803d015d7dcf84d1b15d", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility_protocol_port", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility_protocol_port\") {\n    *.* action(name=\"forwards_no_severity_and_facility_protocol_port\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "e93b27e0031367d4b6a4803d015d7dcf84d1b15d", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583817.93-12522-273429520678537/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "f3736a4c2da1ee70aa0d104121a039aa", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 282, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583817.93-12522-273429520678537/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:23:38 -0500 (0:00:00.221)       0:00:42.049 ****** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_no_severity_and_facility_protocol_port") {\n    *.* action(name="forwards_no_severity_and_facility_protocol_port"\n        type="omfwd"\n        Target="host.domain"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}], u'name': u'output-forwards-forwards_no_severity_and_facility_protocol_port'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-forwards_no_severity_and_facility_protocol_port", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_no_severity_and_facility_protocol_port\") {\n    *.* action(name=\"forwards_no_severity_and_facility_protocol_port\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3
Saturday 11 January 2025  03:23:39 -0500 (0:00:00.357)       0:00:42.406 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:23:39 -0500 (0:00:00.177)       0:00:42.584 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:23:39 -0500 (0:00:00.096)       0:00:42.680 ****** 
ok: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
    "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 194, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:23:40 -0500 (0:00:00.718)       0:00:43.399 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3432ce93798c119b675ea5466432cc01", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1383, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_SyslogProtocol23Format\"\n        action.resumeinterval=\"300\"\n        queue.saveonshutdown=\"on\"\n        queue.spooldirectory=\"/var/spool/rsyslog\"\n        queue.filename=\"forwards\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "870d3301e8c5d3f40a244ccd34c1699c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 462, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_facility_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_facility_only\") {\n    local2.* action(name=\"forwards_facility_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"2514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6323e0bec496fa375d0c070440930f93", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 280, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_only\") {\n    *.err action(name=\"forwards_severity_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"3514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "efd4034421decd92884a852b7d40e633", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 277, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "e66c04146507304cf2888a9bddab53e3857d33b2", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility\") {\n    *.* action(name=\"forwards_no_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"4514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "e66c04146507304cf2888a9bddab53e3857d33b2", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583812.53-12266-269405956626994/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "aa9786f7370e806ddc5e1aa5c107b24f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 297, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583812.53-12266-269405956626994/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b997afe52a0257c5966017b7b5f58e34701d7ea3", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility_udp", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility_udp\") {\n    *.* action(name=\"forwards_no_severity_and_facility_udp\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"6514\"\n        Protocol=\"udp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b997afe52a0257c5966017b7b5f58e34701d7ea3", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583815.27-12396-159845474301969/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3b0ac8798df4200ec85e4bd24678e1f1", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 305, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583815.27-12396-159845474301969/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "e93b27e0031367d4b6a4803d015d7dcf84d1b15d", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility_protocol_port", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility_protocol_port\") {\n    *.* action(name=\"forwards_no_severity_and_facility_protocol_port\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "e93b27e0031367d4b6a4803d015d7dcf84d1b15d", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583817.93-12522-273429520678537/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "f3736a4c2da1ee70aa0d104121a039aa", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 282, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583817.93-12522-273429520678537/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:23:40 -0500 (0:00:00.237)       0:00:43.637 ****** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_no_severity_and_facility_protocol_port_target] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10
Saturday 11 January 2025  03:23:40 -0500 (0:00:00.138)       0:00:43.775 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:23:40 -0500 (0:00:00.209)       0:00:43.984 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:23:40 -0500 (0:00:00.102)       0:00:44.087 ****** 
changed: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_no_severity_and_facility_protocol_port_target") {\n    *.* action(name="forwards_no_severity_and_facility_protocol_port_target"\n        type="omfwd"\n        Target="host.domain"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}], u'name': u'output-forwards-forwards_no_severity_and_facility_protocol_port_target'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "98bedd47b27f0aae844f84c93adab08d01144717", 
    "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port_target.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-forwards_no_severity_and_facility_protocol_port_target", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_no_severity_and_facility_protocol_port_target\") {\n    *.* action(name=\"forwards_no_severity_and_facility_protocol_port_target\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "md5sum": "20a5bd413522819009fffac7f14e350c", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 296, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583821.19-12654-207474562564131/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:23:41 -0500 (0:00:01.045)       0:00:45.132 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3432ce93798c119b675ea5466432cc01", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1383, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_SyslogProtocol23Format\"\n        action.resumeinterval=\"300\"\n        queue.saveonshutdown=\"on\"\n        queue.spooldirectory=\"/var/spool/rsyslog\"\n        queue.filename=\"forwards\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "870d3301e8c5d3f40a244ccd34c1699c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 462, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_facility_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_facility_only\") {\n    local2.* action(name=\"forwards_facility_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"2514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6323e0bec496fa375d0c070440930f93", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 280, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_only\") {\n    *.err action(name=\"forwards_severity_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"3514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "efd4034421decd92884a852b7d40e633", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 277, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "e66c04146507304cf2888a9bddab53e3857d33b2", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility\") {\n    *.* action(name=\"forwards_no_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"4514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "e66c04146507304cf2888a9bddab53e3857d33b2", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583812.53-12266-269405956626994/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "aa9786f7370e806ddc5e1aa5c107b24f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 297, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583812.53-12266-269405956626994/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b997afe52a0257c5966017b7b5f58e34701d7ea3", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility_udp", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility_udp\") {\n    *.* action(name=\"forwards_no_severity_and_facility_udp\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"6514\"\n        Protocol=\"udp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b997afe52a0257c5966017b7b5f58e34701d7ea3", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583815.27-12396-159845474301969/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3b0ac8798df4200ec85e4bd24678e1f1", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 305, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583815.27-12396-159845474301969/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "e93b27e0031367d4b6a4803d015d7dcf84d1b15d", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility_protocol_port", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility_protocol_port\") {\n    *.* action(name=\"forwards_no_severity_and_facility_protocol_port\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "e93b27e0031367d4b6a4803d015d7dcf84d1b15d", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583817.93-12522-273429520678537/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "f3736a4c2da1ee70aa0d104121a039aa", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 282, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583817.93-12522-273429520678537/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "98bedd47b27f0aae844f84c93adab08d01144717", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port_target.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility_protocol_port_target", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility_protocol_port_target\") {\n    *.* action(name=\"forwards_no_severity_and_facility_protocol_port_target\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "98bedd47b27f0aae844f84c93adab08d01144717", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port_target.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583821.19-12654-207474562564131/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "20a5bd413522819009fffac7f14e350c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 296, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583821.19-12654-207474562564131/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:23:42 -0500 (0:00:00.214)       0:00:45.347 ****** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_no_severity_and_facility_protocol_port_target") {\n    *.* action(name="forwards_no_severity_and_facility_protocol_port_target"\n        type="omfwd"\n        Target="host.domain"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}], u'name': u'output-forwards-forwards_no_severity_and_facility_protocol_port_target'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-forwards_no_severity_and_facility_protocol_port_target", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_no_severity_and_facility_protocol_port_target\") {\n    *.* action(name=\"forwards_no_severity_and_facility_protocol_port_target\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Saturday 11 January 2025  03:23:42 -0500 (0:00:00.538)       0:00:45.886 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:23:43 -0500 (0:00:00.473)       0:00:46.360 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:23:43 -0500 (0:00:00.202)       0:00:46.562 ****** 
changed: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfile")\n'}], u'type': u'modules', u'name': u'output-files-modules'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
    "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-files-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "md5sum": "00018829068d32b3c654252fff4f6884", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 151, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583823.49-12741-14227953452576/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:23:44 -0500 (0:00:00.999)       0:00:47.562 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3432ce93798c119b675ea5466432cc01", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1383, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_SyslogProtocol23Format\"\n        action.resumeinterval=\"300\"\n        queue.saveonshutdown=\"on\"\n        queue.spooldirectory=\"/var/spool/rsyslog\"\n        queue.filename=\"forwards\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "870d3301e8c5d3f40a244ccd34c1699c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 462, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_facility_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_facility_only\") {\n    local2.* action(name=\"forwards_facility_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"2514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6323e0bec496fa375d0c070440930f93", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 280, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_only\") {\n    *.err action(name=\"forwards_severity_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"3514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "efd4034421decd92884a852b7d40e633", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 277, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "e66c04146507304cf2888a9bddab53e3857d33b2", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility\") {\n    *.* action(name=\"forwards_no_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"4514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "e66c04146507304cf2888a9bddab53e3857d33b2", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583812.53-12266-269405956626994/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "aa9786f7370e806ddc5e1aa5c107b24f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 297, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583812.53-12266-269405956626994/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b997afe52a0257c5966017b7b5f58e34701d7ea3", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility_udp", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility_udp\") {\n    *.* action(name=\"forwards_no_severity_and_facility_udp\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"6514\"\n        Protocol=\"udp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b997afe52a0257c5966017b7b5f58e34701d7ea3", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583815.27-12396-159845474301969/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3b0ac8798df4200ec85e4bd24678e1f1", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 305, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583815.27-12396-159845474301969/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "e93b27e0031367d4b6a4803d015d7dcf84d1b15d", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility_protocol_port", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility_protocol_port\") {\n    *.* action(name=\"forwards_no_severity_and_facility_protocol_port\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "e93b27e0031367d4b6a4803d015d7dcf84d1b15d", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583817.93-12522-273429520678537/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "f3736a4c2da1ee70aa0d104121a039aa", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 282, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583817.93-12522-273429520678537/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "98bedd47b27f0aae844f84c93adab08d01144717", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port_target.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility_protocol_port_target", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility_protocol_port_target\") {\n    *.* action(name=\"forwards_no_severity_and_facility_protocol_port_target\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "98bedd47b27f0aae844f84c93adab08d01144717", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port_target.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583821.19-12654-207474562564131/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "20a5bd413522819009fffac7f14e350c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 296, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583821.19-12654-207474562564131/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583823.49-12741-14227953452576/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "00018829068d32b3c654252fff4f6884", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583823.49-12741-14227953452576/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:23:44 -0500 (0:00:00.309)       0:00:47.871 ****** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfile")\n'}], u'type': u'modules', u'name': u'output-files-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-files-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Saturday 11 January 2025  03:23:44 -0500 (0:00:00.130)       0:00:48.002 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:23:44 -0500 (0:00:00.222)       0:00:48.224 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:23:45 -0500 (0:00:00.127)       0:00:48.352 ****** 
changed: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}], u'name': u'output-files-default_files'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
    "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-files-default_files", 
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "md5sum": "59b5e3a49aa4019cfcb5072a139717e9", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 1148, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583825.57-12834-20935948513441/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:23:46 -0500 (0:00:01.395)       0:00:49.748 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583790.62-11293-173171621845786/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583791.88-11293-267178395317094/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583792.72-11293-265666396019166/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_facility_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_only\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_udp\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_no_severity_and_facility_protocol_port_target\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b61b85b44afae47b774ad21720895599b19453be", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3432ce93798c119b675ea5466432cc01", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1383, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583795.83-11525-3177161553816/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583798.49-11652-280202273624566/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_SyslogProtocol23Format\"\n        action.resumeinterval=\"300\"\n        queue.saveonshutdown=\"on\"\n        queue.spooldirectory=\"/var/spool/rsyslog\"\n        queue.filename=\"forwards\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "870d3301e8c5d3f40a244ccd34c1699c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 462, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583800.84-11732-28667653220832/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_facility_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_facility_only\") {\n    local2.* action(name=\"forwards_facility_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"2514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6323e0bec496fa375d0c070440930f93", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 280, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583805.77-11949-229238254809776/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_only", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_only\") {\n    *.err action(name=\"forwards_severity_only\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"3514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "efd4034421decd92884a852b7d40e633", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 277, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583809.72-12129-3662239729/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "e66c04146507304cf2888a9bddab53e3857d33b2", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility\") {\n    *.* action(name=\"forwards_no_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"4514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "e66c04146507304cf2888a9bddab53e3857d33b2", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583812.53-12266-269405956626994/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "aa9786f7370e806ddc5e1aa5c107b24f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 297, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583812.53-12266-269405956626994/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b997afe52a0257c5966017b7b5f58e34701d7ea3", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility_udp", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility_udp\") {\n    *.* action(name=\"forwards_no_severity_and_facility_udp\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"6514\"\n        Protocol=\"udp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b997afe52a0257c5966017b7b5f58e34701d7ea3", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583815.27-12396-159845474301969/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3b0ac8798df4200ec85e4bd24678e1f1", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 305, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583815.27-12396-159845474301969/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "e93b27e0031367d4b6a4803d015d7dcf84d1b15d", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility_protocol_port", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility_protocol_port\") {\n    *.* action(name=\"forwards_no_severity_and_facility_protocol_port\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "e93b27e0031367d4b6a4803d015d7dcf84d1b15d", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583817.93-12522-273429520678537/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "f3736a4c2da1ee70aa0d104121a039aa", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 282, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583817.93-12522-273429520678537/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "98bedd47b27f0aae844f84c93adab08d01144717", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port_target.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_no_severity_and_facility_protocol_port_target", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_no_severity_and_facility_protocol_port_target\") {\n    *.* action(name=\"forwards_no_severity_and_facility_protocol_port_target\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "98bedd47b27f0aae844f84c93adab08d01144717", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port_target.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583821.19-12654-207474562564131/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "20a5bd413522819009fffac7f14e350c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 296, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583821.19-12654-207474562564131/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583823.49-12741-14227953452576/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "00018829068d32b3c654252fff4f6884", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583823.49-12741-14227953452576/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
                        "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-default_files", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583825.57-12834-20935948513441/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "59b5e3a49aa4019cfcb5072a139717e9", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1148, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583825.57-12834-20935948513441/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:23:46 -0500 (0:00:00.238)       0:00:49.986 ****** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}], u'name': u'output-files-default_files'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-files-default_files", 
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:222
Saturday 11 January 2025  03:23:47 -0500 (0:00:00.392)       0:00:50.378 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239
Saturday 11 January 2025  03:23:47 -0500 (0:00:00.100)       0:00:50.479 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:259
Saturday 11 January 2025  03:23:47 -0500 (0:00:00.214)       0:00:50.693 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:280
Saturday 11 January 2025  03:23:47 -0500 (0:00:00.121)       0:00:50.815 ****** 
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local ca_cert file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:288
Saturday 11 January 2025  03:23:47 -0500 (0:00:00.139)       0:00:50.955 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local cert file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:300
Saturday 11 January 2025  03:23:47 -0500 (0:00:00.078)       0:00:51.033 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local key file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:312
Saturday 11 January 2025  03:23:47 -0500 (0:00:00.079)       0:00:51.112 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:324
Saturday 11 January 2025  03:23:48 -0500 (0:00:00.147)       0:00:51.260 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "rsyslog", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-01-11 03:17:57 EST", 
        "ActiveEnterTimestampMonotonic": "13477441", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "network.target network-online.target basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-01-11 03:17:56 EST", 
        "AssertTimestampMonotonic": "13288278", 
        "Before": "multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2025-01-11 03:17:56 EST", 
        "ConditionTimestampMonotonic": "13288276", 
        "Conflicts": "shutdown.target", 
        "ControlGroup": "/system.slice/rsyslog.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "System Logging Service", 
        "DevicePolicy": "auto", 
        "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", 
        "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "1219", 
        "ExecMainStartTimestamp": "Sat 2025-01-11 03:17:56 EST", 
        "ExecMainStartTimestampMonotonic": "13292714", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Sat 2025-01-11 03:17:56 EST] ; stop_time=[n/a] ; pid=1219 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "rsyslog.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2025-01-11 03:17:56 EST", 
        "InactiveExitTimestampMonotonic": "13292753", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "1219", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "rsyslog.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "main", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "on-failure", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "notify", 
        "UMask": "0066", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-online.target network.target", 
        "WatchdogTimestamp": "Sat 2025-01-11 03:17:57 EST", 
        "WatchdogTimestampMonotonic": "13477281", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332
Saturday 11 January 2025  03:23:48 -0500 (0:00:00.892)       0:00:52.153 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:341
Saturday 11 January 2025  03:23:48 -0500 (0:00:00.087)       0:00:52.240 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:353
Saturday 11 January 2025  03:23:49 -0500 (0:00:00.077)       0:00:52.318 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get mode of rsyslog.conf if it exists] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:360
Saturday 11 January 2025  03:23:49 -0500 (0:00:00.065)       0:00:52.384 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1736583477.076493, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "c9638f934d9bd63f915871a44f22aa1968342884", 
        "ctime": 1718880241.3346503, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 144726, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1642101032.0, 
        "nlink": 1, 
        "path": "/etc/rsyslog.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 3232, 
        "uid": 0, 
        "version": "22382597", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate main rsyslog configuration] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:366
Saturday 11 January 2025  03:23:49 -0500 (0:00:00.392)       0:00:52.777 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", 
    "dest": "/etc/rsyslog.conf", 
    "gid": 0, 
    "group": "root", 
    "md5sum": "06be1b21217661badf921ea6dcceb702", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 131, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583829.59-13007-62309000575510/source", 
    "state": "file", 
    "uid": 0
}

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 11 January 2025  03:23:50 -0500 (0:00:00.638)       0:00:53.415 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "name": "rsyslog", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-01-11 03:17:57 EST", 
        "ActiveEnterTimestampMonotonic": "13477441", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "network.target network-online.target basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-01-11 03:17:56 EST", 
        "AssertTimestampMonotonic": "13288278", 
        "Before": "multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2025-01-11 03:17:56 EST", 
        "ConditionTimestampMonotonic": "13288276", 
        "Conflicts": "shutdown.target", 
        "ControlGroup": "/system.slice/rsyslog.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "System Logging Service", 
        "DevicePolicy": "auto", 
        "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", 
        "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "1219", 
        "ExecMainStartTimestamp": "Sat 2025-01-11 03:17:56 EST", 
        "ExecMainStartTimestampMonotonic": "13292714", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Sat 2025-01-11 03:17:56 EST] ; stop_time=[n/a] ; pid=1219 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "rsyslog.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2025-01-11 03:17:56 EST", 
        "InactiveExitTimestampMonotonic": "13292753", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "1219", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "rsyslog.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "main", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "on-failure", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "notify", 
        "UMask": "0066", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-online.target network.target", 
        "WatchdogTimestamp": "Sat 2025-01-11 03:17:57 EST", 
        "WatchdogTimestampMonotonic": "13477281", 
        "WatchdogUSec": "0"
    }
}
META: ran handlers

TASK [Ensure config file size and counts] **************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:121
Saturday 11 January 2025  03:23:50 -0500 (0:00:00.512)       0:00:53.928 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml for managed-node1

TASK [Get info of /etc/rsyslog.conf] *******************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2
Saturday 11 January 2025  03:23:50 -0500 (0:00:00.155)       0:00:54.084 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1736583830.5743687, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", 
        "ctime": 1736583830.1203668, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262468, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1736583829.9043658, 
        "nlink": 1, 
        "path": "/etc/rsyslog.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 131, 
        "uid": 0, 
        "version": "18446744073643446976", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Get file counts in /etc/rsyslog.d] ***************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7
Saturday 11 January 2025  03:23:51 -0500 (0:00:00.383)       0:00:54.467 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "examined": 16, 
    "files": [
        {
            "atime": 1736583830.5753686, 
            "ctime": 1736583815.7603054, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262463, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583815.5483046, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 305, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583830.5753686, 
            "ctime": 1736583821.743331, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262465, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583821.50833, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port_target.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 296, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583830.5753686, 
            "ctime": 1736583826.3673508, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262467, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583826.1113496, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 1148, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583830.5753686, 
            "ctime": 1736583813.0412939, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262462, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583812.814293, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 297, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583477.163493, 
            "ctime": 1718880451.1336503, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 172496, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1518646683.0, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/21-cloudinit.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 255, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583804.143257, 
            "ctime": 1736583799.2172372, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262458, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583798.9662364, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 194, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583830.5753686, 
            "ctime": 1736583806.4492662, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262460, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583806.121265, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 280, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583830.5743687, 
            "ctime": 1736583796.395226, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262457, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583796.1252248, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 1383, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583830.5753686, 
            "ctime": 1736583791.5952067, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262450, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583790.917204, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/00-global.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 137, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583830.5753686, 
            "ctime": 1736583801.7312474, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262459, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583801.4552462, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 462, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583830.5753686, 
            "ctime": 1736583792.6092107, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262451, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583792.38921, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/05-common-defaults.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 96, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583830.5753686, 
            "ctime": 1736583810.242282, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262461, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583809.999281, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 277, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583830.5753686, 
            "ctime": 1736583824.1633413, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262466, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583823.82334, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 151, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583830.5753686, 
            "ctime": 1736583793.436214, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262456, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583793.1682131, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/20-templates.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 85, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583830.5753686, 
            "ctime": 1736583818.4443169, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262464, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583818.2013159, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 282, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }
    ], 
    "matched": 15
}

TASK [Check rsyslog.conf size (less)] ******************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13
Saturday 11 January 2025  03:23:51 -0500 (0:00:00.653)       0:00:55.120 ****** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check rsyslog.conf size (more)] ******************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18
Saturday 11 January 2025  03:23:51 -0500 (0:00:00.072)       0:00:55.193 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Check file counts in rsyslog.d] ******************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23
Saturday 11 January 2025  03:23:52 -0500 (0:00:00.062)       0:00:55.255 ****** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check conf files exist] **************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27
Saturday 11 January 2025  03:23:52 -0500 (0:00:00.147)       0:00:55.403 ****** 
ok: [managed-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
    "stat": {
        "atime": 1736583830.5753686, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "25af19b21f1a2769ff3241c2de50cceca9fb66b5", 
        "ctime": 1736583801.7312474, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262459, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1736583801.4552462, 
        "nlink": 1, 
        "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 462, 
        "uid": 0, 
        "version": "18446744073643446819", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}
ok: [managed-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
    "stat": {
        "atime": 1736583830.5753686, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", 
        "ctime": 1736583806.4492662, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262460, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1736583806.121265, 
        "nlink": 1, 
        "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 280, 
        "uid": 0, 
        "version": "18446744073643446839", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}
ok: [managed-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
    "stat": {
        "atime": 1736583830.5753686, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "f61f9f18b049691aea6b517fc92de232f465d930", 
        "ctime": 1736583810.242282, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262461, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1736583809.999281, 
        "nlink": 1, 
        "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 277, 
        "uid": 0, 
        "version": "18446744073643446858", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}
ok: [managed-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
    "stat": {
        "atime": 1736583830.5753686, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "e66c04146507304cf2888a9bddab53e3857d33b2", 
        "ctime": 1736583813.0412939, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262462, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1736583812.814293, 
        "nlink": 1, 
        "path": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 297, 
        "uid": 0, 
        "version": "18446744073643446877", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}
ok: [managed-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf", 
    "stat": {
        "atime": 1736583830.5753686, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "b997afe52a0257c5966017b7b5f58e34701d7ea3", 
        "ctime": 1736583815.7603054, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262463, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1736583815.5483046, 
        "nlink": 1, 
        "path": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 305, 
        "uid": 0, 
        "version": "18446744073643446897", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}
ok: [managed-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port.conf) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port.conf", 
    "stat": {
        "atime": 1736583830.5753686, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "e93b27e0031367d4b6a4803d015d7dcf84d1b15d", 
        "ctime": 1736583818.4443169, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262464, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1736583818.2013159, 
        "nlink": 1, 
        "path": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 282, 
        "uid": 0, 
        "version": "18446744073643446916", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}
ok: [managed-node1] => (item=/etc/rsyslog.d/30-output-files-default_files.conf) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/rsyslog.d/30-output-files-default_files.conf", 
    "stat": {
        "atime": 1736583830.5753686, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
        "ctime": 1736583826.3673508, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262467, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1736583826.1113496, 
        "nlink": 1, 
        "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 1148, 
        "uid": 0, 
        "version": "18446744073643446956", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Check rsyslog errors] ****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35
Saturday 11 January 2025  03:23:54 -0500 (0:00:02.348)       0:00:57.752 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Check the module param template is set to "RSYSLOG_TraditionalForwardFormat"] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:136
Saturday 11 January 2025  03:23:54 -0500 (0:00:00.108)       0:00:57.860 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": [
        "grep", 
        "RSYSLOG_TraditionalForwardFormat", 
        "/etc/rsyslog.d/10-output-forwards-modules.conf"
    ], 
    "delta": "0:00:00.003108", 
    "end": "2025-01-11 03:23:55.042297", 
    "rc": 0, 
    "start": "2025-01-11 03:23:55.039189"
}

STDOUT:

module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")

TASK [Check severity_and_facility] *********************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:143
Saturday 11 January 2025  03:23:55 -0500 (0:00:00.548)       0:00:58.409 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml for managed-node1

TASK [Get file to compare] *****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml:7
Saturday 11 January 2025  03:23:55 -0500 (0:00:00.131)       0:00:58.540 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6bG9nZ2luZwoKcnVsZXNldChuYW1lPSJmb3J3YXJkc19zZXZlcml0eV9hbmRfZmFjaWxpdHkiKSB7CiAgICBsb2NhbDEuaW5mbyBhY3Rpb24obmFtZT0iZm9yd2FyZHNfc2V2ZXJpdHlfYW5kX2ZhY2lsaXR5IgogICAgICAgIHR5cGU9Im9tZndkIgogICAgICAgIFRhcmdldD0iaG9zdC5kb21haW4iCiAgICAgICAgUG9ydD0iMTUxNCIKICAgICAgICBQcm90b2NvbD0idGNwIgogICAgICAgIFRlbXBsYXRlPSJSU1lTTE9HX1N5c2xvZ1Byb3RvY29sMjNGb3JtYXQiCiAgICAgICAgYWN0aW9uLnJlc3VtZWludGVydmFsPSIzMDAiCiAgICAgICAgcXVldWUuc2F2ZW9uc2h1dGRvd249Im9uIgogICAgICAgIHF1ZXVlLnNwb29sZGlyZWN0b3J5PSIvdmFyL3Nwb29sL3JzeXNsb2ciCiAgICAgICAgcXVldWUuZmlsZW5hbWU9ImZvcndhcmRzIgogICAgKQp9CgoK", 
    "encoding": "base64", 
    "source": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf"
}

TASK [Compare expected to actual] **********************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml:12
Saturday 11 January 2025  03:23:55 -0500 (0:00:00.588)       0:00:59.129 ****** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check facility_only] *****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:166
Saturday 11 January 2025  03:23:55 -0500 (0:00:00.102)       0:00:59.231 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml for managed-node1

TASK [Get file to compare] *****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml:7
Saturday 11 January 2025  03:23:56 -0500 (0:00:00.192)       0:00:59.423 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6bG9nZ2luZwoKcnVsZXNldChuYW1lPSJmb3J3YXJkc19mYWNpbGl0eV9vbmx5IikgewogICAgbG9jYWwyLiogYWN0aW9uKG5hbWU9ImZvcndhcmRzX2ZhY2lsaXR5X29ubHkiCiAgICAgICAgdHlwZT0ib21md2QiCiAgICAgICAgVGFyZ2V0PSJob3N0LmRvbWFpbiIKICAgICAgICBQb3J0PSIyNTE0IgogICAgICAgIFByb3RvY29sPSJ0Y3AiCiAgICAgICAgVGVtcGxhdGU9IlJTWVNMT0dfRm9yd2FyZEZvcm1hdCIKICAgICkKfQoKCg==", 
    "encoding": "base64", 
    "source": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf"
}

TASK [Compare expected to actual] **********************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml:12
Saturday 11 January 2025  03:23:56 -0500 (0:00:00.401)       0:00:59.825 ****** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check severity_only] *****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:185
Saturday 11 January 2025  03:23:56 -0500 (0:00:00.116)       0:00:59.941 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml for managed-node1

TASK [Get file to compare] *****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml:7
Saturday 11 January 2025  03:23:56 -0500 (0:00:00.271)       0:01:00.213 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6bG9nZ2luZwoKcnVsZXNldChuYW1lPSJmb3J3YXJkc19zZXZlcml0eV9vbmx5IikgewogICAgKi5lcnIgYWN0aW9uKG5hbWU9ImZvcndhcmRzX3NldmVyaXR5X29ubHkiCiAgICAgICAgdHlwZT0ib21md2QiCiAgICAgICAgVGFyZ2V0PSJob3N0LmRvbWFpbiIKICAgICAgICBQb3J0PSIzNTE0IgogICAgICAgIFByb3RvY29sPSJ0Y3AiCiAgICAgICAgVGVtcGxhdGU9IlJTWVNMT0dfRm9yd2FyZEZvcm1hdCIKICAgICkKfQoKCg==", 
    "encoding": "base64", 
    "source": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf"
}

TASK [Compare expected to actual] **********************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml:12
Saturday 11 January 2025  03:23:57 -0500 (0:00:00.531)       0:01:00.745 ****** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check no_severity_and_facility] ******************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:204
Saturday 11 January 2025  03:23:57 -0500 (0:00:00.112)       0:01:00.857 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml for managed-node1

TASK [Get file to compare] *****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml:7
Saturday 11 January 2025  03:23:57 -0500 (0:00:00.213)       0:01:01.070 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6bG9nZ2luZwoKcnVsZXNldChuYW1lPSJmb3J3YXJkc19ub19zZXZlcml0eV9hbmRfZmFjaWxpdHkiKSB7CiAgICAqLiogYWN0aW9uKG5hbWU9ImZvcndhcmRzX25vX3NldmVyaXR5X2FuZF9mYWNpbGl0eSIKICAgICAgICB0eXBlPSJvbWZ3ZCIKICAgICAgICBUYXJnZXQ9Imhvc3QuZG9tYWluIgogICAgICAgIFBvcnQ9IjQ1MTQiCiAgICAgICAgUHJvdG9jb2w9InRjcCIKICAgICAgICBUZW1wbGF0ZT0iUlNZU0xPR19Gb3J3YXJkRm9ybWF0IgogICAgKQp9CgoK", 
    "encoding": "base64", 
    "source": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf"
}

TASK [Compare expected to actual] **********************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml:12
Saturday 11 January 2025  03:23:58 -0500 (0:00:00.386)       0:01:01.457 ****** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check no_severity_and_facility_udp] **************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:223
Saturday 11 January 2025  03:23:58 -0500 (0:00:00.105)       0:01:01.563 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml for managed-node1

TASK [Get file to compare] *****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml:7
Saturday 11 January 2025  03:23:58 -0500 (0:00:00.351)       0:01:01.914 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6bG9nZ2luZwoKcnVsZXNldChuYW1lPSJmb3J3YXJkc19ub19zZXZlcml0eV9hbmRfZmFjaWxpdHlfdWRwIikgewogICAgKi4qIGFjdGlvbihuYW1lPSJmb3J3YXJkc19ub19zZXZlcml0eV9hbmRfZmFjaWxpdHlfdWRwIgogICAgICAgIHR5cGU9Im9tZndkIgogICAgICAgIFRhcmdldD0iaG9zdC5kb21haW4iCiAgICAgICAgUG9ydD0iNjUxNCIKICAgICAgICBQcm90b2NvbD0idWRwIgogICAgICAgIFRlbXBsYXRlPSJSU1lTTE9HX0ZvcndhcmRGb3JtYXQiCiAgICApCn0KCgo=", 
    "encoding": "base64", 
    "source": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf"
}

TASK [Compare expected to actual] **********************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml:12
Saturday 11 January 2025  03:23:59 -0500 (0:00:00.749)       0:01:02.664 ****** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check no_severity_and_facility_protocol_port] ****************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:243
Saturday 11 January 2025  03:23:59 -0500 (0:00:00.200)       0:01:02.864 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml for managed-node1

TASK [Get file to compare] *****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml:7
Saturday 11 January 2025  03:23:59 -0500 (0:00:00.264)       0:01:03.128 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6bG9nZ2luZwoKcnVsZXNldChuYW1lPSJmb3J3YXJkc19ub19zZXZlcml0eV9hbmRfZmFjaWxpdHlfcHJvdG9jb2xfcG9ydCIpIHsKICAgICouKiBhY3Rpb24obmFtZT0iZm9yd2FyZHNfbm9fc2V2ZXJpdHlfYW5kX2ZhY2lsaXR5X3Byb3RvY29sX3BvcnQiCiAgICAgICAgdHlwZT0ib21md2QiCiAgICAgICAgVGFyZ2V0PSJob3N0LmRvbWFpbiIKICAgICAgICBUZW1wbGF0ZT0iUlNZU0xPR19Gb3J3YXJkRm9ybWF0IgogICAgKQp9CgoK", 
    "encoding": "base64", 
    "source": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port.conf"
}

TASK [Compare expected to actual] **********************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml:12
Saturday 11 January 2025  03:24:00 -0500 (0:00:00.495)       0:01:03.624 ****** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Grep no_severity_and_facility_protocol_port_target] **********************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:260
Saturday 11 January 2025  03:24:00 -0500 (0:00:00.125)       0:01:03.750 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\n/bin/grep '<action.*forwards_no_severity_and_facility_protocol_port_target>' /etc/rsyslog.d/30-output-forwards*.conf", 
    "delta": "0:00:00.004019", 
    "end": "2025-01-11 03:24:00.804140", 
    "failed_when_result": false, 
    "rc": 1, 
    "start": "2025-01-11 03:24:00.800121"
}

MSG:

non-zero return code

TASK [Grep no_name] ************************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:268
Saturday 11 January 2025  03:24:00 -0500 (0:00:00.460)       0:01:04.211 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\n/bin/grep '<action.*forwards_no_name\\.localdomain>' /etc/rsyslog.d/30-output-forwards*.conf", 
    "delta": "0:00:00.004322", 
    "end": "2025-01-11 03:24:01.270733", 
    "failed_when_result": false, 
    "rc": 1, 
    "start": "2025-01-11 03:24:01.266411"
}

MSG:

non-zero return code

TASK [Check output to messages line] *******************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:276
Saturday 11 January 2025  03:24:01 -0500 (0:00:00.520)       0:01:04.731 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": [
        "/bin/grep", 
        "\\*.info;mail.none;authpriv.none;cron.none.*/var/log/messages", 
        "/etc/rsyslog.d/30-output-files-default_files.conf"
    ], 
    "delta": "0:00:00.003073", 
    "end": "2025-01-11 03:24:02.021753", 
    "rc": 0, 
    "start": "2025-01-11 03:24:02.018680"
}

STDOUT:

*.info;mail.none;authpriv.none;cron.none                /var/log/messages

TASK [Ensure logger message is logged in a file] *******************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:282
Saturday 11 January 2025  03:24:02 -0500 (0:00:00.886)       0:01:05.617 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/test_logger.yml for managed-node1

TASK [Run logger to generate a test log message] *******************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/test_logger.yml:7
Saturday 11 January 2025  03:24:02 -0500 (0:00:00.339)       0:01:05.957 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": [
        "/bin/logger", 
        "-i", 
        "-p", 
        "local6.info", 
        "-t", 
        "testTag0", 
        "testMessage0"
    ], 
    "delta": "0:00:00.002907", 
    "end": "2025-01-11 03:24:03.147486", 
    "rc": 0, 
    "start": "2025-01-11 03:24:03.144579"
}

TASK [Check the test log message in /var/log/messages] *************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/test_logger.yml:13
Saturday 11 January 2025  03:24:03 -0500 (0:00:00.536)       0:01:06.494 ****** 
ok: [managed-node1] => {
    "attempts": 1, 
    "changed": false, 
    "cmd": [
        "/bin/grep", 
        "testMessage0", 
        "/var/log/messages"
    ], 
    "delta": "0:00:00.004354", 
    "end": "2025-01-11 03:24:03.504085", 
    "rc": 0, 
    "start": "2025-01-11 03:24:03.499731"
}

STDOUT:

2025-01-11T03:24:03.144742-05:00 managed-node1 ansible-command: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=/bin/logger -i -p local6.info -t testTag0 testMessage0 removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None
2025-01-11T03:24:03.147303-05:00 managed-node1 testTag0[12878]: testMessage0
2025-01-11T03:24:03.499958-05:00 managed-node1 ansible-command: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=/bin/grep testMessage0 /var/log/messages removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None

TASK [Check ports managed by firewall and selinux] *****************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:288
Saturday 11 January 2025  03:24:03 -0500 (0:00:00.366)       0:01:06.860 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node1

TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Saturday 11 January 2025  03:24:03 -0500 (0:00:00.210)       0:01:07.070 ****** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Saturday 11 January 2025  03:24:03 -0500 (0:00:00.104)       0:01:07.175 ****** 

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Saturday 11 January 2025  03:24:04 -0500 (0:00:00.074)       0:01:07.249 ****** 

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Saturday 11 January 2025  03:24:04 -0500 (0:00:00.072)       0:01:07.322 ****** 

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Saturday 11 January 2025  03:24:04 -0500 (0:00:00.057)       0:01:07.380 ****** 

TASK [END TEST CASE 0; Clean up the deployed config] ***************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:291
Saturday 11 January 2025  03:24:04 -0500 (0:00:00.075)       0:01:07.455 ****** 

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 11 January 2025  03:24:04 -0500 (0:00:00.228)       0:01:07.684 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 11 January 2025  03:24:04 -0500 (0:00:00.072)       0:01:07.757 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "name": "default_files", 
                "type": "files"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 11 January 2025  03:24:04 -0500 (0:00:00.151)       0:01:07.908 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_inputs": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 11 January 2025  03:24:04 -0500 (0:00:00.103)       0:01:08.011 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 11 January 2025  03:24:04 -0500 (0:00:00.104)       0:01:08.116 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 11 January 2025  03:24:04 -0500 (0:00:00.106)       0:01:08.223 ****** 

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 11 January 2025  03:24:05 -0500 (0:00:00.174)       0:01:08.397 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 11 January 2025  03:24:05 -0500 (0:00:00.246)       0:01:08.644 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 11 January 2025  03:24:05 -0500 (0:00:00.122)       0:01:08.767 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 11 January 2025  03:24:05 -0500 (0:00:00.117)       0:01:08.884 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 11 January 2025  03:24:05 -0500 (0:00:00.125)       0:01:09.010 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 11 January 2025  03:24:05 -0500 (0:00:00.103)       0:01:09.114 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 11 January 2025  03:24:05 -0500 (0:00:00.071)       0:01:09.186 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 11 January 2025  03:24:06 -0500 (0:00:00.089)       0:01:09.275 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 11 January 2025  03:24:06 -0500 (0:00:00.132)       0:01:09.407 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 11 January 2025  03:24:06 -0500 (0:00:00.123)       0:01:09.531 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 11 January 2025  03:24:06 -0500 (0:00:00.075)       0:01:09.606 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 11 January 2025  03:24:06 -0500 (0:00:00.088)       0:01:09.695 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 11 January 2025  03:24:06 -0500 (0:00:00.145)       0:01:09.841 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 11 January 2025  03:24:06 -0500 (0:00:00.104)       0:01:09.945 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 11 January 2025  03:24:06 -0500 (0:00:00.073)       0:01:10.019 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 11 January 2025  03:24:06 -0500 (0:00:00.078)       0:01:10.097 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 11 January 2025  03:24:06 -0500 (0:00:00.134)       0:01:10.232 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 11 January 2025  03:24:07 -0500 (0:00:00.253)       0:01:10.485 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 11 January 2025  03:24:07 -0500 (0:00:00.128)       0:01:10.614 ****** 

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 11 January 2025  03:24:07 -0500 (0:00:00.149)       0:01:10.763 ****** 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 11 January 2025  03:24:07 -0500 (0:00:00.178)       0:01:10.942 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 11 January 2025  03:24:07 -0500 (0:00:00.102)       0:01:11.045 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 11 January 2025  03:24:07 -0500 (0:00:00.201)       0:01:11.246 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 11 January 2025  03:24:08 -0500 (0:00:00.096)       0:01:11.343 ****** 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 11 January 2025  03:24:08 -0500 (0:00:00.083)       0:01:11.427 ****** 

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 11 January 2025  03:24:08 -0500 (0:00:00.073)       0:01:11.500 ****** 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 11 January 2025  03:24:08 -0500 (0:00:00.090)       0:01:11.590 ****** 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 11 January 2025  03:24:08 -0500 (0:00:00.106)       0:01:11.697 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 11 January 2025  03:24:08 -0500 (0:00:00.121)       0:01:11.819 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 11 January 2025  03:24:08 -0500 (0:00:00.265)       0:01:12.084 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 11 January 2025  03:24:08 -0500 (0:00:00.125)       0:01:12.209 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 11 January 2025  03:24:09 -0500 (0:00:00.115)       0:01:12.325 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 11 January 2025  03:24:09 -0500 (0:00:00.140)       0:01:12.465 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 11 January 2025  03:24:09 -0500 (0:00:00.106)       0:01:12.572 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 11 January 2025  03:24:09 -0500 (0:00:00.101)       0:01:12.674 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 11 January 2025  03:24:09 -0500 (0:00:00.114)       0:01:12.789 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 11 January 2025  03:24:09 -0500 (0:00:00.099)       0:01:12.888 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 11 January 2025  03:24:09 -0500 (0:00:00.179)       0:01:13.067 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 11 January 2025  03:24:10 -0500 (0:00:00.185)       0:01:13.252 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 11 January 2025  03:24:10 -0500 (0:00:00.223)       0:01:13.476 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 11 January 2025  03:24:10 -0500 (0:00:00.115)       0:01:13.591 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 11 January 2025  03:24:10 -0500 (0:00:00.097)       0:01:13.689 ****** 
ok: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics.j2"
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics_rhel7.j2"
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 11 January 2025  03:24:10 -0500 (0:00:00.217)       0:01:13.906 ****** 
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 11 January 2025  03:24:10 -0500 (0:00:00.203)       0:01:14.110 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 11 January 2025  03:24:11 -0500 (0:00:00.201)       0:01:14.311 ****** 
ok: [managed-node1] => (item=iproute) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-V", 
        "iproute"
    ], 
    "delta": "0:00:00.158964", 
    "end": "2025-01-11 03:24:11.497214", 
    "failed_when_result": false, 
    "item": "iproute", 
    "rc": 0, 
    "start": "2025-01-11 03:24:11.338250", 
    "warnings": [
        "Consider using the yum, dnf or zypper module rather than running 'rpm'.  If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message."
    ]
}
ok: [managed-node1] => (item=rsyslog) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-V", 
        "rsyslog"
    ], 
    "delta": "0:00:00.098273", 
    "end": "2025-01-11 03:24:12.248565", 
    "failed_when_result": false, 
    "item": "rsyslog", 
    "rc": 1, 
    "start": "2025-01-11 03:24:12.150292", 
    "warnings": [
        "Consider using the yum, dnf or zypper module rather than running 'rpm'.  If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message."
    ]
}

STDOUT:

S.5....T.  c /etc/rsyslog.conf


MSG:

non-zero return code
[WARNING]: Consider using the yum, dnf or zypper module rather than running
'rpm'.  If you need to use command because yum, dnf or zypper is insufficient
you can add 'warn: false' to this command task or set 'command_warnings=False'
in ansible.cfg to get rid of this message.

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 11 January 2025  03:24:12 -0500 (0:00:01.410)       0:01:15.722 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "changes": {
        "removed": [
            "iproute", 
            "rsyslog"
        ]
    }, 
    "rc": 0, 
    "results": [
        "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package iproute.x86_64 0:4.11.0-30.el7 will be erased\n--> Processing Dependency: iproute for package: 12:dhclient-4.2.5-83.el7.centos.2.x86_64\n--> Processing Dependency: iproute for package: initscripts-9.49.53-1.el7_9.1.x86_64\n--> Processing Dependency: iproute for package: beakerlib-1.29.3-1.el7bkr.noarch\n--> Processing Dependency: iproute for package: cloud-init-0.7.9-24.el7.x86_64\n--> Processing Dependency: iproute for package: dracut-network-033-572.el7.x86_64\n---> Package rsyslog.x86_64 0:8.24.0-57.el7_9.3 will be erased\n--> Running transaction check\n---> Package beakerlib.noarch 0:1.29.3-1.el7bkr will be erased\n--> Processing Dependency: beakerlib >= 1.16-3 for package: beakerlib-redhat-1-33.el7bkr.noarch\n---> Package cloud-init.x86_64 0:0.7.9-24.el7 will be erased\n---> Package dhclient.x86_64 12:4.2.5-83.el7.centos.2 will be erased\n---> Package dracut-network.x86_64 0:033-572.el7 will be erased\n--> Processing Dependency: dracut-network >= 033-552 for package: kexec-tools-2.0.15-51.el7_9.3.x86_64\n---> Package initscripts.x86_64 0:9.49.53-1.el7_9.1 will be erased\n--> Processing Dependency: initscripts >= 5.86-1 for package: kbd-1.15.5-16.el7_9.x86_64\n--> Processing Dependency: initscripts >= 8.83-1 for package: plymouth-0.8.9-0.34.20140113.el7.centos.x86_64\n--> Running transaction check\n---> Package beakerlib-redhat.noarch 0:1-33.el7bkr will be erased\n---> Package kbd.x86_64 0:1.15.5-16.el7_9 will be erased\n---> Package kexec-tools.x86_64 0:2.0.15-51.el7_9.3 will be erased\n---> Package plymouth.x86_64 0:0.8.9-0.34.20140113.el7.centos will be erased\n--> Processing Dependency: plymouth for package: plymouth-scripts-0.8.9-0.34.20140113.el7.centos.x86_64\n--> Running transaction check\n---> Package plymouth-scripts.x86_64 0:0.8.9-0.34.20140113.el7.centos will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package          Arch   Version                         Repository        Size\n================================================================================\nRemoving:\n iproute          x86_64 4.11.0-30.el7                   @anaconda        1.8 M\n rsyslog          x86_64 8.24.0-57.el7_9.3               @updates         1.9 M\nRemoving for dependencies:\n beakerlib        noarch 1.29.3-1.el7bkr                 @beaker-harness  454 k\n beakerlib-redhat noarch 1-33.el7bkr                     @beaker-client    22 k\n cloud-init       x86_64 0.7.9-24.el7                    @/cloud-init.el7 2.1 M\n dhclient         x86_64 12:4.2.5-83.el7.centos.2        @updates         475 k\n dracut-network   x86_64 033-572.el7                     @anaconda        146 k\n initscripts      x86_64 9.49.53-1.el7_9.1               @updates         1.5 M\n kbd              x86_64 1.15.5-16.el7_9                 @updates         1.3 M\n kexec-tools      x86_64 2.0.15-51.el7_9.3               @updates         770 k\n plymouth         x86_64 0.8.9-0.34.20140113.el7.centos  @anaconda        227 k\n plymouth-scripts x86_64 0.8.9-0.34.20140113.el7.centos  @anaconda         22 k\n\nTransaction Summary\n================================================================================\nRemove  2 Packages (+10 Dependent packages)\n\nInstalled size: 11 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Erasing    : beakerlib-redhat-1-33.el7bkr.noarch                         1/12 \n  Erasing    : beakerlib-1.29.3-1.el7bkr.noarch                            2/12 \n  Erasing    : cloud-init-0.7.9-24.el7.x86_64                              3/12 \nwarning: /etc/cloud/cloud.cfg saved as /etc/cloud/cloud.cfg.rpmsave\n  Erasing    : plymouth-scripts-0.8.9-0.34.20140113.el7.centos.x86_64      4/12 \n  Erasing    : plymouth-0.8.9-0.34.20140113.el7.centos.x86_64              5/12 \n  Erasing    : kbd-1.15.5-16.el7_9.x86_64                                  6/12 \n  Erasing    : kexec-tools-2.0.15-51.el7_9.3.x86_64                        7/12 \n  Erasing    : dracut-network-033-572.el7.x86_64                           8/12 \n  Erasing    : 12:dhclient-4.2.5-83.el7.centos.2.x86_64                    9/12 \n  Erasing    : initscripts-9.49.53-1.el7_9.1.x86_64                       10/12 \nwarning: /etc/adjtime saved as /etc/adjtime.rpmsave\n  Erasing    : iproute-4.11.0-30.el7.x86_64                               11/12 \n  Erasing    : rsyslog-8.24.0-57.el7_9.3.x86_64                           12/12 \nwarning: /etc/rsyslog.conf saved as /etc/rsyslog.conf.rpmsave\n  Verifying  : kexec-tools-2.0.15-51.el7_9.3.x86_64                        1/12 \n  Verifying  : initscripts-9.49.53-1.el7_9.1.x86_64                        2/12 \n  Verifying  : beakerlib-1.29.3-1.el7bkr.noarch                            3/12 \n  Verifying  : rsyslog-8.24.0-57.el7_9.3.x86_64                            4/12 \n  Verifying  : dracut-network-033-572.el7.x86_64                           5/12 \n  Verifying  : plymouth-0.8.9-0.34.20140113.el7.centos.x86_64              6/12 \n  Verifying  : cloud-init-0.7.9-24.el7.x86_64                              7/12 \n  Verifying  : plymouth-scripts-0.8.9-0.34.20140113.el7.centos.x86_64      8/12 \n  Verifying  : 12:dhclient-4.2.5-83.el7.centos.2.x86_64                    9/12 \n  Verifying  : iproute-4.11.0-30.el7.x86_64                               10/12 \n  Verifying  : kbd-1.15.5-16.el7_9.x86_64                                 11/12 \n  Verifying  : beakerlib-redhat-1-33.el7bkr.noarch                        12/12 \n\nRemoved:\n  iproute.x86_64 0:4.11.0-30.el7       rsyslog.x86_64 0:8.24.0-57.el7_9.3      \n\nDependency Removed:\n  beakerlib.noarch 0:1.29.3-1.el7bkr                                            \n  beakerlib-redhat.noarch 0:1-33.el7bkr                                         \n  cloud-init.x86_64 0:0.7.9-24.el7                                              \n  dhclient.x86_64 12:4.2.5-83.el7.centos.2                                      \n  dracut-network.x86_64 0:033-572.el7                                           \n  initscripts.x86_64 0:9.49.53-1.el7_9.1                                        \n  kbd.x86_64 0:1.15.5-16.el7_9                                                  \n  kexec-tools.x86_64 0:2.0.15-51.el7_9.3                                        \n  plymouth.x86_64 0:0.8.9-0.34.20140113.el7.centos                              \n  plymouth-scripts.x86_64 0:0.8.9-0.34.20140113.el7.centos                      \n\nComplete!\n"
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 11 January 2025  03:24:16 -0500 (0:00:03.944)       0:01:19.666 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "changes": {
        "installed": [
            "iproute", 
            "rsyslog"
        ]
    }, 
    "rc": 0, 
    "results": [
        "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package iproute.x86_64 0:4.11.0-30.el7 will be installed\n---> Package rsyslog.x86_64 0:8.24.0-57.el7_9.3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package         Arch           Version                   Repository       Size\n================================================================================\nInstalling:\n iproute         x86_64         4.11.0-30.el7             base            805 k\n rsyslog         x86_64         8.24.0-57.el7_9.3         updates         622 k\n\nTransaction Summary\n================================================================================\nInstall  2 Packages\n\nTotal download size: 1.4 M\nInstalled size: 3.7 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal                                              4.9 MB/s | 1.4 MB  00:00     \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : iproute-4.11.0-30.el7.x86_64                                 1/2 \n  Installing : rsyslog-8.24.0-57.el7_9.3.x86_64                             2/2 \n  Verifying  : rsyslog-8.24.0-57.el7_9.3.x86_64                             1/2 \n  Verifying  : iproute-4.11.0-30.el7.x86_64                                 2/2 \n\nInstalled:\n  iproute.x86_64 0:4.11.0-30.el7       rsyslog.x86_64 0:8.24.0-57.el7_9.3      \n\nComplete!\n"
    ]
}
lsrpackages: iproute rsyslog

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 11 January 2025  03:24:22 -0500 (0:00:05.732)       0:01:25.399 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Saturday 11 January 2025  03:24:22 -0500 (0:00:00.094)       0:01:25.493 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-libnm", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-team": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-team", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-tui": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-tui", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "PyYAML": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "PyYAML", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.10"
                }
            ], 
            "acl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "acl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "aic94xx-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "aic94xx-firmware", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "30"
                }
            ], 
            "alsa-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "alsa-firmware", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.0.28"
                }
            ], 
            "alsa-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-lib", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.8"
                }
            ], 
            "alsa-tools-firmware": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-tools-firmware", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.0"
                }
            ], 
            "aspell": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "aspell", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.60.6.1"
                }
            ], 
            "audit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs-python", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "authconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "authconfig", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "6.2.8"
                }
            ], 
            "avahi-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "avahi-libs", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "0.6.31"
                }
            ], 
            "basesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "basesystem", 
                    "release": "7.el7.centos", 
                    "source": "rpm", 
                    "version": "10.0"
                }
            ], 
            "bash": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bash", 
                    "release": "35.el7_9", 
                    "source": "rpm", 
                    "version": "4.2.46"
                }
            ], 
            "bc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bc", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.06.95"
                }
            ], 
            "bind-export-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 32, 
                    "name": "bind-export-libs", 
                    "release": "26.P2.el7_9.16", 
                    "source": "rpm", 
                    "version": "9.11.4"
                }
            ], 
            "binutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "binutils", 
                    "release": "44.base.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.27"
                }
            ], 
            "biosdevname": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "biosdevname", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.7.3"
                }
            ], 
            "boost-date-time": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-date-time", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-system": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-system", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-thread": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-thread", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "btrfs-progs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "btrfs-progs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "4.9.1"
                }
            ], 
            "bzip2-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bzip2-libs", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "ca-certificates": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ca-certificates", 
                    "release": "72.el7_9", 
                    "source": "rpm", 
                    "version": "2023.2.60_v7.0.306"
                }
            ], 
            "centos-logos": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "centos-logos", 
                    "release": "3.el7.centos", 
                    "source": "rpm", 
                    "version": "70.0.6"
                }
            ], 
            "centos-release": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "centos-release", 
                    "release": "9.2009.2.el7.centos", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "checkpolicy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "checkpolicy", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "chkconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "chkconfig", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.7.6"
                }
            ], 
            "chrony": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "chrony", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "3.4"
                }
            ], 
            "cloud-utils-growpart": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "cloud-utils-growpart", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.29"
                }
            ], 
            "coreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "coreutils", 
                    "release": "24.el7_9.2", 
                    "source": "rpm", 
                    "version": "8.22"
                }
            ], 
            "cpio": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpio", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "2.11"
                }
            ], 
            "cpp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "cracklib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cracklib-dicts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib-dicts", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cronie": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "cronie-anacron": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie-anacron", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "crontabs": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "crontabs", 
                    "release": "6.20121102git.el7", 
                    "source": "rpm", 
                    "version": "1.11"
                }
            ], 
            "cryptsetup-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cryptsetup-libs", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "2.0.3"
                }
            ], 
            "curl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "curl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cyrus-sasl-lib", 
                    "release": "24.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.26"
                }
            ], 
            "dbus": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-glib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-glib", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.100"
                }
            ], 
            "dbus-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus-libs", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-python", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.1.1"
                }
            ], 
            "device-mapper": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "device-mapper-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper-libs", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "dhcp-common": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-common", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "dhcp-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-libs", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "diffutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "diffutils", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.3"
                }
            ], 
            "dmidecode": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dmidecode", 
                    "release": "5.el7_9.1", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "dracut": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dracut-config-rescue": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut-config-rescue", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dyninst": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dyninst", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "9.3.1"
                }
            ], 
            "e2fsprogs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs-libs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "ebtables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ebtables", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.0.10"
                }
            ], 
            "efivar-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "efivar-libs", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "36"
                }
            ], 
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "elfutils-default-yama-scope", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libelf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libelf", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libs", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "epel-release": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "epel-release", 
                    "release": "14", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "ethtool": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "ethtool", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "4.8"
                }
            ], 
            "expat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "expat", 
                    "release": "15.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "file": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "file-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file-libs", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "filesystem": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "filesystem", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "findutils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "findutils", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "4.5.11"
                }
            ], 
            "fipscheck": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "fipscheck-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck-lib", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "firewalld": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "firewalld-filesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld-filesystem", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "freetype": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "freetype", 
                    "release": "14.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.8"
                }
            ], 
            "fxload": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fxload", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2002_04_11"
                }
            ], 
            "gawk": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gawk", 
                    "release": "4.el7_3.1", 
                    "source": "rpm", 
                    "version": "4.0.2"
                }
            ], 
            "gcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "gdbm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gdbm", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.10"
                }
            ], 
            "gettext": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "gettext-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "git": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "git", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.8.3.1"
                }
            ], 
            "glib2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glib2", 
                    "release": "9.el7_9", 
                    "source": "rpm", 
                    "version": "2.56.1"
                }
            ], 
            "glibc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-common": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-common", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-devel", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-headers", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "gmp": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "gmp", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "6.0.0"
                }
            ], 
            "gnupg2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gnupg2", 
                    "release": "5.el7_5", 
                    "source": "rpm", 
                    "version": "2.0.22"
                }
            ], 
            "gobject-introspection": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gobject-introspection", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.56.1"
                }
            ], 
            "gpg-pubkey": [
                {
                    "arch": null, 
                    "epoch": null, 
                    "name": "gpg-pubkey", 
                    "release": "52ae6884", 
                    "source": "rpm", 
                    "version": "352c64e5"
                }, 
                {
                    "arch": null, 
                    "epoch": null, 
                    "name": "gpg-pubkey", 
                    "release": "53a7ff4b", 
                    "source": "rpm", 
                    "version": "f4a80eb5"
                }
            ], 
            "gpgme": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gpgme", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.3.2"
                }
            ], 
            "gpm-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gpm-libs", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.20.7"
                }
            ], 
            "grep": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "grep", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.20"
                }
            ], 
            "groff-base": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "groff-base", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.22.2"
                }
            ], 
            "grub2": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-common": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "grub2-common", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-pc": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-pc", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-pc-modules": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "grub2-pc-modules", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools-extra": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools-extra", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools-minimal", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grubby": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "grubby", 
                    "release": "26.el7", 
                    "source": "rpm", 
                    "version": "8.28"
                }
            ], 
            "gssproxy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gssproxy", 
                    "release": "30.el7_9", 
                    "source": "rpm", 
                    "version": "0.7.0"
                }
            ], 
            "gzip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gzip", 
                    "release": "11.el7_9", 
                    "source": "rpm", 
                    "version": "1.5"
                }
            ], 
            "hardlink": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "hardlink", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.0"
                }
            ], 
            "hostname": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "hostname", 
                    "release": "3.el7_7.1", 
                    "source": "rpm", 
                    "version": "3.13"
                }
            ], 
            "hwdata": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "hwdata", 
                    "release": "9.7.el7", 
                    "source": "rpm", 
                    "version": "0.252"
                }
            ], 
            "info": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "info", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "5.1"
                }
            ], 
            "iproute": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iproute", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "4.11.0"
                }
            ], 
            "iprutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iprutils", 
                    "release": "3.el7_7", 
                    "source": "rpm", 
                    "version": "2.4.17.1"
                }
            ], 
            "ipset": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "ipset-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset-libs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "iptables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iptables", 
                    "release": "35.el7", 
                    "source": "rpm", 
                    "version": "1.4.21"
                }
            ], 
            "iputils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iputils", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "20160308"
                }
            ], 
            "irqbalance": [
                {
                    "arch": "x86_64", 
                    "epoch": 3, 
                    "name": "irqbalance", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "1.0.7"
                }
            ], 
            "ivtv-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 2, 
                    "name": "ivtv-firmware", 
                    "release": "26.el7", 
                    "source": "rpm", 
                    "version": "20080701"
                }
            ], 
            "iwl100-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl100-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl1000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "iwl1000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl105-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl105-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl135-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl135-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2030-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2030-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl3160-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3160-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "iwl3945-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3945-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "15.32.2.9"
                }
            ], 
            "iwl4965-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl4965-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "228.61.2.24"
                }
            ], 
            "iwl5000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.83.5.1_1"
                }
            ], 
            "iwl5150-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5150-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.24.2.2"
                }
            ], 
            "iwl6000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "9.221.4.1"
                }
            ], 
            "iwl6000g2a-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2a-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6000g2b-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2b-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6050-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6050-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "41.28.5.1"
                }
            ], 
            "iwl7260-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl7260-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "jansson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "jansson", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.10"
                }
            ], 
            "json-c": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "json-c", 
                    "release": "4.el7_0", 
                    "source": "rpm", 
                    "version": "0.11"
                }
            ], 
            "kbd-legacy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-legacy", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kbd-misc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-misc", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kernel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }, 
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-debug-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-debug-devel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-headers", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools-libs", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "keyutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "keyutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "kmod": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kmod-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod-libs", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kpartx": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kpartx", 
                    "release": "136.el7_9", 
                    "source": "rpm", 
                    "version": "0.4.9"
                }
            ], 
            "krb5-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "krb5-libs", 
                    "release": "55.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.1"
                }
            ], 
            "less": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "less", 
                    "release": "10.el7_9", 
                    "source": "rpm", 
                    "version": "458"
                }
            ], 
            "libacl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libacl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "libassuan": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libassuan", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "libattr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libattr", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "2.4.46"
                }
            ], 
            "libbasicobjects": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libbasicobjects", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.1"
                }
            ], 
            "libblkid": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libblkid", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libcap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.22"
                }
            ], 
            "libcap-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap-ng", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.7.5"
                }
            ], 
            "libcgroup": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcgroup", 
                    "release": "21.el7", 
                    "source": "rpm", 
                    "version": "0.41"
                }
            ], 
            "libcollection": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcollection", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.7.0"
                }
            ], 
            "libcom_err": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcom_err", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libcroco": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcroco", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.12"
                }
            ], 
            "libcurl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcurl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "libdaemon": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdaemon", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libdb": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdb-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb-utils", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdrm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdrm", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.4.97"
                }
            ], 
            "libdwarf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdwarf", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "20130207"
                }
            ], 
            "libedit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libedit", 
                    "release": "12.20121213cvs.el7", 
                    "source": "rpm", 
                    "version": "3.0"
                }
            ], 
            "libestr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libestr", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.1.9"
                }
            ], 
            "libevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libevent", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.0.21"
                }
            ], 
            "libfastjson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libfastjson", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.99.4"
                }
            ], 
            "libffi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libffi", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "3.0.13"
                }
            ], 
            "libgcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgcrypt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcrypt", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "1.5.3"
                }
            ], 
            "libgomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgomp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgpg-error": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgpg-error", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.12"
                }
            ], 
            "libidn": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libidn", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.28"
                }
            ], 
            "libini_config": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libini_config", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "1.3.1"
                }
            ], 
            "libmnl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmnl", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.0.3"
                }
            ], 
            "libmount": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmount", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libmpc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmpc", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libndp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libndp", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.2"
                }
            ], 
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnetfilter_conntrack", 
                    "release": "1.el7_3", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "libnfnetlink": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfnetlink", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libnfsidmap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfsidmap", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "0.25"
                }
            ], 
            "libnl3": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libnl3-cli": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3-cli", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libpath_utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpath_utils", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.2.1"
                }
            ], 
            "libpciaccess": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpciaccess", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libpipeline": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpipeline", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libpng": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "libpng", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.5.13"
                }
            ], 
            "libpwquality": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpwquality", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libref_array": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libref_array", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.5"
                }
            ], 
            "libseccomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libseccomp", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.3.1"
                }
            ], 
            "libselinux": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-python", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-utils", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage-python", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsepol": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsepol", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsmartcols": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsmartcols", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libss": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libss", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libssh2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libssh2", 
                    "release": "4.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.8.0"
                }
            ], 
            "libstdc++": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libstdc++", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libsysfs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsysfs", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "libtasn1": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtasn1", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "4.10"
                }
            ], 
            "libteam": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libteam", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.29"
                }
            ], 
            "libtirpc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtirpc", 
                    "release": "0.16.el7", 
                    "source": "rpm", 
                    "version": "0.2.4"
                }
            ], 
            "libunistring": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libunistring", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.9.3"
                }
            ], 
            "libuser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libuser", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.60"
                }
            ], 
            "libutempter": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libutempter", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.1.6"
                }
            ], 
            "libuuid": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libuuid", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libverto": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libverto", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.2.5"
                }
            ], 
            "libverto-libevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libverto-libevent", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.2.5"
                }
            ], 
            "libxml2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxml2", 
                    "release": "6.el7_9.6", 
                    "source": "rpm", 
                    "version": "2.9.1"
                }
            ], 
            "libxml2-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxml2-python", 
                    "release": "6.el7_9.6", 
                    "source": "rpm", 
                    "version": "2.9.1"
                }
            ], 
            "libxslt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxslt", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.1.28"
                }
            ], 
            "libyaml": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libyaml", 
                    "release": "11.el7_0", 
                    "source": "rpm", 
                    "version": "0.1.4"
                }
            ], 
            "linux-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "linux-firmware", 
                    "release": "82.git78c0348.el7_9", 
                    "source": "rpm", 
                    "version": "20200421"
                }
            ], 
            "logrotate": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "logrotate", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "3.8.6"
                }
            ], 
            "lshw": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lshw", 
                    "release": "0.1.20180614git028f6b2.beaker.1.el7bkr.1", 
                    "source": "rpm", 
                    "version": "B.02.19"
                }
            ], 
            "lsscsi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lsscsi", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.27"
                }
            ], 
            "lua": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lua", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "5.1.4"
                }
            ], 
            "lz4": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lz4", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.8.3"
                }
            ], 
            "lzo": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lzo", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "2.06"
                }
            ], 
            "mailcap": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "mailcap", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.1.41"
                }
            ], 
            "make": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "make", 
                    "release": "24.el7", 
                    "source": "rpm", 
                    "version": "3.82"
                }
            ], 
            "man-db": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "man-db", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.6.3"
                }
            ], 
            "mariadb-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "mariadb-libs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "5.5.68"
                }
            ], 
            "microcode_ctl": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "microcode_ctl", 
                    "release": "73.20.el7_9", 
                    "source": "rpm", 
                    "version": "2.1"
                }
            ], 
            "mokutil": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mokutil", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "15"
                }
            ], 
            "mozjs17": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mozjs17", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "17.0.0"
                }
            ], 
            "mpfr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mpfr", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.1.1"
                }
            ], 
            "ncurses": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ncurses", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "ncurses-base": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ncurses-base", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "ncurses-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ncurses-libs", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "net-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "net-tools", 
                    "release": "0.25.20131004git.el7", 
                    "source": "rpm", 
                    "version": "2.0"
                }
            ], 
            "newt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "newt", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.52.15"
                }
            ], 
            "newt-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "newt-python", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.52.15"
                }
            ], 
            "nfs-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "nfs-utils", 
                    "release": "0.68.el7.2", 
                    "source": "rpm", 
                    "version": "1.3.0"
                }
            ], 
            "nspr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nspr", 
                    "release": "1.el7_9", 
                    "source": "rpm", 
                    "version": "4.35.0"
                }
            ], 
            "nss": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-pem": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-pem", 
                    "release": "7.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.0.3"
                }
            ], 
            "nss-softokn": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-softokn", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-softokn-freebl", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-sysinit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-sysinit", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-tools", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-util": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-util", 
                    "release": "1.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "numactl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "numactl-libs", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.0.12"
                }
            ], 
            "openldap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openldap", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "2.4.44"
                }
            ], 
            "openssh": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssh-clients": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh-clients", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssh-server": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh-server", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssl": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "openssl", 
                    "release": "26.el7_9", 
                    "source": "rpm", 
                    "version": "1.0.2k"
                }
            ], 
            "openssl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "openssl-libs", 
                    "release": "26.el7_9", 
                    "source": "rpm", 
                    "version": "1.0.2k"
                }
            ], 
            "os-prober": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "os-prober", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.58"
                }
            ], 
            "p11-kit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "p11-kit", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.5"
                }
            ], 
            "p11-kit-trust": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "p11-kit-trust", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.5"
                }
            ], 
            "pam": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pam", 
                    "release": "23.el7", 
                    "source": "rpm", 
                    "version": "1.1.8"
                }
            ], 
            "parted": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "parted", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "3.1"
                }
            ], 
            "passwd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "passwd", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.79"
                }
            ], 
            "pciutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pciutils-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.5.1"
                }
            ], 
            "pcre": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pcre", 
                    "release": "17.el7", 
                    "source": "rpm", 
                    "version": "8.32"
                }
            ], 
            "perl": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-Business-ISBN": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Business-ISBN", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.06"
                }
            ], 
            "perl-Business-ISBN-Data": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Business-ISBN-Data", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "20120719.001"
                }
            ], 
            "perl-CGI": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-CGI", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.63"
                }
            ], 
            "perl-Carp": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Carp", 
                    "release": "244.el7", 
                    "source": "rpm", 
                    "version": "1.26"
                }
            ], 
            "perl-Compress-Raw-Bzip2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Compress-Raw-Bzip2", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-Compress-Raw-Zlib": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-Compress-Raw-Zlib", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Data-Dumper", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.145"
                }
            ], 
            "perl-Date-Manip": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Date-Manip", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.41"
                }
            ], 
            "perl-Digest": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Digest", 
                    "release": "245.el7", 
                    "source": "rpm", 
                    "version": "1.17"
                }
            ], 
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Digest-MD5", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.52"
                }
            ], 
            "perl-Encode": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Encode", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.51"
                }
            ], 
            "perl-Encode-Locale": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Encode-Locale", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.03"
                }
            ], 
            "perl-Error": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Error", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.17020"
                }
            ], 
            "perl-Exporter": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Exporter", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "5.68"
                }
            ], 
            "perl-FCGI": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-FCGI", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "0.74"
                }
            ], 
            "perl-File-Listing": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Listing", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "6.04"
                }
            ], 
            "perl-File-Path": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Path", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.09"
                }
            ], 
            "perl-File-Temp": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Temp", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.01"
                }
            ], 
            "perl-Filter": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Filter", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.49"
                }
            ], 
            "perl-Font-AFM": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Font-AFM", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.20"
                }
            ], 
            "perl-Getopt-Long": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Getopt-Long", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.40"
                }
            ], 
            "perl-Git": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Git", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.8.3.1"
                }
            ], 
            "perl-HTML-Format": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTML-Format", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.10"
                }
            ], 
            "perl-HTML-Parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-HTML-Parser", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.71"
                }
            ], 
            "perl-HTML-Tagset": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTML-Tagset", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "3.20"
                }
            ], 
            "perl-HTML-Tree": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-HTML-Tree", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "5.03"
                }
            ], 
            "perl-HTTP-Cookies": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Cookies", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Daemon": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Daemon", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Date": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Date", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-HTTP-Message": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Message", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "6.06"
                }
            ], 
            "perl-HTTP-Negotiate": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Negotiate", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Tiny", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.033"
                }
            ], 
            "perl-IO-Compress": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Compress", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-IO-HTML": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-HTML", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.00"
                }
            ], 
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Socket-IP", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.21"
                }
            ], 
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Socket-SSL", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.94"
                }
            ], 
            "perl-IO-Zlib": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-IO-Zlib", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "1.10"
                }
            ], 
            "perl-IO-stringy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-stringy", 
                    "release": "22.el7", 
                    "source": "rpm", 
                    "version": "2.110"
                }
            ], 
            "perl-LWP-MediaTypes": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-LWP-MediaTypes", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-LWP-Protocol-https": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-LWP-Protocol-https", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "6.04"
                }
            ], 
            "perl-Module-Load": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Module-Load", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.24"
                }
            ], 
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Mozilla-CA", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "20130114"
                }
            ], 
            "perl-Net-HTTP": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Net-HTTP", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.06"
                }
            ], 
            "perl-Net-LibIDN": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Net-LibIDN", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "0.12"
                }
            ], 
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Net-SSLeay", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.55"
                }
            ], 
            "perl-PathTools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-PathTools", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "3.40"
                }
            ], 
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Pod-Escapes", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "1.04"
                }
            ], 
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Pod-Perldoc", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.20"
                }
            ], 
            "perl-Pod-Simple": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Pod-Simple", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.28"
                }
            ], 
            "perl-Pod-Usage": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Pod-Usage", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.63"
                }
            ], 
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Scalar-List-Utils", 
                    "release": "248.el7", 
                    "source": "rpm", 
                    "version": "1.27"
                }
            ], 
            "perl-Socket": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Socket", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.010"
                }
            ], 
            "perl-Storable": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Storable", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.45"
                }
            ], 
            "perl-TermReadKey": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-TermReadKey", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "2.30"
                }
            ], 
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Text-ParseWords", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.29"
                }
            ], 
            "perl-Time-HiRes": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-Time-HiRes", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.9725"
                }
            ], 
            "perl-Time-Local": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Time-Local", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.2300"
                }
            ], 
            "perl-TimeDate": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-TimeDate", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.30"
                }
            ], 
            "perl-URI": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-URI", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.60"
                }
            ], 
            "perl-WWW-RobotRules": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-WWW-RobotRules", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-XML-LibXML": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-XML-LibXML", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.0018"
                }
            ], 
            "perl-XML-NamespaceSupport": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-NamespaceSupport", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "1.11"
                }
            ], 
            "perl-XML-Parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-XML-Parser", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.41"
                }
            ], 
            "perl-XML-SAX": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-SAX", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.99"
                }
            ], 
            "perl-XML-SAX-Base": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-SAX-Base", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.08"
                }
            ], 
            "perl-XML-Twig": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-Twig", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "3.44"
                }
            ], 
            "perl-constant": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-constant", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.27"
                }
            ], 
            "perl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-libs", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-libwww-perl": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-libwww-perl", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.05"
                }
            ], 
            "perl-macros": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-macros", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-parent": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-parent", 
                    "release": "244.el7", 
                    "source": "rpm", 
                    "version": "0.225"
                }
            ], 
            "perl-podlators": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-podlators", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.5.1"
                }
            ], 
            "perl-threads": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-threads", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.87"
                }
            ], 
            "perl-threads-shared": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-threads-shared", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.43"
                }
            ], 
            "pinentry": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pinentry", 
                    "release": "17.el7", 
                    "source": "rpm", 
                    "version": "0.8.1"
                }
            ], 
            "pkgconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "pkgconfig", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.27.1"
                }
            ], 
            "plymouth-core-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth-core-libs", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "policycoreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "policycoreutils-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils-python", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "polkit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit", 
                    "release": "26.el7_9.1", 
                    "source": "rpm", 
                    "version": "0.112"
                }
            ], 
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit-pkla-compat", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.1"
                }
            ], 
            "popt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "popt", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "1.13"
                }
            ], 
            "postfix": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "postfix", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "2.10.1"
                }
            ], 
            "procps-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "procps-ng", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "3.3.10"
                }
            ], 
            "pth": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pth", 
                    "release": "23.el7", 
                    "source": "rpm", 
                    "version": "2.0.7"
                }
            ], 
            "pygpgme": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pygpgme", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.3"
                }
            ], 
            "pyliblzma": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pyliblzma", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "0.5.3"
                }
            ], 
            "pyserial": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "pyserial", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "2.6"
                }
            ], 
            "python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python", 
                    "release": "94.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.5"
                }
            ], 
            "python-IPy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-IPy", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.75"
                }
            ], 
            "python-babel": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-babel", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "0.9.6"
                }
            ], 
            "python-backports": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-backports", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.0"
                }
            ], 
            "python-backports-ssl_match_hostname": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-backports-ssl_match_hostname", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "3.5.0.1"
                }
            ], 
            "python-chardet": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-chardet", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.2.1"
                }
            ], 
            "python-configobj": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-configobj", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "4.7.2"
                }
            ], 
            "python-decorator": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-decorator", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.4.0"
                }
            ], 
            "python-firewall": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-firewall", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "python-gobject-base": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-gobject-base", 
                    "release": "1.el7_4.1", 
                    "source": "rpm", 
                    "version": "3.22.0"
                }
            ], 
            "python-iniparse": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-iniparse", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.4"
                }
            ], 
            "python-ipaddress": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-ipaddress", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.0.16"
                }
            ], 
            "python-jinja2": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jinja2", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.7.2"
                }
            ], 
            "python-jsonpatch": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jsonpatch", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.2"
                }
            ], 
            "python-jsonpointer": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jsonpointer", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.9"
                }
            ], 
            "python-kitchen": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-kitchen", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.1.1"
                }
            ], 
            "python-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-libs", 
                    "release": "94.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.5"
                }
            ], 
            "python-linux-procfs": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-linux-procfs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.11"
                }
            ], 
            "python-lxml": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-lxml", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.1"
                }
            ], 
            "python-markupsafe": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-markupsafe", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "0.11"
                }
            ], 
            "python-perf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-perf", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "python-prettytable": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-prettytable", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.7.2"
                }
            ], 
            "python-pycurl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-pycurl", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "7.19.0"
                }
            ], 
            "python-pyudev": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-pyudev", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.15"
                }
            ], 
            "python-requests": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-requests", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.6.0"
                }
            ], 
            "python-schedutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-schedutils", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.4"
                }
            ], 
            "python-setuptools": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-setuptools", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.9.8"
                }
            ], 
            "python-six": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-six", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.9.0"
                }
            ], 
            "python-slip": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-slip", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.0"
                }
            ], 
            "python-slip-dbus": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-slip-dbus", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.0"
                }
            ], 
            "python-urlgrabber": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-urlgrabber", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "3.10"
                }
            ], 
            "python-urllib3": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-urllib3", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.10.2"
                }
            ], 
            "pyxattr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pyxattr", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.5.1"
                }
            ], 
            "qa-tools": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "qa-tools", 
                    "release": "4.el7_9", 
                    "source": "rpm", 
                    "version": "4.1"
                }
            ], 
            "qemu-guest-agent": [
                {
                    "arch": "x86_64", 
                    "epoch": 10, 
                    "name": "qemu-guest-agent", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.12.0"
                }
            ], 
            "qrencode-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "qrencode-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.4.1"
                }
            ], 
            "quota": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "quota", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "4.01"
                }
            ], 
            "quota-nls": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "quota-nls", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "4.01"
                }
            ], 
            "readline": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "readline", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "6.2"
                }
            ], 
            "restraint": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "restraint", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "0.4.4"
                }
            ], 
            "restraint-rhts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "restraint-rhts", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "0.4.4"
                }
            ], 
            "rng-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rng-tools", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.3.1"
                }
            ], 
            "rootfiles": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rootfiles", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "8.1"
                }
            ], 
            "rpcbind": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpcbind", 
                    "release": "49.el7", 
                    "source": "rpm", 
                    "version": "0.2.0"
                }
            ], 
            "rpm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-build-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-build-libs", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-libs", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-python", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rsync": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rsync", 
                    "release": "12.el7_9", 
                    "source": "rpm", 
                    "version": "3.1.2"
                }
            ], 
            "rsyslog": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rsyslog", 
                    "release": "57.el7_9.3", 
                    "source": "rpm", 
                    "version": "8.24.0"
                }
            ], 
            "ruby": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ruby", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "ruby-irb": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ruby-irb", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "ruby-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ruby-libs", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "rubygem-bigdecimal": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-bigdecimal", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "1.2.0"
                }
            ], 
            "rubygem-io-console": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-io-console", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "0.4.2"
                }
            ], 
            "rubygem-json": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-json", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "1.7.7"
                }
            ], 
            "rubygem-psych": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-psych", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0"
                }
            ], 
            "rubygem-rdoc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rubygem-rdoc", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "4.0.0"
                }
            ], 
            "rubygems": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rubygems", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.14.1"
                }
            ], 
            "sed": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sed", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "4.2.2"
                }
            ], 
            "selinux-policy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "selinux-policy", 
                    "release": "268.el7_9.2", 
                    "source": "rpm", 
                    "version": "3.13.1"
                }
            ], 
            "selinux-policy-targeted": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "selinux-policy-targeted", 
                    "release": "268.el7_9.2", 
                    "source": "rpm", 
                    "version": "3.13.1"
                }
            ], 
            "setools-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "setools-libs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.3.8"
                }
            ], 
            "setup": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "setup", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.8.71"
                }
            ], 
            "sg3_utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "sg3_utils", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.37"
                }
            ], 
            "sg3_utils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "sg3_utils-libs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.37"
                }
            ], 
            "shadow-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "shadow-utils", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "4.6"
                }
            ], 
            "shared-mime-info": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "shared-mime-info", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.8"
                }
            ], 
            "slang": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "slang", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.2.4"
                }
            ], 
            "snappy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "snappy", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.1.0"
                }
            ], 
            "sqlite": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sqlite", 
                    "release": "8.el7_7.1", 
                    "source": "rpm", 
                    "version": "3.7.17"
                }
            ], 
            "strace": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "strace", 
                    "release": "7.el7_9", 
                    "source": "rpm", 
                    "version": "4.24"
                }
            ], 
            "sudo": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sudo", 
                    "release": "10.el7_9.3", 
                    "source": "rpm", 
                    "version": "1.8.23"
                }
            ], 
            "systemd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemd-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd-libs", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemd-sysv": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd-sysv", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemtap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-client": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-client", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-devel", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-runtime": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-runtime", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "sysvinit-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sysvinit-tools", 
                    "release": "14.dsf.el7", 
                    "source": "rpm", 
                    "version": "2.88"
                }
            ], 
            "tar": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "tar", 
                    "release": "35.el7", 
                    "source": "rpm", 
                    "version": "1.26"
                }
            ], 
            "tcp_wrappers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "tcp_wrappers", 
                    "release": "77.el7", 
                    "source": "rpm", 
                    "version": "7.6"
                }
            ], 
            "tcp_wrappers-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "tcp_wrappers-libs", 
                    "release": "77.el7", 
                    "source": "rpm", 
                    "version": "7.6"
                }
            ], 
            "teamd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "teamd", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.29"
                }
            ], 
            "time": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "time", 
                    "release": "45.el7", 
                    "source": "rpm", 
                    "version": "1.7"
                }
            ], 
            "tps-devel": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tps-devel", 
                    "release": "1", 
                    "source": "rpm", 
                    "version": "2.44.50"
                }
            ], 
            "tuned": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tuned", 
                    "release": "12.el7_9", 
                    "source": "rpm", 
                    "version": "2.11.0"
                }
            ], 
            "tzdata": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tzdata", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2024a"
                }
            ], 
            "unzip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "unzip", 
                    "release": "24.el7_9", 
                    "source": "rpm", 
                    "version": "6.0"
                }
            ], 
            "ustr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ustr", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "1.0.4"
                }
            ], 
            "util-linux": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "util-linux", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "vim-common": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-common", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-enhanced": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-enhanced", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-filesystem": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-filesystem", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-minimal": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-minimal", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "virt-what": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "virt-what", 
                    "release": "4.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.18"
                }
            ], 
            "wget": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "wget", 
                    "release": "18.el7_6.1", 
                    "source": "rpm", 
                    "version": "1.14"
                }
            ], 
            "which": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "which", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.20"
                }
            ], 
            "wpa_supplicant": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "wpa_supplicant", 
                    "release": "12.el7_9.2", 
                    "source": "rpm", 
                    "version": "2.6"
                }
            ], 
            "xfsprogs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xfsprogs", 
                    "release": "22.el7", 
                    "source": "rpm", 
                    "version": "4.5.0"
                }
            ], 
            "xz": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xz", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "5.2.2"
                }
            ], 
            "xz-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xz-libs", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "5.2.2"
                }
            ], 
            "yum": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum", 
                    "release": "168.el7.centos", 
                    "source": "rpm", 
                    "version": "3.4.3"
                }
            ], 
            "yum-metadata-parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "yum-metadata-parser", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "1.1.4"
                }
            ], 
            "yum-plugin-fastestmirror": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum-plugin-fastestmirror", 
                    "release": "54.el7_8", 
                    "source": "rpm", 
                    "version": "1.1.31"
                }
            ], 
            "yum-utils": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum-utils", 
                    "release": "54.el7_8", 
                    "source": "rpm", 
                    "version": "1.1.31"
                }
            ], 
            "zip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "zip", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.0"
                }
            ], 
            "zlib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "zlib", 
                    "release": "21.el7_9", 
                    "source": "rpm", 
                    "version": "1.2.7"
                }
            ]
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 11 January 2025  03:24:23 -0500 (0:00:01.664)       0:01:27.158 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_version": "8.24.0"
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 11 January 2025  03:24:24 -0500 (0:00:00.106)       0:01:27.265 ****** 
ok: [managed-node1] => {}

MSG:

Rsyslog_version is 8.24.0, which is older than "8.37.0-7.2".

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 11 January 2025  03:24:24 -0500 (0:00:00.096)       0:01:27.362 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 11 January 2025  03:24:24 -0500 (0:00:00.105)       0:01:27.467 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create the config directory if it does not exist] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 11 January 2025  03:24:24 -0500 (0:00:00.104)       0:01:27.572 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/etc/rsyslog.d", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 11 January 2025  03:24:24 -0500 (0:00:00.475)       0:01:28.048 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/var/lib/rsyslog", 
    "secontext": "system_u:object_r:syslogd_var_lib_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 11 January 2025  03:24:25 -0500 (0:00:00.553)       0:01:28.601 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/var/log", 
    "secontext": "system_u:object_r:var_log_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 11 January 2025  03:24:25 -0500 (0:00:00.388)       0:01:28.989 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options", 
                "filename": "00-global.conf", 
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
            }, 
            {
                "name": "local-modules", 
                "sections": [
                    {
                        "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                    }
                ], 
                "state": "absent", 
                "type": "modules"
            }, 
            {
                "name": "common-defaults", 
                "sections": [
                    {
                        "comment": "Log every message", 
                        "options": "$RepeatedMsgReduction off"
                    }
                ], 
                "type": "global"
            }, 
            {
                "name": "templates", 
                "sections": [
                    {
                        "comment": "User provided output templates", 
                        "options": "\n"
                    }
                ], 
                "type": "templates"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125
Saturday 11 January 2025  03:24:26 -0500 (0:00:00.566)       0:01:29.556 ****** 
skipping: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n', u'filename': u'00-global.conf'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:149
Saturday 11 January 2025  03:24:26 -0500 (0:00:00.142)       0:01:29.699 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:153
Saturday 11 January 2025  03:24:26 -0500 (0:00:00.075)       0:01:29.775 ****** 
skipping: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n', u'filename': u'00-global.conf'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:171
Saturday 11 January 2025  03:24:26 -0500 (0:00:00.135)       0:01:29.910 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182
Saturday 11 January 2025  03:24:26 -0500 (0:00:00.106)       0:01:30.017 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:197
Saturday 11 January 2025  03:24:26 -0500 (0:00:00.094)       0:01:30.111 ****** 
ok: [managed-node1] => (item={u'type': u'files', u'name': u'default_files'}) => {
    "ansible_facts": {
        "__rsyslog_conf_files_output_modules": [
            {
                "name": "output-files-modules", 
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format", 
                        "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_files_template_format not in [\"\", \"modern\"] %}\nmodule(load=\"builtin:omfile\" Template=\"{{ logging_files_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfile\")\n{% endif %}"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_files_output_packages": [], 
        "__rsyslog_files_output_rules": [
            "{{ __rsyslog_conf_files_output_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "name": "default_files", 
        "type": "files"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:209
Saturday 11 January 2025  03:24:26 -0500 (0:00:00.128)       0:01:30.240 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Saturday 11 January 2025  03:24:27 -0500 (0:00:00.212)       0:01:30.453 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:24:27 -0500 (0:00:00.160)       0:01:30.613 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:24:27 -0500 (0:00:00.102)       0:01:30.715 ****** 
ok: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfile")\n'}], u'type': u'modules', u'name': u'output-files-modules'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
    "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-files-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 151, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:24:28 -0500 (0:00:00.884)       0:01:31.599 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:24:28 -0500 (0:00:00.158)       0:01:31.758 ****** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfile")\n'}], u'type': u'modules', u'name': u'output-files-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-files-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Saturday 11 January 2025  03:24:28 -0500 (0:00:00.132)       0:01:31.890 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:24:28 -0500 (0:00:00.214)       0:01:32.104 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:24:28 -0500 (0:00:00.113)       0:01:32.218 ****** 
ok: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}], u'name': u'output-files-default_files'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
    "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-files-default_files", 
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 1148, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:24:30 -0500 (0:00:01.330)       0:01:33.548 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
                        "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-default_files", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1148, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:24:30 -0500 (0:00:00.118)       0:01:33.667 ****** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}], u'name': u'output-files-default_files'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-files-default_files", 
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:222
Saturday 11 January 2025  03:24:30 -0500 (0:00:00.348)       0:01:34.016 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n  rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n  if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n    echo \"/etc/rsyslog.d/$conf\"\n  fi\ndone\n", 
    "delta": "0:00:00.424397", 
    "end": "2025-01-11 03:24:31.444500", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-01-11 03:24:31.020103"
}

STDOUT:

/etc/rsyslog.d/00-global.conf
/etc/rsyslog.d/05-common-defaults.conf
/etc/rsyslog.d/10-output-files-modules.conf
/etc/rsyslog.d/10-output-forwards-modules.conf
/etc/rsyslog.d/20-templates.conf
/etc/rsyslog.d/30-output-files-default_files.conf
/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf
/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf
/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port.conf
/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port_target.conf
/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf
/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf
/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf
/etc/rsyslog.d/90-input-basics-basic_input.conf

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239
Saturday 11 January 2025  03:24:31 -0500 (0:00:00.856)       0:01:34.872 ****** 
changed: [managed-node1] => (item=/etc/rsyslog.d/00-global.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/00-global.conf", 
    "path": "/etc/rsyslog.d/00-global.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/05-common-defaults.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/05-common-defaults.conf", 
    "path": "/etc/rsyslog.d/05-common-defaults.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/10-output-forwards-modules.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/20-templates.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/20-templates.conf", 
    "path": "/etc/rsyslog.d/20-templates.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
    "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
    "path": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port.conf", 
    "path": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port_target.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port_target.conf", 
    "path": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_protocol_port_target.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf", 
    "path": "/etc/rsyslog.d/30-output-forwards-forwards_no_severity_and_facility_udp.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
    "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
    "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_only.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/90-input-basics-basic_input.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
    "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
    "state": "absent"
}
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:259
Saturday 11 January 2025  03:24:38 -0500 (0:00:06.491)       0:01:41.364 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:280
Saturday 11 January 2025  03:24:38 -0500 (0:00:00.134)       0:01:41.498 ****** 
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local ca_cert file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:288
Saturday 11 January 2025  03:24:38 -0500 (0:00:00.179)       0:01:41.678 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local cert file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:300
Saturday 11 January 2025  03:24:38 -0500 (0:00:00.121)       0:01:41.800 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local key file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:312
Saturday 11 January 2025  03:24:38 -0500 (0:00:00.107)       0:01:41.907 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:324
Saturday 11 January 2025  03:24:38 -0500 (0:00:00.169)       0:01:42.076 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "rsyslog", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "network-online.target basic.target network.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "no", 
        "AssertTimestampMonotonic": "0", 
        "Before": "shutdown.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "no", 
        "ConditionTimestampMonotonic": "0", 
        "Conflicts": "shutdown.target", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "System Logging Service", 
        "DevicePolicy": "auto", 
        "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", 
        "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "0", 
        "ExecMainStartTimestampMonotonic": "0", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "rsyslog.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestampMonotonic": "0", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "0", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "rsyslog.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "main", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "on-failure", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "dead", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "notify", 
        "UMask": "0066", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-online.target network.target", 
        "WatchdogTimestampMonotonic": "0", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332
Saturday 11 January 2025  03:24:39 -0500 (0:00:00.536)       0:01:42.613 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:341
Saturday 11 January 2025  03:24:39 -0500 (0:00:00.094)       0:01:42.708 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:353
Saturday 11 January 2025  03:24:39 -0500 (0:00:00.102)       0:01:42.810 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get mode of rsyslog.conf if it exists] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:360
Saturday 11 January 2025  03:24:39 -0500 (0:00:00.098)       0:01:42.909 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate main rsyslog configuration] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:366
Saturday 11 January 2025  03:24:39 -0500 (0:00:00.139)       0:01:43.048 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 11 January 2025  03:24:39 -0500 (0:00:00.020)       0:01:43.069 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "name": "rsyslog", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "network-online.target basic.target network.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "no", 
        "AssertTimestampMonotonic": "0", 
        "Before": "shutdown.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "no", 
        "ConditionTimestampMonotonic": "0", 
        "Conflicts": "shutdown.target", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "System Logging Service", 
        "DevicePolicy": "auto", 
        "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", 
        "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "0", 
        "ExecMainStartTimestampMonotonic": "0", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "rsyslog.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestampMonotonic": "0", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "0", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "rsyslog.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "main", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "on-failure", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "dead", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "notify", 
        "UMask": "0066", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-online.target network.target", 
        "WatchdogTimestampMonotonic": "0", 
        "WatchdogUSec": "0"
    }
}
META: ran handlers

TASK [Creating fake key/certs files for the following test cases] **************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:305
Saturday 11 January 2025  03:24:40 -0500 (0:00:00.612)       0:01:43.682 ****** 
changed: [managed-node1 -> localhost] => (item=/tmp/logging_test_VvToDL/test-ca.crt) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "checksum": "2b8c8257e4d1a5bee96fb83525145cd85a675424", 
    "dest": "/tmp/logging_test_VvToDL/test-ca.crt", 
    "gid": 0, 
    "group": "root", 
    "item": "/tmp/logging_test_VvToDL/test-ca.crt", 
    "md5sum": "c124bac877f2bf64eeba48a06146095c", 
    "mode": "0444", 
    "owner": "root", 
    "secontext": "unconfined_u:object_r:admin_home_t:s0", 
    "size": 52, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583880.46-15528-213606397376672/source", 
    "state": "file", 
    "uid": 0
}
changed: [managed-node1 -> localhost] => (item=/tmp/logging_test_VvToDL/test-cert.pem) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "checksum": "a2d47e5c533818fe356b17b901ca91e7d447c872", 
    "dest": "/tmp/logging_test_VvToDL/test-cert.pem", 
    "gid": 0, 
    "group": "root", 
    "item": "/tmp/logging_test_VvToDL/test-cert.pem", 
    "md5sum": "55530b8aa030b51e86dc1d66229357e8", 
    "mode": "0444", 
    "owner": "root", 
    "secontext": "unconfined_u:object_r:admin_home_t:s0", 
    "size": 54, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583880.79-15528-47885951294739/source", 
    "state": "file", 
    "uid": 0
}
changed: [managed-node1 -> localhost] => (item=/tmp/logging_test_VvToDL/test-key.pem) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "checksum": "7f30fd53b25abd5f3d9c0eb2eac9c5aa0abde975", 
    "dest": "/tmp/logging_test_VvToDL/test-key.pem", 
    "gid": 0, 
    "group": "root", 
    "item": "/tmp/logging_test_VvToDL/test-key.pem", 
    "md5sum": "29c539492e89068be1b36462c7284ea1", 
    "mode": "0444", 
    "owner": "root", 
    "secontext": "unconfined_u:object_r:admin_home_t:s0", 
    "size": 53, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583881.12-15528-83567845826518/source", 
    "state": "file", 
    "uid": 0
}

TASK [TEST CASE 1; Test the configuration, basics input and a forwards output with ca_cert] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:317
Saturday 11 January 2025  03:24:41 -0500 (0:00:01.173)       0:01:44.855 ****** 

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 11 January 2025  03:24:41 -0500 (0:00:00.297)       0:01:45.152 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_output_files": [
            {
                "name": "default_files", 
                "type": "files"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 11 January 2025  03:24:42 -0500 (0:00:00.101)       0:01:45.254 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "facility": "local1", 
                "name": "forwards_severity_and_facility", 
                "permitted_server": "*.example.com", 
                "pki_authmode": "anon", 
                "severity": "info", 
                "target": "host.domain", 
                "tcp_port": 1514, 
                "tls": true, 
                "type": "forwards"
            }, 
            {
                "name": "default_files", 
                "type": "files"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 11 January 2025  03:24:42 -0500 (0:00:00.108)       0:01:45.363 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_inputs": [
            {
                "name": "basic_input", 
                "type": "basics"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 11 January 2025  03:24:42 -0500 (0:00:00.092)       0:01:45.455 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 11 January 2025  03:24:42 -0500 (0:00:00.095)       0:01:45.551 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 11 January 2025  03:24:42 -0500 (0:00:00.115)       0:01:45.667 ****** 
skipping: [managed-node1] => (item={u'inputs': [u'basic_input'], u'name': u'flows0', u'outputs': [u'forwards_severity_and_facility']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "inputs": [
            "basic_input"
        ], 
        "name": "flows0", 
        "outputs": [
            "forwards_severity_and_facility"
        ]
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 11 January 2025  03:24:42 -0500 (0:00:00.103)       0:01:45.770 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 11 January 2025  03:24:42 -0500 (0:00:00.131)       0:01:45.901 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 11 January 2025  03:24:42 -0500 (0:00:00.093)       0:01:45.995 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 11 January 2025  03:24:42 -0500 (0:00:00.101)       0:01:46.097 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 11 January 2025  03:24:42 -0500 (0:00:00.101)       0:01:46.198 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 11 January 2025  03:24:43 -0500 (0:00:00.084)       0:01:46.283 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 11 January 2025  03:24:43 -0500 (0:00:00.080)       0:01:46.364 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 11 January 2025  03:24:43 -0500 (0:00:00.131)       0:01:46.495 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 11 January 2025  03:24:43 -0500 (0:00:00.102)       0:01:46.598 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 11 January 2025  03:24:43 -0500 (0:00:00.102)       0:01:46.700 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 11 January 2025  03:24:43 -0500 (0:00:00.085)       0:01:46.786 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 11 January 2025  03:24:43 -0500 (0:00:00.072)       0:01:46.858 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 11 January 2025  03:24:43 -0500 (0:00:00.072)       0:01:46.931 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 11 January 2025  03:24:43 -0500 (0:00:00.095)       0:01:47.027 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 11 January 2025  03:24:43 -0500 (0:00:00.105)       0:01:47.133 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 11 January 2025  03:24:43 -0500 (0:00:00.101)       0:01:47.234 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 11 January 2025  03:24:44 -0500 (0:00:00.080)       0:01:47.315 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 11 January 2025  03:24:44 -0500 (0:00:00.145)       0:01:47.460 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 11 January 2025  03:24:44 -0500 (0:00:00.072)       0:01:47.532 ****** 

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 11 January 2025  03:24:44 -0500 (0:00:00.091)       0:01:47.624 ****** 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 11 January 2025  03:24:44 -0500 (0:00:00.093)       0:01:47.718 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 11 January 2025  03:24:44 -0500 (0:00:00.103)       0:01:47.822 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 11 January 2025  03:24:44 -0500 (0:00:00.194)       0:01:48.016 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 11 January 2025  03:24:44 -0500 (0:00:00.076)       0:01:48.093 ****** 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 11 January 2025  03:24:44 -0500 (0:00:00.057)       0:01:48.151 ****** 

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 11 January 2025  03:24:44 -0500 (0:00:00.063)       0:01:48.215 ****** 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 11 January 2025  03:24:45 -0500 (0:00:00.087)       0:01:48.302 ****** 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 11 January 2025  03:24:45 -0500 (0:00:00.094)       0:01:48.397 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 11 January 2025  03:24:45 -0500 (0:00:00.128)       0:01:48.525 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 11 January 2025  03:24:45 -0500 (0:00:00.344)       0:01:48.870 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 11 January 2025  03:24:45 -0500 (0:00:00.131)       0:01:49.001 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 11 January 2025  03:24:45 -0500 (0:00:00.117)       0:01:49.119 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 11 January 2025  03:24:45 -0500 (0:00:00.106)       0:01:49.225 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 11 January 2025  03:24:46 -0500 (0:00:00.105)       0:01:49.331 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 11 January 2025  03:24:46 -0500 (0:00:00.106)       0:01:49.437 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 11 January 2025  03:24:46 -0500 (0:00:00.104)       0:01:49.542 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 11 January 2025  03:24:46 -0500 (0:00:00.107)       0:01:49.650 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 11 January 2025  03:24:46 -0500 (0:00:00.166)       0:01:49.817 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 11 January 2025  03:24:46 -0500 (0:00:00.189)       0:01:50.006 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 11 January 2025  03:24:46 -0500 (0:00:00.168)       0:01:50.175 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 11 January 2025  03:24:47 -0500 (0:00:00.092)       0:01:50.268 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 11 January 2025  03:24:47 -0500 (0:00:00.096)       0:01:50.365 ****** 
ok: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics.j2"
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics_rhel7.j2"
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 11 January 2025  03:24:47 -0500 (0:00:00.215)       0:01:50.580 ****** 
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 11 January 2025  03:24:47 -0500 (0:00:00.323)       0:01:50.904 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 11 January 2025  03:24:47 -0500 (0:00:00.321)       0:01:51.225 ****** 
skipping: [managed-node1] => (item=iproute)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iproute", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=rsyslog)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "rsyslog", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 11 January 2025  03:24:48 -0500 (0:00:00.137)       0:01:51.363 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 11 January 2025  03:24:48 -0500 (0:00:00.164)       0:01:51.527 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "changes": {
        "installed": [
            "rsyslog-gnutls"
        ]
    }, 
    "rc": 0, 
    "results": [
        "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed", 
        "rsyslog-8.24.0-57.el7_9.3.x86_64 providing rsyslog is already installed", 
        "ca-certificates-2023.2.60_v7.0.306-72.el7_9.noarch providing ca-certificates is already installed", 
        "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: dl.fedoraproject.org\n * epel-debuginfo: dl.fedoraproject.org\n * epel-source: dl.fedoraproject.org\nResolving Dependencies\n--> Running transaction check\n---> Package rsyslog-gnutls.x86_64 0:8.24.0-57.el7_9.3 will be installed\n--> Processing Dependency: libgnutls.so.28(GNUTLS_2_12)(64bit) for package: rsyslog-gnutls-8.24.0-57.el7_9.3.x86_64\n--> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: rsyslog-gnutls-8.24.0-57.el7_9.3.x86_64\n--> Processing Dependency: libgnutls.so.28()(64bit) for package: rsyslog-gnutls-8.24.0-57.el7_9.3.x86_64\n--> Running transaction check\n---> Package gnutls.x86_64 0:3.3.29-9.el7_6 will be installed\n--> Processing Dependency: trousers >= 0.3.11.2 for package: gnutls-3.3.29-9.el7_6.x86_64\n--> Processing Dependency: libnettle.so.4()(64bit) for package: gnutls-3.3.29-9.el7_6.x86_64\n--> Processing Dependency: libhogweed.so.2()(64bit) for package: gnutls-3.3.29-9.el7_6.x86_64\n--> Running transaction check\n---> Package nettle.x86_64 0:2.7.1-9.el7_9 will be installed\n---> Package trousers.x86_64 0:0.3.14-2.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package              Arch         Version                  Repository     Size\n================================================================================\nInstalling:\n rsyslog-gnutls       x86_64       8.24.0-57.el7_9.3        updates        51 k\nInstalling for dependencies:\n gnutls               x86_64       3.3.29-9.el7_6           base          680 k\n nettle               x86_64       2.7.1-9.el7_9            updates       328 k\n trousers             x86_64       0.3.14-2.el7             base          289 k\n\nTransaction Summary\n================================================================================\nInstall  1 Package (+3 Dependent packages)\n\nTotal download size: 1.3 M\nInstalled size: 3.6 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal                                              2.7 MB/s | 1.3 MB  00:00     \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : trousers-0.3.14-2.el7.x86_64                                 1/4 \n  Installing : nettle-2.7.1-9.el7_9.x86_64                                  2/4 \n  Installing : gnutls-3.3.29-9.el7_6.x86_64                                 3/4 \n  Installing : rsyslog-gnutls-8.24.0-57.el7_9.3.x86_64                      4/4 \n  Verifying  : rsyslog-gnutls-8.24.0-57.el7_9.3.x86_64                      1/4 \n  Verifying  : nettle-2.7.1-9.el7_9.x86_64                                  2/4 \n  Verifying  : gnutls-3.3.29-9.el7_6.x86_64                                 3/4 \n  Verifying  : trousers-0.3.14-2.el7.x86_64                                 4/4 \n\nInstalled:\n  rsyslog-gnutls.x86_64 0:8.24.0-57.el7_9.3                                     \n\nDependency Installed:\n  gnutls.x86_64 0:3.3.29-9.el7_6          nettle.x86_64 0:2.7.1-9.el7_9         \n  trousers.x86_64 0:0.3.14-2.el7         \n\nComplete!\n"
    ]
}
lsrpackages: ca-certificates iproute rsyslog rsyslog-gnutls

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 11 January 2025  03:24:52 -0500 (0:00:04.670)       0:01:56.197 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Saturday 11 January 2025  03:24:53 -0500 (0:00:00.097)       0:01:56.295 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-libnm", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-team": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-team", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-tui": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-tui", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "PyYAML": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "PyYAML", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.10"
                }
            ], 
            "acl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "acl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "aic94xx-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "aic94xx-firmware", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "30"
                }
            ], 
            "alsa-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "alsa-firmware", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.0.28"
                }
            ], 
            "alsa-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-lib", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.8"
                }
            ], 
            "alsa-tools-firmware": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-tools-firmware", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.0"
                }
            ], 
            "aspell": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "aspell", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.60.6.1"
                }
            ], 
            "audit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs-python", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "authconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "authconfig", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "6.2.8"
                }
            ], 
            "avahi-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "avahi-libs", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "0.6.31"
                }
            ], 
            "basesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "basesystem", 
                    "release": "7.el7.centos", 
                    "source": "rpm", 
                    "version": "10.0"
                }
            ], 
            "bash": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bash", 
                    "release": "35.el7_9", 
                    "source": "rpm", 
                    "version": "4.2.46"
                }
            ], 
            "bc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bc", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.06.95"
                }
            ], 
            "bind-export-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 32, 
                    "name": "bind-export-libs", 
                    "release": "26.P2.el7_9.16", 
                    "source": "rpm", 
                    "version": "9.11.4"
                }
            ], 
            "binutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "binutils", 
                    "release": "44.base.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.27"
                }
            ], 
            "biosdevname": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "biosdevname", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.7.3"
                }
            ], 
            "boost-date-time": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-date-time", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-system": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-system", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-thread": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-thread", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "btrfs-progs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "btrfs-progs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "4.9.1"
                }
            ], 
            "bzip2-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bzip2-libs", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "ca-certificates": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ca-certificates", 
                    "release": "72.el7_9", 
                    "source": "rpm", 
                    "version": "2023.2.60_v7.0.306"
                }
            ], 
            "centos-logos": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "centos-logos", 
                    "release": "3.el7.centos", 
                    "source": "rpm", 
                    "version": "70.0.6"
                }
            ], 
            "centos-release": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "centos-release", 
                    "release": "9.2009.2.el7.centos", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "checkpolicy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "checkpolicy", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "chkconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "chkconfig", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.7.6"
                }
            ], 
            "chrony": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "chrony", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "3.4"
                }
            ], 
            "cloud-utils-growpart": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "cloud-utils-growpart", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.29"
                }
            ], 
            "coreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "coreutils", 
                    "release": "24.el7_9.2", 
                    "source": "rpm", 
                    "version": "8.22"
                }
            ], 
            "cpio": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpio", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "2.11"
                }
            ], 
            "cpp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "cracklib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cracklib-dicts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib-dicts", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cronie": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "cronie-anacron": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie-anacron", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "crontabs": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "crontabs", 
                    "release": "6.20121102git.el7", 
                    "source": "rpm", 
                    "version": "1.11"
                }
            ], 
            "cryptsetup-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cryptsetup-libs", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "2.0.3"
                }
            ], 
            "curl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "curl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cyrus-sasl-lib", 
                    "release": "24.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.26"
                }
            ], 
            "dbus": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-glib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-glib", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.100"
                }
            ], 
            "dbus-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus-libs", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-python", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.1.1"
                }
            ], 
            "device-mapper": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "device-mapper-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper-libs", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "dhcp-common": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-common", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "dhcp-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-libs", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "diffutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "diffutils", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.3"
                }
            ], 
            "dmidecode": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dmidecode", 
                    "release": "5.el7_9.1", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "dracut": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dracut-config-rescue": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut-config-rescue", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dyninst": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dyninst", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "9.3.1"
                }
            ], 
            "e2fsprogs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs-libs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "ebtables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ebtables", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.0.10"
                }
            ], 
            "efivar-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "efivar-libs", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "36"
                }
            ], 
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "elfutils-default-yama-scope", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libelf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libelf", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libs", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "epel-release": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "epel-release", 
                    "release": "14", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "ethtool": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "ethtool", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "4.8"
                }
            ], 
            "expat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "expat", 
                    "release": "15.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "file": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "file-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file-libs", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "filesystem": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "filesystem", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "findutils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "findutils", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "4.5.11"
                }
            ], 
            "fipscheck": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "fipscheck-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck-lib", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "firewalld": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "firewalld-filesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld-filesystem", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "freetype": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "freetype", 
                    "release": "14.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.8"
                }
            ], 
            "fxload": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fxload", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2002_04_11"
                }
            ], 
            "gawk": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gawk", 
                    "release": "4.el7_3.1", 
                    "source": "rpm", 
                    "version": "4.0.2"
                }
            ], 
            "gcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "gdbm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gdbm", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.10"
                }
            ], 
            "gettext": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "gettext-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "git": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "git", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.8.3.1"
                }
            ], 
            "glib2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glib2", 
                    "release": "9.el7_9", 
                    "source": "rpm", 
                    "version": "2.56.1"
                }
            ], 
            "glibc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-common": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-common", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-devel", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-headers", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "gmp": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "gmp", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "6.0.0"
                }
            ], 
            "gnupg2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gnupg2", 
                    "release": "5.el7_5", 
                    "source": "rpm", 
                    "version": "2.0.22"
                }
            ], 
            "gnutls": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gnutls", 
                    "release": "9.el7_6", 
                    "source": "rpm", 
                    "version": "3.3.29"
                }
            ], 
            "gobject-introspection": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gobject-introspection", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.56.1"
                }
            ], 
            "gpg-pubkey": [
                {
                    "arch": null, 
                    "epoch": null, 
                    "name": "gpg-pubkey", 
                    "release": "52ae6884", 
                    "source": "rpm", 
                    "version": "352c64e5"
                }, 
                {
                    "arch": null, 
                    "epoch": null, 
                    "name": "gpg-pubkey", 
                    "release": "53a7ff4b", 
                    "source": "rpm", 
                    "version": "f4a80eb5"
                }
            ], 
            "gpgme": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gpgme", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.3.2"
                }
            ], 
            "gpm-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gpm-libs", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.20.7"
                }
            ], 
            "grep": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "grep", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.20"
                }
            ], 
            "groff-base": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "groff-base", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.22.2"
                }
            ], 
            "grub2": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-common": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "grub2-common", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-pc": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-pc", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-pc-modules": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "grub2-pc-modules", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools-extra": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools-extra", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools-minimal", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grubby": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "grubby", 
                    "release": "26.el7", 
                    "source": "rpm", 
                    "version": "8.28"
                }
            ], 
            "gssproxy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gssproxy", 
                    "release": "30.el7_9", 
                    "source": "rpm", 
                    "version": "0.7.0"
                }
            ], 
            "gzip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gzip", 
                    "release": "11.el7_9", 
                    "source": "rpm", 
                    "version": "1.5"
                }
            ], 
            "hardlink": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "hardlink", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.0"
                }
            ], 
            "hostname": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "hostname", 
                    "release": "3.el7_7.1", 
                    "source": "rpm", 
                    "version": "3.13"
                }
            ], 
            "hwdata": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "hwdata", 
                    "release": "9.7.el7", 
                    "source": "rpm", 
                    "version": "0.252"
                }
            ], 
            "info": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "info", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "5.1"
                }
            ], 
            "iproute": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iproute", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "4.11.0"
                }
            ], 
            "iprutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iprutils", 
                    "release": "3.el7_7", 
                    "source": "rpm", 
                    "version": "2.4.17.1"
                }
            ], 
            "ipset": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "ipset-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset-libs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "iptables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iptables", 
                    "release": "35.el7", 
                    "source": "rpm", 
                    "version": "1.4.21"
                }
            ], 
            "iputils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iputils", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "20160308"
                }
            ], 
            "irqbalance": [
                {
                    "arch": "x86_64", 
                    "epoch": 3, 
                    "name": "irqbalance", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "1.0.7"
                }
            ], 
            "ivtv-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 2, 
                    "name": "ivtv-firmware", 
                    "release": "26.el7", 
                    "source": "rpm", 
                    "version": "20080701"
                }
            ], 
            "iwl100-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl100-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl1000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "iwl1000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl105-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl105-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl135-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl135-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2030-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2030-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl3160-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3160-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "iwl3945-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3945-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "15.32.2.9"
                }
            ], 
            "iwl4965-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl4965-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "228.61.2.24"
                }
            ], 
            "iwl5000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.83.5.1_1"
                }
            ], 
            "iwl5150-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5150-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.24.2.2"
                }
            ], 
            "iwl6000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "9.221.4.1"
                }
            ], 
            "iwl6000g2a-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2a-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6000g2b-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2b-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6050-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6050-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "41.28.5.1"
                }
            ], 
            "iwl7260-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl7260-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "jansson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "jansson", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.10"
                }
            ], 
            "json-c": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "json-c", 
                    "release": "4.el7_0", 
                    "source": "rpm", 
                    "version": "0.11"
                }
            ], 
            "kbd-legacy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-legacy", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kbd-misc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-misc", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kernel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }, 
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-debug-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-debug-devel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-headers", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools-libs", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "keyutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "keyutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "kmod": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kmod-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod-libs", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kpartx": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kpartx", 
                    "release": "136.el7_9", 
                    "source": "rpm", 
                    "version": "0.4.9"
                }
            ], 
            "krb5-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "krb5-libs", 
                    "release": "55.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.1"
                }
            ], 
            "less": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "less", 
                    "release": "10.el7_9", 
                    "source": "rpm", 
                    "version": "458"
                }
            ], 
            "libacl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libacl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "libassuan": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libassuan", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "libattr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libattr", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "2.4.46"
                }
            ], 
            "libbasicobjects": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libbasicobjects", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.1"
                }
            ], 
            "libblkid": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libblkid", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libcap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.22"
                }
            ], 
            "libcap-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap-ng", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.7.5"
                }
            ], 
            "libcgroup": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcgroup", 
                    "release": "21.el7", 
                    "source": "rpm", 
                    "version": "0.41"
                }
            ], 
            "libcollection": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcollection", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.7.0"
                }
            ], 
            "libcom_err": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcom_err", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libcroco": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcroco", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.12"
                }
            ], 
            "libcurl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcurl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "libdaemon": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdaemon", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libdb": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdb-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb-utils", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdrm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdrm", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.4.97"
                }
            ], 
            "libdwarf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdwarf", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "20130207"
                }
            ], 
            "libedit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libedit", 
                    "release": "12.20121213cvs.el7", 
                    "source": "rpm", 
                    "version": "3.0"
                }
            ], 
            "libestr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libestr", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.1.9"
                }
            ], 
            "libevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libevent", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.0.21"
                }
            ], 
            "libfastjson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libfastjson", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.99.4"
                }
            ], 
            "libffi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libffi", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "3.0.13"
                }
            ], 
            "libgcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgcrypt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcrypt", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "1.5.3"
                }
            ], 
            "libgomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgomp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgpg-error": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgpg-error", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.12"
                }
            ], 
            "libidn": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libidn", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.28"
                }
            ], 
            "libini_config": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libini_config", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "1.3.1"
                }
            ], 
            "libmnl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmnl", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.0.3"
                }
            ], 
            "libmount": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmount", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libmpc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmpc", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libndp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libndp", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.2"
                }
            ], 
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnetfilter_conntrack", 
                    "release": "1.el7_3", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "libnfnetlink": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfnetlink", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libnfsidmap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfsidmap", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "0.25"
                }
            ], 
            "libnl3": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libnl3-cli": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3-cli", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libpath_utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpath_utils", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.2.1"
                }
            ], 
            "libpciaccess": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpciaccess", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libpipeline": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpipeline", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libpng": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "libpng", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.5.13"
                }
            ], 
            "libpwquality": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpwquality", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libref_array": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libref_array", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.5"
                }
            ], 
            "libseccomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libseccomp", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.3.1"
                }
            ], 
            "libselinux": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-python", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-utils", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage-python", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsepol": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsepol", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsmartcols": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsmartcols", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libss": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libss", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libssh2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libssh2", 
                    "release": "4.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.8.0"
                }
            ], 
            "libstdc++": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libstdc++", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libsysfs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsysfs", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "libtasn1": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtasn1", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "4.10"
                }
            ], 
            "libteam": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libteam", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.29"
                }
            ], 
            "libtirpc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtirpc", 
                    "release": "0.16.el7", 
                    "source": "rpm", 
                    "version": "0.2.4"
                }
            ], 
            "libunistring": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libunistring", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.9.3"
                }
            ], 
            "libuser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libuser", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.60"
                }
            ], 
            "libutempter": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libutempter", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.1.6"
                }
            ], 
            "libuuid": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libuuid", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libverto": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libverto", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.2.5"
                }
            ], 
            "libverto-libevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libverto-libevent", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.2.5"
                }
            ], 
            "libxml2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxml2", 
                    "release": "6.el7_9.6", 
                    "source": "rpm", 
                    "version": "2.9.1"
                }
            ], 
            "libxml2-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxml2-python", 
                    "release": "6.el7_9.6", 
                    "source": "rpm", 
                    "version": "2.9.1"
                }
            ], 
            "libxslt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxslt", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.1.28"
                }
            ], 
            "libyaml": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libyaml", 
                    "release": "11.el7_0", 
                    "source": "rpm", 
                    "version": "0.1.4"
                }
            ], 
            "linux-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "linux-firmware", 
                    "release": "82.git78c0348.el7_9", 
                    "source": "rpm", 
                    "version": "20200421"
                }
            ], 
            "logrotate": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "logrotate", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "3.8.6"
                }
            ], 
            "lshw": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lshw", 
                    "release": "0.1.20180614git028f6b2.beaker.1.el7bkr.1", 
                    "source": "rpm", 
                    "version": "B.02.19"
                }
            ], 
            "lsscsi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lsscsi", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.27"
                }
            ], 
            "lua": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lua", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "5.1.4"
                }
            ], 
            "lz4": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lz4", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.8.3"
                }
            ], 
            "lzo": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lzo", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "2.06"
                }
            ], 
            "mailcap": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "mailcap", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.1.41"
                }
            ], 
            "make": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "make", 
                    "release": "24.el7", 
                    "source": "rpm", 
                    "version": "3.82"
                }
            ], 
            "man-db": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "man-db", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.6.3"
                }
            ], 
            "mariadb-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "mariadb-libs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "5.5.68"
                }
            ], 
            "microcode_ctl": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "microcode_ctl", 
                    "release": "73.20.el7_9", 
                    "source": "rpm", 
                    "version": "2.1"
                }
            ], 
            "mokutil": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mokutil", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "15"
                }
            ], 
            "mozjs17": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mozjs17", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "17.0.0"
                }
            ], 
            "mpfr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mpfr", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.1.1"
                }
            ], 
            "ncurses": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ncurses", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "ncurses-base": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ncurses-base", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "ncurses-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ncurses-libs", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "net-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "net-tools", 
                    "release": "0.25.20131004git.el7", 
                    "source": "rpm", 
                    "version": "2.0"
                }
            ], 
            "nettle": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nettle", 
                    "release": "9.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.1"
                }
            ], 
            "newt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "newt", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.52.15"
                }
            ], 
            "newt-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "newt-python", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.52.15"
                }
            ], 
            "nfs-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "nfs-utils", 
                    "release": "0.68.el7.2", 
                    "source": "rpm", 
                    "version": "1.3.0"
                }
            ], 
            "nspr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nspr", 
                    "release": "1.el7_9", 
                    "source": "rpm", 
                    "version": "4.35.0"
                }
            ], 
            "nss": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-pem": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-pem", 
                    "release": "7.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.0.3"
                }
            ], 
            "nss-softokn": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-softokn", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-softokn-freebl", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-sysinit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-sysinit", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-tools", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-util": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-util", 
                    "release": "1.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "numactl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "numactl-libs", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.0.12"
                }
            ], 
            "openldap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openldap", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "2.4.44"
                }
            ], 
            "openssh": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssh-clients": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh-clients", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssh-server": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh-server", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssl": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "openssl", 
                    "release": "26.el7_9", 
                    "source": "rpm", 
                    "version": "1.0.2k"
                }
            ], 
            "openssl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "openssl-libs", 
                    "release": "26.el7_9", 
                    "source": "rpm", 
                    "version": "1.0.2k"
                }
            ], 
            "os-prober": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "os-prober", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.58"
                }
            ], 
            "p11-kit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "p11-kit", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.5"
                }
            ], 
            "p11-kit-trust": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "p11-kit-trust", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.5"
                }
            ], 
            "pam": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pam", 
                    "release": "23.el7", 
                    "source": "rpm", 
                    "version": "1.1.8"
                }
            ], 
            "parted": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "parted", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "3.1"
                }
            ], 
            "passwd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "passwd", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.79"
                }
            ], 
            "pciutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pciutils-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.5.1"
                }
            ], 
            "pcre": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pcre", 
                    "release": "17.el7", 
                    "source": "rpm", 
                    "version": "8.32"
                }
            ], 
            "perl": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-Business-ISBN": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Business-ISBN", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.06"
                }
            ], 
            "perl-Business-ISBN-Data": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Business-ISBN-Data", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "20120719.001"
                }
            ], 
            "perl-CGI": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-CGI", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.63"
                }
            ], 
            "perl-Carp": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Carp", 
                    "release": "244.el7", 
                    "source": "rpm", 
                    "version": "1.26"
                }
            ], 
            "perl-Compress-Raw-Bzip2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Compress-Raw-Bzip2", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-Compress-Raw-Zlib": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-Compress-Raw-Zlib", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Data-Dumper", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.145"
                }
            ], 
            "perl-Date-Manip": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Date-Manip", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.41"
                }
            ], 
            "perl-Digest": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Digest", 
                    "release": "245.el7", 
                    "source": "rpm", 
                    "version": "1.17"
                }
            ], 
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Digest-MD5", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.52"
                }
            ], 
            "perl-Encode": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Encode", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.51"
                }
            ], 
            "perl-Encode-Locale": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Encode-Locale", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.03"
                }
            ], 
            "perl-Error": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Error", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.17020"
                }
            ], 
            "perl-Exporter": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Exporter", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "5.68"
                }
            ], 
            "perl-FCGI": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-FCGI", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "0.74"
                }
            ], 
            "perl-File-Listing": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Listing", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "6.04"
                }
            ], 
            "perl-File-Path": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Path", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.09"
                }
            ], 
            "perl-File-Temp": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Temp", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.01"
                }
            ], 
            "perl-Filter": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Filter", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.49"
                }
            ], 
            "perl-Font-AFM": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Font-AFM", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.20"
                }
            ], 
            "perl-Getopt-Long": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Getopt-Long", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.40"
                }
            ], 
            "perl-Git": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Git", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.8.3.1"
                }
            ], 
            "perl-HTML-Format": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTML-Format", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.10"
                }
            ], 
            "perl-HTML-Parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-HTML-Parser", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.71"
                }
            ], 
            "perl-HTML-Tagset": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTML-Tagset", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "3.20"
                }
            ], 
            "perl-HTML-Tree": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-HTML-Tree", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "5.03"
                }
            ], 
            "perl-HTTP-Cookies": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Cookies", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Daemon": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Daemon", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Date": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Date", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-HTTP-Message": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Message", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "6.06"
                }
            ], 
            "perl-HTTP-Negotiate": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Negotiate", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Tiny", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.033"
                }
            ], 
            "perl-IO-Compress": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Compress", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-IO-HTML": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-HTML", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.00"
                }
            ], 
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Socket-IP", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.21"
                }
            ], 
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Socket-SSL", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.94"
                }
            ], 
            "perl-IO-Zlib": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-IO-Zlib", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "1.10"
                }
            ], 
            "perl-IO-stringy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-stringy", 
                    "release": "22.el7", 
                    "source": "rpm", 
                    "version": "2.110"
                }
            ], 
            "perl-LWP-MediaTypes": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-LWP-MediaTypes", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-LWP-Protocol-https": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-LWP-Protocol-https", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "6.04"
                }
            ], 
            "perl-Module-Load": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Module-Load", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.24"
                }
            ], 
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Mozilla-CA", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "20130114"
                }
            ], 
            "perl-Net-HTTP": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Net-HTTP", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.06"
                }
            ], 
            "perl-Net-LibIDN": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Net-LibIDN", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "0.12"
                }
            ], 
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Net-SSLeay", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.55"
                }
            ], 
            "perl-PathTools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-PathTools", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "3.40"
                }
            ], 
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Pod-Escapes", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "1.04"
                }
            ], 
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Pod-Perldoc", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.20"
                }
            ], 
            "perl-Pod-Simple": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Pod-Simple", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.28"
                }
            ], 
            "perl-Pod-Usage": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Pod-Usage", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.63"
                }
            ], 
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Scalar-List-Utils", 
                    "release": "248.el7", 
                    "source": "rpm", 
                    "version": "1.27"
                }
            ], 
            "perl-Socket": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Socket", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.010"
                }
            ], 
            "perl-Storable": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Storable", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.45"
                }
            ], 
            "perl-TermReadKey": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-TermReadKey", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "2.30"
                }
            ], 
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Text-ParseWords", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.29"
                }
            ], 
            "perl-Time-HiRes": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-Time-HiRes", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.9725"
                }
            ], 
            "perl-Time-Local": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Time-Local", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.2300"
                }
            ], 
            "perl-TimeDate": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-TimeDate", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.30"
                }
            ], 
            "perl-URI": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-URI", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.60"
                }
            ], 
            "perl-WWW-RobotRules": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-WWW-RobotRules", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-XML-LibXML": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-XML-LibXML", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.0018"
                }
            ], 
            "perl-XML-NamespaceSupport": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-NamespaceSupport", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "1.11"
                }
            ], 
            "perl-XML-Parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-XML-Parser", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.41"
                }
            ], 
            "perl-XML-SAX": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-SAX", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.99"
                }
            ], 
            "perl-XML-SAX-Base": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-SAX-Base", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.08"
                }
            ], 
            "perl-XML-Twig": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-Twig", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "3.44"
                }
            ], 
            "perl-constant": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-constant", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.27"
                }
            ], 
            "perl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-libs", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-libwww-perl": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-libwww-perl", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.05"
                }
            ], 
            "perl-macros": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-macros", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-parent": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-parent", 
                    "release": "244.el7", 
                    "source": "rpm", 
                    "version": "0.225"
                }
            ], 
            "perl-podlators": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-podlators", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.5.1"
                }
            ], 
            "perl-threads": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-threads", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.87"
                }
            ], 
            "perl-threads-shared": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-threads-shared", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.43"
                }
            ], 
            "pinentry": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pinentry", 
                    "release": "17.el7", 
                    "source": "rpm", 
                    "version": "0.8.1"
                }
            ], 
            "pkgconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "pkgconfig", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.27.1"
                }
            ], 
            "plymouth-core-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth-core-libs", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "policycoreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "policycoreutils-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils-python", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "polkit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit", 
                    "release": "26.el7_9.1", 
                    "source": "rpm", 
                    "version": "0.112"
                }
            ], 
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit-pkla-compat", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.1"
                }
            ], 
            "popt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "popt", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "1.13"
                }
            ], 
            "postfix": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "postfix", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "2.10.1"
                }
            ], 
            "procps-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "procps-ng", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "3.3.10"
                }
            ], 
            "pth": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pth", 
                    "release": "23.el7", 
                    "source": "rpm", 
                    "version": "2.0.7"
                }
            ], 
            "pygpgme": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pygpgme", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.3"
                }
            ], 
            "pyliblzma": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pyliblzma", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "0.5.3"
                }
            ], 
            "pyserial": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "pyserial", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "2.6"
                }
            ], 
            "python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python", 
                    "release": "94.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.5"
                }
            ], 
            "python-IPy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-IPy", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.75"
                }
            ], 
            "python-babel": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-babel", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "0.9.6"
                }
            ], 
            "python-backports": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-backports", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.0"
                }
            ], 
            "python-backports-ssl_match_hostname": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-backports-ssl_match_hostname", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "3.5.0.1"
                }
            ], 
            "python-chardet": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-chardet", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.2.1"
                }
            ], 
            "python-configobj": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-configobj", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "4.7.2"
                }
            ], 
            "python-decorator": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-decorator", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.4.0"
                }
            ], 
            "python-firewall": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-firewall", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "python-gobject-base": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-gobject-base", 
                    "release": "1.el7_4.1", 
                    "source": "rpm", 
                    "version": "3.22.0"
                }
            ], 
            "python-iniparse": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-iniparse", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.4"
                }
            ], 
            "python-ipaddress": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-ipaddress", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.0.16"
                }
            ], 
            "python-jinja2": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jinja2", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.7.2"
                }
            ], 
            "python-jsonpatch": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jsonpatch", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.2"
                }
            ], 
            "python-jsonpointer": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jsonpointer", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.9"
                }
            ], 
            "python-kitchen": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-kitchen", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.1.1"
                }
            ], 
            "python-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-libs", 
                    "release": "94.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.5"
                }
            ], 
            "python-linux-procfs": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-linux-procfs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.11"
                }
            ], 
            "python-lxml": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-lxml", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.1"
                }
            ], 
            "python-markupsafe": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-markupsafe", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "0.11"
                }
            ], 
            "python-perf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-perf", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "python-prettytable": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-prettytable", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.7.2"
                }
            ], 
            "python-pycurl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-pycurl", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "7.19.0"
                }
            ], 
            "python-pyudev": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-pyudev", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.15"
                }
            ], 
            "python-requests": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-requests", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.6.0"
                }
            ], 
            "python-schedutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-schedutils", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.4"
                }
            ], 
            "python-setuptools": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-setuptools", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.9.8"
                }
            ], 
            "python-six": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-six", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.9.0"
                }
            ], 
            "python-slip": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-slip", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.0"
                }
            ], 
            "python-slip-dbus": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-slip-dbus", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.0"
                }
            ], 
            "python-urlgrabber": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-urlgrabber", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "3.10"
                }
            ], 
            "python-urllib3": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-urllib3", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.10.2"
                }
            ], 
            "pyxattr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pyxattr", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.5.1"
                }
            ], 
            "qa-tools": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "qa-tools", 
                    "release": "4.el7_9", 
                    "source": "rpm", 
                    "version": "4.1"
                }
            ], 
            "qemu-guest-agent": [
                {
                    "arch": "x86_64", 
                    "epoch": 10, 
                    "name": "qemu-guest-agent", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.12.0"
                }
            ], 
            "qrencode-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "qrencode-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.4.1"
                }
            ], 
            "quota": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "quota", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "4.01"
                }
            ], 
            "quota-nls": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "quota-nls", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "4.01"
                }
            ], 
            "readline": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "readline", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "6.2"
                }
            ], 
            "restraint": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "restraint", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "0.4.4"
                }
            ], 
            "restraint-rhts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "restraint-rhts", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "0.4.4"
                }
            ], 
            "rng-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rng-tools", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.3.1"
                }
            ], 
            "rootfiles": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rootfiles", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "8.1"
                }
            ], 
            "rpcbind": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpcbind", 
                    "release": "49.el7", 
                    "source": "rpm", 
                    "version": "0.2.0"
                }
            ], 
            "rpm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-build-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-build-libs", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-libs", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-python", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rsync": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rsync", 
                    "release": "12.el7_9", 
                    "source": "rpm", 
                    "version": "3.1.2"
                }
            ], 
            "rsyslog": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rsyslog", 
                    "release": "57.el7_9.3", 
                    "source": "rpm", 
                    "version": "8.24.0"
                }
            ], 
            "rsyslog-gnutls": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rsyslog-gnutls", 
                    "release": "57.el7_9.3", 
                    "source": "rpm", 
                    "version": "8.24.0"
                }
            ], 
            "ruby": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ruby", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "ruby-irb": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ruby-irb", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "ruby-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ruby-libs", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "rubygem-bigdecimal": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-bigdecimal", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "1.2.0"
                }
            ], 
            "rubygem-io-console": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-io-console", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "0.4.2"
                }
            ], 
            "rubygem-json": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-json", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "1.7.7"
                }
            ], 
            "rubygem-psych": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-psych", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0"
                }
            ], 
            "rubygem-rdoc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rubygem-rdoc", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "4.0.0"
                }
            ], 
            "rubygems": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rubygems", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.14.1"
                }
            ], 
            "sed": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sed", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "4.2.2"
                }
            ], 
            "selinux-policy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "selinux-policy", 
                    "release": "268.el7_9.2", 
                    "source": "rpm", 
                    "version": "3.13.1"
                }
            ], 
            "selinux-policy-targeted": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "selinux-policy-targeted", 
                    "release": "268.el7_9.2", 
                    "source": "rpm", 
                    "version": "3.13.1"
                }
            ], 
            "setools-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "setools-libs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.3.8"
                }
            ], 
            "setup": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "setup", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.8.71"
                }
            ], 
            "sg3_utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "sg3_utils", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.37"
                }
            ], 
            "sg3_utils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "sg3_utils-libs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.37"
                }
            ], 
            "shadow-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "shadow-utils", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "4.6"
                }
            ], 
            "shared-mime-info": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "shared-mime-info", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.8"
                }
            ], 
            "slang": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "slang", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.2.4"
                }
            ], 
            "snappy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "snappy", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.1.0"
                }
            ], 
            "sqlite": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sqlite", 
                    "release": "8.el7_7.1", 
                    "source": "rpm", 
                    "version": "3.7.17"
                }
            ], 
            "strace": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "strace", 
                    "release": "7.el7_9", 
                    "source": "rpm", 
                    "version": "4.24"
                }
            ], 
            "sudo": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sudo", 
                    "release": "10.el7_9.3", 
                    "source": "rpm", 
                    "version": "1.8.23"
                }
            ], 
            "systemd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemd-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd-libs", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemd-sysv": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd-sysv", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemtap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-client": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-client", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-devel", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-runtime": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-runtime", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "sysvinit-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sysvinit-tools", 
                    "release": "14.dsf.el7", 
                    "source": "rpm", 
                    "version": "2.88"
                }
            ], 
            "tar": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "tar", 
                    "release": "35.el7", 
                    "source": "rpm", 
                    "version": "1.26"
                }
            ], 
            "tcp_wrappers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "tcp_wrappers", 
                    "release": "77.el7", 
                    "source": "rpm", 
                    "version": "7.6"
                }
            ], 
            "tcp_wrappers-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "tcp_wrappers-libs", 
                    "release": "77.el7", 
                    "source": "rpm", 
                    "version": "7.6"
                }
            ], 
            "teamd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "teamd", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.29"
                }
            ], 
            "time": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "time", 
                    "release": "45.el7", 
                    "source": "rpm", 
                    "version": "1.7"
                }
            ], 
            "tps-devel": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tps-devel", 
                    "release": "1", 
                    "source": "rpm", 
                    "version": "2.44.50"
                }
            ], 
            "trousers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "trousers", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.3.14"
                }
            ], 
            "tuned": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tuned", 
                    "release": "12.el7_9", 
                    "source": "rpm", 
                    "version": "2.11.0"
                }
            ], 
            "tzdata": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tzdata", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2024a"
                }
            ], 
            "unzip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "unzip", 
                    "release": "24.el7_9", 
                    "source": "rpm", 
                    "version": "6.0"
                }
            ], 
            "ustr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ustr", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "1.0.4"
                }
            ], 
            "util-linux": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "util-linux", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "vim-common": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-common", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-enhanced": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-enhanced", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-filesystem": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-filesystem", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-minimal": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-minimal", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "virt-what": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "virt-what", 
                    "release": "4.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.18"
                }
            ], 
            "wget": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "wget", 
                    "release": "18.el7_6.1", 
                    "source": "rpm", 
                    "version": "1.14"
                }
            ], 
            "which": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "which", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.20"
                }
            ], 
            "wpa_supplicant": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "wpa_supplicant", 
                    "release": "12.el7_9.2", 
                    "source": "rpm", 
                    "version": "2.6"
                }
            ], 
            "xfsprogs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xfsprogs", 
                    "release": "22.el7", 
                    "source": "rpm", 
                    "version": "4.5.0"
                }
            ], 
            "xz": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xz", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "5.2.2"
                }
            ], 
            "xz-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xz-libs", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "5.2.2"
                }
            ], 
            "yum": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum", 
                    "release": "168.el7.centos", 
                    "source": "rpm", 
                    "version": "3.4.3"
                }
            ], 
            "yum-metadata-parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "yum-metadata-parser", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "1.1.4"
                }
            ], 
            "yum-plugin-fastestmirror": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum-plugin-fastestmirror", 
                    "release": "54.el7_8", 
                    "source": "rpm", 
                    "version": "1.1.31"
                }
            ], 
            "yum-utils": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum-utils", 
                    "release": "54.el7_8", 
                    "source": "rpm", 
                    "version": "1.1.31"
                }
            ], 
            "zip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "zip", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.0"
                }
            ], 
            "zlib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "zlib", 
                    "release": "21.el7_9", 
                    "source": "rpm", 
                    "version": "1.2.7"
                }
            ]
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 11 January 2025  03:24:54 -0500 (0:00:01.411)       0:01:57.706 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_version": "8.24.0"
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 11 January 2025  03:24:54 -0500 (0:00:00.086)       0:01:57.793 ****** 
ok: [managed-node1] => {}

MSG:

Rsyslog_version is 8.24.0, which is older than "8.37.0-7.2".

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 11 January 2025  03:24:54 -0500 (0:00:00.066)       0:01:57.859 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 11 January 2025  03:24:54 -0500 (0:00:00.063)       0:01:57.923 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create the config directory if it does not exist] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 11 January 2025  03:24:54 -0500 (0:00:00.082)       0:01:58.005 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/etc/rsyslog.d", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 11 January 2025  03:24:55 -0500 (0:00:00.409)       0:01:58.414 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/var/lib/rsyslog", 
    "secontext": "system_u:object_r:syslogd_var_lib_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 11 January 2025  03:24:55 -0500 (0:00:00.511)       0:01:58.926 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/var/log", 
    "secontext": "system_u:object_r:var_log_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 11 January 2025  03:24:56 -0500 (0:00:00.353)       0:01:59.279 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options", 
                "filename": "00-global.conf", 
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/test-ca.crt\"\n  maxMessageSize=\"8192\"\n)\n"
            }, 
            {
                "name": "local-modules", 
                "sections": [
                    {
                        "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                    }
                ], 
                "state": "absent", 
                "type": "modules"
            }, 
            {
                "name": "common-defaults", 
                "sections": [
                    {
                        "comment": "Log every message", 
                        "options": "$RepeatedMsgReduction off"
                    }
                ], 
                "type": "global"
            }, 
            {
                "name": "templates", 
                "sections": [
                    {
                        "comment": "User provided output templates", 
                        "options": "\n"
                    }
                ], 
                "type": "templates"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125
Saturday 11 January 2025  03:24:56 -0500 (0:00:00.402)       0:01:59.682 ****** 
changed: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  defaultNetstreamDriverCAFile="/etc/pki/tls/certs/test-ca.crt"\n  maxMessageSize="8192"\n)\n', u'filename': u'00-global.conf'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "3f2665128c81e8f31021134f36a4185821ba4163", 
    "dest": "/etc/rsyslog.d/00-global.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/test-ca.crt\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "md5sum": "0abf0388792037307b3423251bef17bb", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 201, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583896.5-16271-100870965756637/source", 
    "state": "file", 
    "uid": 0
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
changed: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
    "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 96, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583897.16-16271-218809456687732/source", 
    "state": "file", 
    "uid": 0
}
changed: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
    "dest": "/etc/rsyslog.d/20-templates.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 85, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583897.78-16271-193355116796045/source", 
    "state": "file", 
    "uid": 0
}
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:149
Saturday 11 January 2025  03:24:58 -0500 (0:00:02.011)       0:02:01.694 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "3f2665128c81e8f31021134f36a4185821ba4163", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/test-ca.crt\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "3f2665128c81e8f31021134f36a4185821ba4163", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583896.5-16271-100870965756637/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "0abf0388792037307b3423251bef17bb", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 201, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583896.5-16271-100870965756637/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583897.16-16271-218809456687732/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583897.16-16271-218809456687732/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583897.78-16271-193355116796045/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583897.78-16271-193355116796045/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:153
Saturday 11 January 2025  03:24:58 -0500 (0:00:00.105)       0:02:01.799 ****** 
skipping: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  defaultNetstreamDriverCAFile="/etc/pki/tls/certs/test-ca.crt"\n  maxMessageSize="8192"\n)\n', u'filename': u'00-global.conf'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/test-ca.crt\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:171
Saturday 11 January 2025  03:24:58 -0500 (0:00:00.099)       0:02:01.899 ****** 
ok: [managed-node1] => (item={u'type': u'basics', u'name': u'basic_input'}) => {
    "ansible_facts": {
        "__rsyslog_basics_packages": []
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml"
    ], 
    "ansible_loop_var": "input_item", 
    "changed": false, 
    "input_item": {
        "name": "basic_input", 
        "type": "basics"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182
Saturday 11 January 2025  03:24:58 -0500 (0:00:00.088)       0:02:01.987 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3
Saturday 11 January 2025  03:24:58 -0500 (0:00:00.247)       0:02:02.235 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:24:59 -0500 (0:00:00.202)       0:02:02.438 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:24:59 -0500 (0:00:00.105)       0:02:02.544 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:24:59 -0500 (0:00:00.109)       0:02:02.653 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "3f2665128c81e8f31021134f36a4185821ba4163", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/test-ca.crt\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "3f2665128c81e8f31021134f36a4185821ba4163", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583896.5-16271-100870965756637/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "0abf0388792037307b3423251bef17bb", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 201, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583896.5-16271-100870965756637/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583897.16-16271-218809456687732/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583897.16-16271-218809456687732/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583897.78-16271-193355116796045/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583897.78-16271-193355116796045/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:24:59 -0500 (0:00:00.140)       0:02:02.794 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-basic_input] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10
Saturday 11 January 2025  03:24:59 -0500 (0:00:00.097)       0:02:02.891 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:24:59 -0500 (0:00:00.273)       0:02:03.165 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:25:00 -0500 (0:00:00.105)       0:02:03.270 ****** 
changed: [managed-node1] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_severity_and_facility\n}\n'}], u'name': u'input-basics-basic_input'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
    "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "input-basics-basic_input", 
        "sections": [
            {
                "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input"
    }, 
    "md5sum": "7dedd1662edfba1cb67f51bb9048536c", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 581, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583900.65-16438-70920584273078/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:25:01 -0500 (0:00:01.573)       0:02:04.844 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "3f2665128c81e8f31021134f36a4185821ba4163", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/test-ca.crt\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "3f2665128c81e8f31021134f36a4185821ba4163", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583896.5-16271-100870965756637/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "0abf0388792037307b3423251bef17bb", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 201, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583896.5-16271-100870965756637/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583897.16-16271-218809456687732/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583897.16-16271-218809456687732/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583897.78-16271-193355116796045/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583897.78-16271-193355116796045/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583900.65-16438-70920584273078/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "7dedd1662edfba1cb67f51bb9048536c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 581, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583900.65-16438-70920584273078/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:25:01 -0500 (0:00:00.216)       0:02:05.060 ****** 
skipping: [managed-node1] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_severity_and_facility\n}\n'}], u'name': u'input-basics-basic_input'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "input-basics-basic_input", 
        "sections": [
            {
                "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:197
Saturday 11 January 2025  03:25:02 -0500 (0:00:00.670)       0:02:05.730 ****** 
ok: [managed-node1] => (item={u'tls': True, u'pki_authmode': u'anon', u'target': u'host.domain', u'facility': u'local1', u'tcp_port': 1514, u'name': u'forwards_severity_and_facility', u'permitted_server': u'*.example.com', u'type': u'forwards', u'severity': u'info'}) => {
    "ansible_facts": {
        "__rsyslog_conf_forwards_output_modules": [
            {
                "name": "output-forwards-modules", 
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format", 
                        "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_forwards_template_format | length > 0 and logging_forwards_template_format != \"modern\" %}\nmodule(load=\"builtin:omfwd\" Template=\"{{ logging_forwards_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_forwards_output_packages": [], 
        "__rsyslog_forwards_output_rules": [
            "{{ __rsyslog_conf_forwards_output_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "facility": "local1", 
        "name": "forwards_severity_and_facility", 
        "permitted_server": "*.example.com", 
        "pki_authmode": "anon", 
        "severity": "info", 
        "target": "host.domain", 
        "tcp_port": 1514, 
        "tls": true, 
        "type": "forwards"
    }
}
ok: [managed-node1] => (item={u'type': u'files', u'name': u'default_files'}) => {
    "ansible_facts": {
        "__rsyslog_conf_files_output_modules": [
            {
                "name": "output-files-modules", 
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format", 
                        "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_files_template_format not in [\"\", \"modern\"] %}\nmodule(load=\"builtin:omfile\" Template=\"{{ logging_files_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfile\")\n{% endif %}"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_files_output_packages": [], 
        "__rsyslog_files_output_rules": [
            "{{ __rsyslog_conf_files_output_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "name": "default_files", 
        "type": "files"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:209
Saturday 11 January 2025  03:25:02 -0500 (0:00:00.179)       0:02:05.909 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node1
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3
Saturday 11 January 2025  03:25:02 -0500 (0:00:00.288)       0:02:06.198 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:25:03 -0500 (0:00:00.180)       0:02:06.379 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:25:03 -0500 (0:00:00.167)       0:02:06.547 ****** 
changed: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
    "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 194, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583903.5-16572-159391740447355/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:25:04 -0500 (0:00:01.364)       0:02:07.912 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "3f2665128c81e8f31021134f36a4185821ba4163", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/test-ca.crt\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "3f2665128c81e8f31021134f36a4185821ba4163", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583896.5-16271-100870965756637/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "0abf0388792037307b3423251bef17bb", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 201, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583896.5-16271-100870965756637/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583897.16-16271-218809456687732/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583897.16-16271-218809456687732/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583897.78-16271-193355116796045/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583897.78-16271-193355116796045/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583900.65-16438-70920584273078/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "7dedd1662edfba1cb67f51bb9048536c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 581, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583900.65-16438-70920584273078/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583903.5-16572-159391740447355/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583903.5-16572-159391740447355/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:25:04 -0500 (0:00:00.276)       0:02:08.188 ****** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_severity_and_facility] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10
Saturday 11 January 2025  03:25:05 -0500 (0:00:00.206)       0:02:08.394 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:25:05 -0500 (0:00:00.194)       0:02:08.588 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:25:05 -0500 (0:00:00.177)       0:02:08.765 ****** 
changed: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_severity_and_facility") {\n    local1.info action(name="forwards_severity_and_facility"\n        type="omfwd"\n        Target="host.domain"\n        StreamDriver="gtls"\n        StreamDriverMode="1"\n        StreamDriverAuthMode="anon"\n        StreamDriverPermittedPeers="*.example.com"\n        Port="1514"\n        Protocol="tcp"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}], u'name': u'output-forwards-forwards_severity_and_facility'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "06f5b81c3582d01862216b126c51186b5f7aeb24", 
    "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-forwards_severity_and_facility", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        StreamDriver=\"gtls\"\n        StreamDriverMode=\"1\"\n        StreamDriverAuthMode=\"anon\"\n        StreamDriverPermittedPeers=\"*.example.com\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "md5sum": "65870bed2a98954b8faa33caa0200046", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 443, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583906.0-16659-246098796836960/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:25:07 -0500 (0:00:01.680)       0:02:10.446 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "3f2665128c81e8f31021134f36a4185821ba4163", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/test-ca.crt\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "3f2665128c81e8f31021134f36a4185821ba4163", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583896.5-16271-100870965756637/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "0abf0388792037307b3423251bef17bb", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 201, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583896.5-16271-100870965756637/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583897.16-16271-218809456687732/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583897.16-16271-218809456687732/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583897.78-16271-193355116796045/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583897.78-16271-193355116796045/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583900.65-16438-70920584273078/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "7dedd1662edfba1cb67f51bb9048536c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 581, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583900.65-16438-70920584273078/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583903.5-16572-159391740447355/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583903.5-16572-159391740447355/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "06f5b81c3582d01862216b126c51186b5f7aeb24", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        StreamDriver=\"gtls\"\n        StreamDriverMode=\"1\"\n        StreamDriverAuthMode=\"anon\"\n        StreamDriverPermittedPeers=\"*.example.com\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "06f5b81c3582d01862216b126c51186b5f7aeb24", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583906.0-16659-246098796836960/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "65870bed2a98954b8faa33caa0200046", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 443, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583906.0-16659-246098796836960/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:25:07 -0500 (0:00:00.273)       0:02:10.720 ****** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_severity_and_facility") {\n    local1.info action(name="forwards_severity_and_facility"\n        type="omfwd"\n        Target="host.domain"\n        StreamDriver="gtls"\n        StreamDriverMode="1"\n        StreamDriverAuthMode="anon"\n        StreamDriverPermittedPeers="*.example.com"\n        Port="1514"\n        Protocol="tcp"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}], u'name': u'output-forwards-forwards_severity_and_facility'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-forwards_severity_and_facility", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        StreamDriver=\"gtls\"\n        StreamDriverMode=\"1\"\n        StreamDriverAuthMode=\"anon\"\n        StreamDriverPermittedPeers=\"*.example.com\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Saturday 11 January 2025  03:25:07 -0500 (0:00:00.505)       0:02:11.226 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:25:08 -0500 (0:00:00.214)       0:02:11.441 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:25:08 -0500 (0:00:00.122)       0:02:11.563 ****** 
ok: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfile")\n'}], u'type': u'modules', u'name': u'output-files-modules'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
    "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-files-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 151, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:25:09 -0500 (0:00:01.002)       0:02:12.566 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "3f2665128c81e8f31021134f36a4185821ba4163", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/test-ca.crt\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "3f2665128c81e8f31021134f36a4185821ba4163", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583896.5-16271-100870965756637/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "0abf0388792037307b3423251bef17bb", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 201, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583896.5-16271-100870965756637/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583897.16-16271-218809456687732/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583897.16-16271-218809456687732/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583897.78-16271-193355116796045/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583897.78-16271-193355116796045/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583900.65-16438-70920584273078/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "7dedd1662edfba1cb67f51bb9048536c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 581, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583900.65-16438-70920584273078/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583903.5-16572-159391740447355/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583903.5-16572-159391740447355/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "06f5b81c3582d01862216b126c51186b5f7aeb24", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        StreamDriver=\"gtls\"\n        StreamDriverMode=\"1\"\n        StreamDriverAuthMode=\"anon\"\n        StreamDriverPermittedPeers=\"*.example.com\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "06f5b81c3582d01862216b126c51186b5f7aeb24", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583906.0-16659-246098796836960/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "65870bed2a98954b8faa33caa0200046", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 443, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583906.0-16659-246098796836960/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:25:09 -0500 (0:00:00.174)       0:02:12.740 ****** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfile")\n'}], u'type': u'modules', u'name': u'output-files-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-files-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Saturday 11 January 2025  03:25:09 -0500 (0:00:00.142)       0:02:12.883 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:25:09 -0500 (0:00:00.194)       0:02:13.077 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:25:09 -0500 (0:00:00.102)       0:02:13.180 ****** 
ok: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}], u'name': u'output-files-default_files'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
    "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-files-default_files", 
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 1148, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:25:10 -0500 (0:00:00.932)       0:02:14.112 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "3f2665128c81e8f31021134f36a4185821ba4163", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/test-ca.crt\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "3f2665128c81e8f31021134f36a4185821ba4163", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583896.5-16271-100870965756637/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "0abf0388792037307b3423251bef17bb", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 201, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583896.5-16271-100870965756637/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583897.16-16271-218809456687732/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583897.16-16271-218809456687732/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583897.78-16271-193355116796045/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583897.78-16271-193355116796045/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583900.65-16438-70920584273078/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "7dedd1662edfba1cb67f51bb9048536c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 581, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583900.65-16438-70920584273078/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583903.5-16572-159391740447355/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583903.5-16572-159391740447355/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "06f5b81c3582d01862216b126c51186b5f7aeb24", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        StreamDriver=\"gtls\"\n        StreamDriverMode=\"1\"\n        StreamDriverAuthMode=\"anon\"\n        StreamDriverPermittedPeers=\"*.example.com\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "06f5b81c3582d01862216b126c51186b5f7aeb24", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583906.0-16659-246098796836960/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "65870bed2a98954b8faa33caa0200046", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 443, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583906.0-16659-246098796836960/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
                        "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-default_files", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1148, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:25:11 -0500 (0:00:00.177)       0:02:14.289 ****** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}], u'name': u'output-files-default_files'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-files-default_files", 
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:222
Saturday 11 January 2025  03:25:11 -0500 (0:00:00.366)       0:02:14.656 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239
Saturday 11 January 2025  03:25:11 -0500 (0:00:00.101)       0:02:14.758 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:259
Saturday 11 January 2025  03:25:11 -0500 (0:00:00.084)       0:02:14.843 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:280
Saturday 11 January 2025  03:25:11 -0500 (0:00:00.065)       0:02:14.908 ****** 
skipping: [managed-node1] => (item=[{u'tls': True, u'pki_authmode': u'anon', u'target': u'host.domain', u'facility': u'local1', u'tcp_port': 1514, u'name': u'forwards_severity_and_facility', u'permitted_server': u'*.example.com', u'type': u'forwards', u'severity': u'info'}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        {
            "facility": "local1", 
            "name": "forwards_severity_and_facility", 
            "permitted_server": "*.example.com", 
            "pki_authmode": "anon", 
            "severity": "info", 
            "target": "host.domain", 
            "tcp_port": 1514, 
            "tls": true, 
            "type": "forwards"
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local ca_cert file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:288
Saturday 11 January 2025  03:25:11 -0500 (0:00:00.144)       0:02:15.052 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "checksum": "2b8c8257e4d1a5bee96fb83525145cd85a675424", 
    "dest": "/etc/pki/tls/certs/test-ca.crt", 
    "gid": 0, 
    "group": "root", 
    "md5sum": "c124bac877f2bf64eeba48a06146095c", 
    "mode": "0600", 
    "owner": "root", 
    "secontext": "system_u:object_r:cert_t:s0", 
    "size": 52, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583911.99-16932-172425005996431/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local cert file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:300
Saturday 11 January 2025  03:25:12 -0500 (0:00:00.862)       0:02:15.915 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local key file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:312
Saturday 11 January 2025  03:25:12 -0500 (0:00:00.078)       0:02:15.993 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:324
Saturday 11 January 2025  03:25:12 -0500 (0:00:00.084)       0:02:16.077 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "rsyslog", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-01-11 03:24:40 EST", 
        "ActiveEnterTimestampMonotonic": "415390315", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "network-online.target system.slice network.target basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-01-11 03:24:40 EST", 
        "AssertTimestampMonotonic": "415383731", 
        "Before": "multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2025-01-11 03:24:40 EST", 
        "ConditionTimestampMonotonic": "415383730", 
        "Conflicts": "shutdown.target", 
        "ControlGroup": "/system.slice/rsyslog.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "System Logging Service", 
        "DevicePolicy": "auto", 
        "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", 
        "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "14457", 
        "ExecMainStartTimestamp": "Sat 2025-01-11 03:24:40 EST", 
        "ExecMainStartTimestampMonotonic": "415384333", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "rsyslog.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2025-01-11 03:24:40 EST", 
        "InactiveExitTimestampMonotonic": "415384370", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "14457", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "rsyslog.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "main", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "on-failure", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "notify", 
        "UMask": "0066", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-online.target network.target", 
        "WatchdogTimestamp": "Sat 2025-01-11 03:24:40 EST", 
        "WatchdogTimestampMonotonic": "415390283", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332
Saturday 11 January 2025  03:25:13 -0500 (0:00:00.720)       0:02:16.798 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:341
Saturday 11 January 2025  03:25:13 -0500 (0:00:00.142)       0:02:16.940 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:353
Saturday 11 January 2025  03:25:13 -0500 (0:00:00.104)       0:02:17.045 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get mode of rsyslog.conf if it exists] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:360
Saturday 11 January 2025  03:25:13 -0500 (0:00:00.102)       0:02:17.148 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1736583880.317591, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "c9638f934d9bd63f915871a44f22aa1968342884", 
        "ctime": 1736583861.6535013, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 136787, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1642101032.0, 
        "nlink": 1, 
        "path": "/etc/rsyslog.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 3232, 
        "uid": 0, 
        "version": "18446744073643447362", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate main rsyslog configuration] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:366
Saturday 11 January 2025  03:25:14 -0500 (0:00:00.457)       0:02:17.606 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", 
    "dest": "/etc/rsyslog.conf", 
    "gid": 0, 
    "group": "root", 
    "md5sum": "06be1b21217661badf921ea6dcceb702", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 131, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583914.45-17058-102217133948606/source", 
    "state": "file", 
    "uid": 0
}

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 11 January 2025  03:25:15 -0500 (0:00:00.834)       0:02:18.441 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "name": "rsyslog", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-01-11 03:24:40 EST", 
        "ActiveEnterTimestampMonotonic": "415390315", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "network-online.target system.slice network.target basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-01-11 03:24:40 EST", 
        "AssertTimestampMonotonic": "415383731", 
        "Before": "multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2025-01-11 03:24:40 EST", 
        "ConditionTimestampMonotonic": "415383730", 
        "Conflicts": "shutdown.target", 
        "ControlGroup": "/system.slice/rsyslog.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "System Logging Service", 
        "DevicePolicy": "auto", 
        "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", 
        "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "14457", 
        "ExecMainStartTimestamp": "Sat 2025-01-11 03:24:40 EST", 
        "ExecMainStartTimestampMonotonic": "415384333", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "rsyslog.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2025-01-11 03:24:40 EST", 
        "InactiveExitTimestampMonotonic": "415384370", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "14457", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "rsyslog.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "main", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "on-failure", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "notify", 
        "UMask": "0066", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-online.target network.target", 
        "WatchdogTimestamp": "Sat 2025-01-11 03:24:40 EST", 
        "WatchdogTimestampMonotonic": "415390283", 
        "WatchdogUSec": "0"
    }
}
META: ran handlers

TASK [Ensure config file size and counts] **************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:346
Saturday 11 January 2025  03:25:16 -0500 (0:00:00.845)       0:02:19.286 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml for managed-node1

TASK [Get info of /etc/rsyslog.conf] *******************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2
Saturday 11 January 2025  03:25:16 -0500 (0:00:00.522)       0:02:19.809 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1736583915.8047934, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", 
        "ctime": 1736583915.1447897, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262635, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1736583914.883788, 
        "nlink": 1, 
        "path": "/etc/rsyslog.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 131, 
        "uid": 0, 
        "version": "18446744073643447830", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Get file counts in /etc/rsyslog.d] ***************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7
Saturday 11 January 2025  03:25:17 -0500 (0:00:00.733)       0:02:20.542 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "examined": 9, 
    "files": [
        {
            "atime": 1736583830.5753686, 
            "ctime": 1736583826.3673508, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262467, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583826.1113496, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 1148, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583915.8057935, 
            "ctime": 1736583904.4557288, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262632, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583904.0047262, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 194, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583915.8057935, 
            "ctime": 1736583901.4577115, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262631, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583901.033709, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 581, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583915.8057935, 
            "ctime": 1736583897.0316863, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262450, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583896.8106852, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/00-global.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 201, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583915.8057935, 
            "ctime": 1736583906.767742, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262633, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583906.3327394, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 443, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583915.8057935, 
            "ctime": 1736583897.67469, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262451, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583897.4626887, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/05-common-defaults.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 96, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583830.5753686, 
            "ctime": 1736583824.1633413, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262466, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583823.82334, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 151, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583915.8057935, 
            "ctime": 1736583898.2966936, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262630, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583898.0566921, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/20-templates.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 85, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }
    ], 
    "matched": 8
}

TASK [Check rsyslog.conf size (less)] ******************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13
Saturday 11 January 2025  03:25:17 -0500 (0:00:00.453)       0:02:20.996 ****** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check rsyslog.conf size (more)] ******************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18
Saturday 11 January 2025  03:25:17 -0500 (0:00:00.109)       0:02:21.105 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Check file counts in rsyslog.d] ******************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23
Saturday 11 January 2025  03:25:17 -0500 (0:00:00.122)       0:02:21.227 ****** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check conf files exist] **************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27
Saturday 11 January 2025  03:25:18 -0500 (0:00:00.114)       0:02:21.342 ****** 
ok: [managed-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
    "stat": {
        "atime": 1736583915.8057935, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "06f5b81c3582d01862216b126c51186b5f7aeb24", 
        "ctime": 1736583906.767742, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262633, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1736583906.3327394, 
        "nlink": 1, 
        "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 443, 
        "uid": 0, 
        "version": "18446744073643447781", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}
ok: [managed-node1] => (item=/etc/rsyslog.d/30-output-files-default_files.conf) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/rsyslog.d/30-output-files-default_files.conf", 
    "stat": {
        "atime": 1736583830.5753686, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
        "ctime": 1736583826.3673508, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262467, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1736583826.1113496, 
        "nlink": 1, 
        "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 1148, 
        "uid": 0, 
        "version": "18446744073643446956", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Check rsyslog errors] ****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35
Saturday 11 January 2025  03:25:19 -0500 (0:00:01.077)       0:02:22.419 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Check severity_and_facility] *********************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:356
Saturday 11 January 2025  03:25:19 -0500 (0:00:00.104)       0:02:22.524 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml for managed-node1

TASK [Get file to compare] *****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml:7
Saturday 11 January 2025  03:25:19 -0500 (0:00:00.256)       0:02:22.781 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6bG9nZ2luZwoKcnVsZXNldChuYW1lPSJmb3J3YXJkc19zZXZlcml0eV9hbmRfZmFjaWxpdHkiKSB7CiAgICBsb2NhbDEuaW5mbyBhY3Rpb24obmFtZT0iZm9yd2FyZHNfc2V2ZXJpdHlfYW5kX2ZhY2lsaXR5IgogICAgICAgIHR5cGU9Im9tZndkIgogICAgICAgIFRhcmdldD0iaG9zdC5kb21haW4iCiAgICAgICAgU3RyZWFtRHJpdmVyPSJndGxzIgogICAgICAgIFN0cmVhbURyaXZlck1vZGU9IjEiCiAgICAgICAgU3RyZWFtRHJpdmVyQXV0aE1vZGU9ImFub24iCiAgICAgICAgU3RyZWFtRHJpdmVyUGVybWl0dGVkUGVlcnM9IiouZXhhbXBsZS5jb20iCiAgICAgICAgUG9ydD0iMTUxNCIKICAgICAgICBQcm90b2NvbD0idGNwIgogICAgICAgIFRlbXBsYXRlPSJSU1lTTE9HX0ZvcndhcmRGb3JtYXQiCiAgICApCn0KCgo=", 
    "encoding": "base64", 
    "source": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf"
}

TASK [Compare expected to actual] **********************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml:12
Saturday 11 January 2025  03:25:19 -0500 (0:00:00.381)       0:02:23.162 ****** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check the fake ca cert is successfully copied] ***************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:379
Saturday 11 January 2025  03:25:20 -0500 (0:00:00.104)       0:02:23.267 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "failed_when_result": false, 
    "stat": {
        "atime": 1736583912.5437748, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "2b8c8257e4d1a5bee96fb83525145cd85a675424", 
        "ctime": 1736583912.5477748, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262634, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0600", 
        "mtime": 1736583912.3087735, 
        "nlink": 1, 
        "path": "/etc/pki/tls/certs/test-ca.crt", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": false, 
        "roth": false, 
        "rusr": true, 
        "size": 52, 
        "uid": 0, 
        "version": "18446744073643447809", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Check the fake key/certs paths are set in the global config.] ************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:385
Saturday 11 January 2025  03:25:20 -0500 (0:00:00.538)       0:02:23.806 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": [
        "/bin/grep", 
        "/etc/pki/tls/certs/test-ca.crt", 
        "/etc/rsyslog.d/00-global.conf"
    ], 
    "delta": "0:00:00.002938", 
    "end": "2025-01-11 03:25:20.882480", 
    "rc": 0, 
    "start": "2025-01-11 03:25:20.879542"
}

STDOUT:

  defaultNetstreamDriverCAFile="/etc/pki/tls/certs/test-ca.crt"

TASK [END TEST CASE 1; Clean up the deployed config] ***************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:391
Saturday 11 January 2025  03:25:21 -0500 (0:00:00.484)       0:02:24.291 ****** 

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 11 January 2025  03:25:21 -0500 (0:00:00.312)       0:02:24.603 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 11 January 2025  03:25:21 -0500 (0:00:00.144)       0:02:24.747 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "name": "default_files", 
                "type": "files"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 11 January 2025  03:25:21 -0500 (0:00:00.105)       0:02:24.853 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_inputs": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 11 January 2025  03:25:21 -0500 (0:00:00.094)       0:02:24.948 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 11 January 2025  03:25:21 -0500 (0:00:00.071)       0:02:25.020 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 11 January 2025  03:25:21 -0500 (0:00:00.103)       0:02:25.123 ****** 

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 11 January 2025  03:25:21 -0500 (0:00:00.118)       0:02:25.242 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 11 January 2025  03:25:22 -0500 (0:00:00.312)       0:02:25.555 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 11 January 2025  03:25:22 -0500 (0:00:00.108)       0:02:25.663 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 11 January 2025  03:25:22 -0500 (0:00:00.143)       0:02:25.806 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 11 January 2025  03:25:22 -0500 (0:00:00.108)       0:02:25.915 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 11 January 2025  03:25:22 -0500 (0:00:00.113)       0:02:26.029 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 11 January 2025  03:25:22 -0500 (0:00:00.143)       0:02:26.173 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 11 January 2025  03:25:23 -0500 (0:00:00.140)       0:02:26.313 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 11 January 2025  03:25:23 -0500 (0:00:00.119)       0:02:26.433 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 11 January 2025  03:25:23 -0500 (0:00:00.109)       0:02:26.543 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 11 January 2025  03:25:23 -0500 (0:00:00.152)       0:02:26.695 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 11 January 2025  03:25:23 -0500 (0:00:00.108)       0:02:26.804 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 11 January 2025  03:25:23 -0500 (0:00:00.137)       0:02:26.941 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 11 January 2025  03:25:23 -0500 (0:00:00.161)       0:02:27.103 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 11 January 2025  03:25:24 -0500 (0:00:00.147)       0:02:27.251 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 11 January 2025  03:25:24 -0500 (0:00:00.149)       0:02:27.400 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 11 January 2025  03:25:24 -0500 (0:00:00.165)       0:02:27.565 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 11 January 2025  03:25:24 -0500 (0:00:00.238)       0:02:27.803 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 11 January 2025  03:25:24 -0500 (0:00:00.105)       0:02:27.909 ****** 

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 11 January 2025  03:25:24 -0500 (0:00:00.105)       0:02:28.015 ****** 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 11 January 2025  03:25:24 -0500 (0:00:00.096)       0:02:28.111 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 11 January 2025  03:25:24 -0500 (0:00:00.127)       0:02:28.238 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 11 January 2025  03:25:25 -0500 (0:00:00.448)       0:02:28.687 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 11 January 2025  03:25:25 -0500 (0:00:00.133)       0:02:28.820 ****** 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 11 January 2025  03:25:25 -0500 (0:00:00.146)       0:02:28.967 ****** 

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 11 January 2025  03:25:25 -0500 (0:00:00.098)       0:02:29.065 ****** 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 11 January 2025  03:25:25 -0500 (0:00:00.106)       0:02:29.172 ****** 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 11 January 2025  03:25:26 -0500 (0:00:00.115)       0:02:29.288 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 11 January 2025  03:25:26 -0500 (0:00:00.110)       0:02:29.398 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 11 January 2025  03:25:26 -0500 (0:00:00.272)       0:02:29.671 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 11 January 2025  03:25:26 -0500 (0:00:00.123)       0:02:29.795 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 11 January 2025  03:25:26 -0500 (0:00:00.193)       0:02:29.988 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 11 January 2025  03:25:26 -0500 (0:00:00.232)       0:02:30.221 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 11 January 2025  03:25:27 -0500 (0:00:00.214)       0:02:30.435 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 11 January 2025  03:25:27 -0500 (0:00:00.205)       0:02:30.641 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 11 January 2025  03:25:27 -0500 (0:00:00.139)       0:02:30.780 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 11 January 2025  03:25:27 -0500 (0:00:00.111)       0:02:30.892 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 11 January 2025  03:25:27 -0500 (0:00:00.288)       0:02:31.181 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 11 January 2025  03:25:28 -0500 (0:00:00.254)       0:02:31.436 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 11 January 2025  03:25:28 -0500 (0:00:00.147)       0:02:31.583 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 11 January 2025  03:25:28 -0500 (0:00:00.099)       0:02:31.683 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 11 January 2025  03:25:28 -0500 (0:00:00.108)       0:02:31.792 ****** 
ok: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics.j2"
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics_rhel7.j2"
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 11 January 2025  03:25:28 -0500 (0:00:00.222)       0:02:32.014 ****** 
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 11 January 2025  03:25:29 -0500 (0:00:00.459)       0:02:32.474 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 11 January 2025  03:25:29 -0500 (0:00:00.229)       0:02:32.704 ****** 
ok: [managed-node1] => (item=iproute) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-V", 
        "iproute"
    ], 
    "delta": "0:00:00.080414", 
    "end": "2025-01-11 03:25:29.952508", 
    "failed_when_result": false, 
    "item": "iproute", 
    "rc": 0, 
    "start": "2025-01-11 03:25:29.872094", 
    "warnings": [
        "Consider using the yum, dnf or zypper module rather than running 'rpm'.  If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message."
    ]
}
ok: [managed-node1] => (item=rsyslog) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-V", 
        "rsyslog"
    ], 
    "delta": "0:00:00.074481", 
    "end": "2025-01-11 03:25:30.373855", 
    "failed_when_result": false, 
    "item": "rsyslog", 
    "rc": 1, 
    "start": "2025-01-11 03:25:30.299374", 
    "warnings": [
        "Consider using the yum, dnf or zypper module rather than running 'rpm'.  If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message."
    ]
}

STDOUT:

S.5....T.  c /etc/rsyslog.conf


MSG:

non-zero return code

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 11 January 2025  03:25:30 -0500 (0:00:01.039)       0:02:33.743 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "changes": {
        "removed": [
            "iproute", 
            "rsyslog"
        ]
    }, 
    "rc": 0, 
    "results": [
        "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package iproute.x86_64 0:4.11.0-30.el7 will be erased\n---> Package rsyslog.x86_64 0:8.24.0-57.el7_9.3 will be erased\n--> Processing Dependency: rsyslog = 8.24.0-57.el7_9.3 for package: rsyslog-gnutls-8.24.0-57.el7_9.3.x86_64\n--> Running transaction check\n---> Package rsyslog-gnutls.x86_64 0:8.24.0-57.el7_9.3 will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package              Arch         Version                 Repository      Size\n================================================================================\nRemoving:\n iproute              x86_64       4.11.0-30.el7           @base          1.8 M\n rsyslog              x86_64       8.24.0-57.el7_9.3       @updates       1.9 M\nRemoving for dependencies:\n rsyslog-gnutls       x86_64       8.24.0-57.el7_9.3       @updates        37 k\n\nTransaction Summary\n================================================================================\nRemove  2 Packages (+1 Dependent package)\n\nInstalled size: 3.8 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Erasing    : rsyslog-gnutls-8.24.0-57.el7_9.3.x86_64                      1/3 \n  Erasing    : rsyslog-8.24.0-57.el7_9.3.x86_64                             2/3 \nwarning: /etc/rsyslog.conf saved as /etc/rsyslog.conf.rpmsave\n  Erasing    : iproute-4.11.0-30.el7.x86_64                                 3/3 \n  Verifying  : rsyslog-8.24.0-57.el7_9.3.x86_64                             1/3 \n  Verifying  : rsyslog-gnutls-8.24.0-57.el7_9.3.x86_64                      2/3 \n  Verifying  : iproute-4.11.0-30.el7.x86_64                                 3/3 \n\nRemoved:\n  iproute.x86_64 0:4.11.0-30.el7       rsyslog.x86_64 0:8.24.0-57.el7_9.3      \n\nDependency Removed:\n  rsyslog-gnutls.x86_64 0:8.24.0-57.el7_9.3                                     \n\nComplete!\n"
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 11 January 2025  03:25:32 -0500 (0:00:02.005)       0:02:35.749 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "changes": {
        "installed": [
            "iproute", 
            "rsyslog"
        ]
    }, 
    "rc": 0, 
    "results": [
        "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package iproute.x86_64 0:4.11.0-30.el7 will be installed\n---> Package rsyslog.x86_64 0:8.24.0-57.el7_9.3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package         Arch           Version                   Repository       Size\n================================================================================\nInstalling:\n iproute         x86_64         4.11.0-30.el7             base            805 k\n rsyslog         x86_64         8.24.0-57.el7_9.3         updates         622 k\n\nTransaction Summary\n================================================================================\nInstall  2 Packages\n\nTotal download size: 1.4 M\nInstalled size: 3.7 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal                                              4.9 MB/s | 1.4 MB  00:00     \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : iproute-4.11.0-30.el7.x86_64                                 1/2 \n  Installing : rsyslog-8.24.0-57.el7_9.3.x86_64                             2/2 \n  Verifying  : rsyslog-8.24.0-57.el7_9.3.x86_64                             1/2 \n  Verifying  : iproute-4.11.0-30.el7.x86_64                                 2/2 \n\nInstalled:\n  iproute.x86_64 0:4.11.0-30.el7       rsyslog.x86_64 0:8.24.0-57.el7_9.3      \n\nComplete!\n"
    ]
}
lsrpackages: iproute rsyslog

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 11 January 2025  03:25:36 -0500 (0:00:03.952)       0:02:39.701 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Saturday 11 January 2025  03:25:36 -0500 (0:00:00.124)       0:02:39.826 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-libnm", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-team": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-team", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-tui": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-tui", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "PyYAML": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "PyYAML", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.10"
                }
            ], 
            "acl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "acl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "aic94xx-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "aic94xx-firmware", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "30"
                }
            ], 
            "alsa-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "alsa-firmware", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.0.28"
                }
            ], 
            "alsa-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-lib", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.8"
                }
            ], 
            "alsa-tools-firmware": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-tools-firmware", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.0"
                }
            ], 
            "aspell": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "aspell", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.60.6.1"
                }
            ], 
            "audit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs-python", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "authconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "authconfig", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "6.2.8"
                }
            ], 
            "avahi-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "avahi-libs", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "0.6.31"
                }
            ], 
            "basesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "basesystem", 
                    "release": "7.el7.centos", 
                    "source": "rpm", 
                    "version": "10.0"
                }
            ], 
            "bash": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bash", 
                    "release": "35.el7_9", 
                    "source": "rpm", 
                    "version": "4.2.46"
                }
            ], 
            "bc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bc", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.06.95"
                }
            ], 
            "bind-export-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 32, 
                    "name": "bind-export-libs", 
                    "release": "26.P2.el7_9.16", 
                    "source": "rpm", 
                    "version": "9.11.4"
                }
            ], 
            "binutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "binutils", 
                    "release": "44.base.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.27"
                }
            ], 
            "biosdevname": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "biosdevname", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.7.3"
                }
            ], 
            "boost-date-time": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-date-time", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-system": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-system", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-thread": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-thread", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "btrfs-progs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "btrfs-progs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "4.9.1"
                }
            ], 
            "bzip2-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bzip2-libs", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "ca-certificates": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ca-certificates", 
                    "release": "72.el7_9", 
                    "source": "rpm", 
                    "version": "2023.2.60_v7.0.306"
                }
            ], 
            "centos-logos": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "centos-logos", 
                    "release": "3.el7.centos", 
                    "source": "rpm", 
                    "version": "70.0.6"
                }
            ], 
            "centos-release": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "centos-release", 
                    "release": "9.2009.2.el7.centos", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "checkpolicy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "checkpolicy", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "chkconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "chkconfig", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.7.6"
                }
            ], 
            "chrony": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "chrony", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "3.4"
                }
            ], 
            "cloud-utils-growpart": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "cloud-utils-growpart", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.29"
                }
            ], 
            "coreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "coreutils", 
                    "release": "24.el7_9.2", 
                    "source": "rpm", 
                    "version": "8.22"
                }
            ], 
            "cpio": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpio", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "2.11"
                }
            ], 
            "cpp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "cracklib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cracklib-dicts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib-dicts", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cronie": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "cronie-anacron": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie-anacron", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "crontabs": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "crontabs", 
                    "release": "6.20121102git.el7", 
                    "source": "rpm", 
                    "version": "1.11"
                }
            ], 
            "cryptsetup-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cryptsetup-libs", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "2.0.3"
                }
            ], 
            "curl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "curl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cyrus-sasl-lib", 
                    "release": "24.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.26"
                }
            ], 
            "dbus": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-glib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-glib", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.100"
                }
            ], 
            "dbus-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus-libs", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-python", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.1.1"
                }
            ], 
            "device-mapper": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "device-mapper-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper-libs", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "dhcp-common": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-common", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "dhcp-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-libs", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "diffutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "diffutils", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.3"
                }
            ], 
            "dmidecode": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dmidecode", 
                    "release": "5.el7_9.1", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "dracut": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dracut-config-rescue": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut-config-rescue", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dyninst": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dyninst", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "9.3.1"
                }
            ], 
            "e2fsprogs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs-libs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "ebtables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ebtables", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.0.10"
                }
            ], 
            "efivar-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "efivar-libs", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "36"
                }
            ], 
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "elfutils-default-yama-scope", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libelf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libelf", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libs", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "epel-release": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "epel-release", 
                    "release": "14", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "ethtool": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "ethtool", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "4.8"
                }
            ], 
            "expat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "expat", 
                    "release": "15.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "file": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "file-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file-libs", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "filesystem": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "filesystem", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "findutils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "findutils", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "4.5.11"
                }
            ], 
            "fipscheck": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "fipscheck-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck-lib", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "firewalld": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "firewalld-filesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld-filesystem", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "freetype": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "freetype", 
                    "release": "14.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.8"
                }
            ], 
            "fxload": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fxload", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2002_04_11"
                }
            ], 
            "gawk": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gawk", 
                    "release": "4.el7_3.1", 
                    "source": "rpm", 
                    "version": "4.0.2"
                }
            ], 
            "gcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "gdbm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gdbm", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.10"
                }
            ], 
            "gettext": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "gettext-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "git": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "git", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.8.3.1"
                }
            ], 
            "glib2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glib2", 
                    "release": "9.el7_9", 
                    "source": "rpm", 
                    "version": "2.56.1"
                }
            ], 
            "glibc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-common": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-common", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-devel", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-headers", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "gmp": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "gmp", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "6.0.0"
                }
            ], 
            "gnupg2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gnupg2", 
                    "release": "5.el7_5", 
                    "source": "rpm", 
                    "version": "2.0.22"
                }
            ], 
            "gnutls": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gnutls", 
                    "release": "9.el7_6", 
                    "source": "rpm", 
                    "version": "3.3.29"
                }
            ], 
            "gobject-introspection": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gobject-introspection", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.56.1"
                }
            ], 
            "gpg-pubkey": [
                {
                    "arch": null, 
                    "epoch": null, 
                    "name": "gpg-pubkey", 
                    "release": "52ae6884", 
                    "source": "rpm", 
                    "version": "352c64e5"
                }, 
                {
                    "arch": null, 
                    "epoch": null, 
                    "name": "gpg-pubkey", 
                    "release": "53a7ff4b", 
                    "source": "rpm", 
                    "version": "f4a80eb5"
                }
            ], 
            "gpgme": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gpgme", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.3.2"
                }
            ], 
            "gpm-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gpm-libs", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.20.7"
                }
            ], 
            "grep": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "grep", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.20"
                }
            ], 
            "groff-base": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "groff-base", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.22.2"
                }
            ], 
            "grub2": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-common": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "grub2-common", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-pc": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-pc", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-pc-modules": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "grub2-pc-modules", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools-extra": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools-extra", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools-minimal", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grubby": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "grubby", 
                    "release": "26.el7", 
                    "source": "rpm", 
                    "version": "8.28"
                }
            ], 
            "gssproxy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gssproxy", 
                    "release": "30.el7_9", 
                    "source": "rpm", 
                    "version": "0.7.0"
                }
            ], 
            "gzip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gzip", 
                    "release": "11.el7_9", 
                    "source": "rpm", 
                    "version": "1.5"
                }
            ], 
            "hardlink": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "hardlink", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.0"
                }
            ], 
            "hostname": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "hostname", 
                    "release": "3.el7_7.1", 
                    "source": "rpm", 
                    "version": "3.13"
                }
            ], 
            "hwdata": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "hwdata", 
                    "release": "9.7.el7", 
                    "source": "rpm", 
                    "version": "0.252"
                }
            ], 
            "info": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "info", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "5.1"
                }
            ], 
            "iproute": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iproute", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "4.11.0"
                }
            ], 
            "iprutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iprutils", 
                    "release": "3.el7_7", 
                    "source": "rpm", 
                    "version": "2.4.17.1"
                }
            ], 
            "ipset": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "ipset-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset-libs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "iptables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iptables", 
                    "release": "35.el7", 
                    "source": "rpm", 
                    "version": "1.4.21"
                }
            ], 
            "iputils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iputils", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "20160308"
                }
            ], 
            "irqbalance": [
                {
                    "arch": "x86_64", 
                    "epoch": 3, 
                    "name": "irqbalance", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "1.0.7"
                }
            ], 
            "ivtv-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 2, 
                    "name": "ivtv-firmware", 
                    "release": "26.el7", 
                    "source": "rpm", 
                    "version": "20080701"
                }
            ], 
            "iwl100-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl100-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl1000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "iwl1000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl105-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl105-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl135-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl135-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2030-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2030-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl3160-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3160-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "iwl3945-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3945-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "15.32.2.9"
                }
            ], 
            "iwl4965-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl4965-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "228.61.2.24"
                }
            ], 
            "iwl5000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.83.5.1_1"
                }
            ], 
            "iwl5150-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5150-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.24.2.2"
                }
            ], 
            "iwl6000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "9.221.4.1"
                }
            ], 
            "iwl6000g2a-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2a-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6000g2b-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2b-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6050-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6050-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "41.28.5.1"
                }
            ], 
            "iwl7260-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl7260-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "jansson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "jansson", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.10"
                }
            ], 
            "json-c": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "json-c", 
                    "release": "4.el7_0", 
                    "source": "rpm", 
                    "version": "0.11"
                }
            ], 
            "kbd-legacy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-legacy", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kbd-misc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-misc", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kernel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }, 
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-debug-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-debug-devel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-headers", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools-libs", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "keyutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "keyutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "kmod": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kmod-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod-libs", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kpartx": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kpartx", 
                    "release": "136.el7_9", 
                    "source": "rpm", 
                    "version": "0.4.9"
                }
            ], 
            "krb5-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "krb5-libs", 
                    "release": "55.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.1"
                }
            ], 
            "less": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "less", 
                    "release": "10.el7_9", 
                    "source": "rpm", 
                    "version": "458"
                }
            ], 
            "libacl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libacl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "libassuan": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libassuan", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "libattr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libattr", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "2.4.46"
                }
            ], 
            "libbasicobjects": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libbasicobjects", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.1"
                }
            ], 
            "libblkid": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libblkid", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libcap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.22"
                }
            ], 
            "libcap-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap-ng", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.7.5"
                }
            ], 
            "libcgroup": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcgroup", 
                    "release": "21.el7", 
                    "source": "rpm", 
                    "version": "0.41"
                }
            ], 
            "libcollection": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcollection", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.7.0"
                }
            ], 
            "libcom_err": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcom_err", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libcroco": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcroco", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.12"
                }
            ], 
            "libcurl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcurl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "libdaemon": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdaemon", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libdb": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdb-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb-utils", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdrm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdrm", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.4.97"
                }
            ], 
            "libdwarf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdwarf", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "20130207"
                }
            ], 
            "libedit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libedit", 
                    "release": "12.20121213cvs.el7", 
                    "source": "rpm", 
                    "version": "3.0"
                }
            ], 
            "libestr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libestr", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.1.9"
                }
            ], 
            "libevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libevent", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.0.21"
                }
            ], 
            "libfastjson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libfastjson", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.99.4"
                }
            ], 
            "libffi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libffi", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "3.0.13"
                }
            ], 
            "libgcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgcrypt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcrypt", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "1.5.3"
                }
            ], 
            "libgomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgomp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgpg-error": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgpg-error", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.12"
                }
            ], 
            "libidn": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libidn", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.28"
                }
            ], 
            "libini_config": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libini_config", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "1.3.1"
                }
            ], 
            "libmnl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmnl", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.0.3"
                }
            ], 
            "libmount": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmount", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libmpc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmpc", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libndp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libndp", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.2"
                }
            ], 
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnetfilter_conntrack", 
                    "release": "1.el7_3", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "libnfnetlink": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfnetlink", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libnfsidmap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfsidmap", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "0.25"
                }
            ], 
            "libnl3": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libnl3-cli": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3-cli", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libpath_utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpath_utils", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.2.1"
                }
            ], 
            "libpciaccess": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpciaccess", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libpipeline": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpipeline", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libpng": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "libpng", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.5.13"
                }
            ], 
            "libpwquality": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpwquality", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libref_array": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libref_array", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.5"
                }
            ], 
            "libseccomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libseccomp", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.3.1"
                }
            ], 
            "libselinux": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-python", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-utils", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage-python", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsepol": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsepol", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsmartcols": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsmartcols", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libss": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libss", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libssh2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libssh2", 
                    "release": "4.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.8.0"
                }
            ], 
            "libstdc++": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libstdc++", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libsysfs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsysfs", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "libtasn1": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtasn1", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "4.10"
                }
            ], 
            "libteam": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libteam", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.29"
                }
            ], 
            "libtirpc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtirpc", 
                    "release": "0.16.el7", 
                    "source": "rpm", 
                    "version": "0.2.4"
                }
            ], 
            "libunistring": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libunistring", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.9.3"
                }
            ], 
            "libuser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libuser", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.60"
                }
            ], 
            "libutempter": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libutempter", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.1.6"
                }
            ], 
            "libuuid": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libuuid", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libverto": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libverto", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.2.5"
                }
            ], 
            "libverto-libevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libverto-libevent", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.2.5"
                }
            ], 
            "libxml2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxml2", 
                    "release": "6.el7_9.6", 
                    "source": "rpm", 
                    "version": "2.9.1"
                }
            ], 
            "libxml2-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxml2-python", 
                    "release": "6.el7_9.6", 
                    "source": "rpm", 
                    "version": "2.9.1"
                }
            ], 
            "libxslt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxslt", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.1.28"
                }
            ], 
            "libyaml": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libyaml", 
                    "release": "11.el7_0", 
                    "source": "rpm", 
                    "version": "0.1.4"
                }
            ], 
            "linux-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "linux-firmware", 
                    "release": "82.git78c0348.el7_9", 
                    "source": "rpm", 
                    "version": "20200421"
                }
            ], 
            "logrotate": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "logrotate", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "3.8.6"
                }
            ], 
            "lshw": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lshw", 
                    "release": "0.1.20180614git028f6b2.beaker.1.el7bkr.1", 
                    "source": "rpm", 
                    "version": "B.02.19"
                }
            ], 
            "lsscsi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lsscsi", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.27"
                }
            ], 
            "lua": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lua", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "5.1.4"
                }
            ], 
            "lz4": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lz4", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.8.3"
                }
            ], 
            "lzo": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lzo", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "2.06"
                }
            ], 
            "mailcap": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "mailcap", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.1.41"
                }
            ], 
            "make": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "make", 
                    "release": "24.el7", 
                    "source": "rpm", 
                    "version": "3.82"
                }
            ], 
            "man-db": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "man-db", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.6.3"
                }
            ], 
            "mariadb-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "mariadb-libs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "5.5.68"
                }
            ], 
            "microcode_ctl": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "microcode_ctl", 
                    "release": "73.20.el7_9", 
                    "source": "rpm", 
                    "version": "2.1"
                }
            ], 
            "mokutil": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mokutil", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "15"
                }
            ], 
            "mozjs17": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mozjs17", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "17.0.0"
                }
            ], 
            "mpfr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mpfr", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.1.1"
                }
            ], 
            "ncurses": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ncurses", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "ncurses-base": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ncurses-base", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "ncurses-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ncurses-libs", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "net-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "net-tools", 
                    "release": "0.25.20131004git.el7", 
                    "source": "rpm", 
                    "version": "2.0"
                }
            ], 
            "nettle": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nettle", 
                    "release": "9.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.1"
                }
            ], 
            "newt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "newt", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.52.15"
                }
            ], 
            "newt-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "newt-python", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.52.15"
                }
            ], 
            "nfs-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "nfs-utils", 
                    "release": "0.68.el7.2", 
                    "source": "rpm", 
                    "version": "1.3.0"
                }
            ], 
            "nspr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nspr", 
                    "release": "1.el7_9", 
                    "source": "rpm", 
                    "version": "4.35.0"
                }
            ], 
            "nss": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-pem": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-pem", 
                    "release": "7.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.0.3"
                }
            ], 
            "nss-softokn": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-softokn", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-softokn-freebl", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-sysinit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-sysinit", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-tools", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-util": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-util", 
                    "release": "1.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "numactl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "numactl-libs", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.0.12"
                }
            ], 
            "openldap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openldap", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "2.4.44"
                }
            ], 
            "openssh": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssh-clients": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh-clients", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssh-server": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh-server", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssl": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "openssl", 
                    "release": "26.el7_9", 
                    "source": "rpm", 
                    "version": "1.0.2k"
                }
            ], 
            "openssl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "openssl-libs", 
                    "release": "26.el7_9", 
                    "source": "rpm", 
                    "version": "1.0.2k"
                }
            ], 
            "os-prober": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "os-prober", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.58"
                }
            ], 
            "p11-kit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "p11-kit", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.5"
                }
            ], 
            "p11-kit-trust": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "p11-kit-trust", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.5"
                }
            ], 
            "pam": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pam", 
                    "release": "23.el7", 
                    "source": "rpm", 
                    "version": "1.1.8"
                }
            ], 
            "parted": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "parted", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "3.1"
                }
            ], 
            "passwd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "passwd", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.79"
                }
            ], 
            "pciutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pciutils-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.5.1"
                }
            ], 
            "pcre": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pcre", 
                    "release": "17.el7", 
                    "source": "rpm", 
                    "version": "8.32"
                }
            ], 
            "perl": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-Business-ISBN": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Business-ISBN", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.06"
                }
            ], 
            "perl-Business-ISBN-Data": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Business-ISBN-Data", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "20120719.001"
                }
            ], 
            "perl-CGI": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-CGI", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.63"
                }
            ], 
            "perl-Carp": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Carp", 
                    "release": "244.el7", 
                    "source": "rpm", 
                    "version": "1.26"
                }
            ], 
            "perl-Compress-Raw-Bzip2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Compress-Raw-Bzip2", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-Compress-Raw-Zlib": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-Compress-Raw-Zlib", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Data-Dumper", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.145"
                }
            ], 
            "perl-Date-Manip": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Date-Manip", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.41"
                }
            ], 
            "perl-Digest": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Digest", 
                    "release": "245.el7", 
                    "source": "rpm", 
                    "version": "1.17"
                }
            ], 
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Digest-MD5", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.52"
                }
            ], 
            "perl-Encode": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Encode", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.51"
                }
            ], 
            "perl-Encode-Locale": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Encode-Locale", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.03"
                }
            ], 
            "perl-Error": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Error", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.17020"
                }
            ], 
            "perl-Exporter": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Exporter", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "5.68"
                }
            ], 
            "perl-FCGI": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-FCGI", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "0.74"
                }
            ], 
            "perl-File-Listing": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Listing", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "6.04"
                }
            ], 
            "perl-File-Path": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Path", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.09"
                }
            ], 
            "perl-File-Temp": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Temp", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.01"
                }
            ], 
            "perl-Filter": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Filter", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.49"
                }
            ], 
            "perl-Font-AFM": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Font-AFM", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.20"
                }
            ], 
            "perl-Getopt-Long": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Getopt-Long", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.40"
                }
            ], 
            "perl-Git": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Git", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.8.3.1"
                }
            ], 
            "perl-HTML-Format": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTML-Format", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.10"
                }
            ], 
            "perl-HTML-Parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-HTML-Parser", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.71"
                }
            ], 
            "perl-HTML-Tagset": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTML-Tagset", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "3.20"
                }
            ], 
            "perl-HTML-Tree": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-HTML-Tree", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "5.03"
                }
            ], 
            "perl-HTTP-Cookies": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Cookies", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Daemon": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Daemon", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Date": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Date", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-HTTP-Message": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Message", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "6.06"
                }
            ], 
            "perl-HTTP-Negotiate": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Negotiate", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Tiny", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.033"
                }
            ], 
            "perl-IO-Compress": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Compress", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-IO-HTML": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-HTML", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.00"
                }
            ], 
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Socket-IP", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.21"
                }
            ], 
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Socket-SSL", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.94"
                }
            ], 
            "perl-IO-Zlib": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-IO-Zlib", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "1.10"
                }
            ], 
            "perl-IO-stringy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-stringy", 
                    "release": "22.el7", 
                    "source": "rpm", 
                    "version": "2.110"
                }
            ], 
            "perl-LWP-MediaTypes": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-LWP-MediaTypes", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-LWP-Protocol-https": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-LWP-Protocol-https", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "6.04"
                }
            ], 
            "perl-Module-Load": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Module-Load", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.24"
                }
            ], 
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Mozilla-CA", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "20130114"
                }
            ], 
            "perl-Net-HTTP": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Net-HTTP", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.06"
                }
            ], 
            "perl-Net-LibIDN": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Net-LibIDN", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "0.12"
                }
            ], 
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Net-SSLeay", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.55"
                }
            ], 
            "perl-PathTools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-PathTools", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "3.40"
                }
            ], 
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Pod-Escapes", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "1.04"
                }
            ], 
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Pod-Perldoc", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.20"
                }
            ], 
            "perl-Pod-Simple": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Pod-Simple", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.28"
                }
            ], 
            "perl-Pod-Usage": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Pod-Usage", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.63"
                }
            ], 
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Scalar-List-Utils", 
                    "release": "248.el7", 
                    "source": "rpm", 
                    "version": "1.27"
                }
            ], 
            "perl-Socket": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Socket", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.010"
                }
            ], 
            "perl-Storable": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Storable", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.45"
                }
            ], 
            "perl-TermReadKey": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-TermReadKey", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "2.30"
                }
            ], 
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Text-ParseWords", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.29"
                }
            ], 
            "perl-Time-HiRes": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-Time-HiRes", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.9725"
                }
            ], 
            "perl-Time-Local": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Time-Local", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.2300"
                }
            ], 
            "perl-TimeDate": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-TimeDate", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.30"
                }
            ], 
            "perl-URI": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-URI", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.60"
                }
            ], 
            "perl-WWW-RobotRules": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-WWW-RobotRules", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-XML-LibXML": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-XML-LibXML", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.0018"
                }
            ], 
            "perl-XML-NamespaceSupport": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-NamespaceSupport", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "1.11"
                }
            ], 
            "perl-XML-Parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-XML-Parser", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.41"
                }
            ], 
            "perl-XML-SAX": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-SAX", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.99"
                }
            ], 
            "perl-XML-SAX-Base": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-SAX-Base", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.08"
                }
            ], 
            "perl-XML-Twig": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-Twig", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "3.44"
                }
            ], 
            "perl-constant": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-constant", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.27"
                }
            ], 
            "perl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-libs", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-libwww-perl": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-libwww-perl", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.05"
                }
            ], 
            "perl-macros": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-macros", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-parent": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-parent", 
                    "release": "244.el7", 
                    "source": "rpm", 
                    "version": "0.225"
                }
            ], 
            "perl-podlators": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-podlators", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.5.1"
                }
            ], 
            "perl-threads": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-threads", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.87"
                }
            ], 
            "perl-threads-shared": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-threads-shared", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.43"
                }
            ], 
            "pinentry": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pinentry", 
                    "release": "17.el7", 
                    "source": "rpm", 
                    "version": "0.8.1"
                }
            ], 
            "pkgconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "pkgconfig", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.27.1"
                }
            ], 
            "plymouth-core-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth-core-libs", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "policycoreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "policycoreutils-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils-python", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "polkit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit", 
                    "release": "26.el7_9.1", 
                    "source": "rpm", 
                    "version": "0.112"
                }
            ], 
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit-pkla-compat", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.1"
                }
            ], 
            "popt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "popt", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "1.13"
                }
            ], 
            "postfix": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "postfix", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "2.10.1"
                }
            ], 
            "procps-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "procps-ng", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "3.3.10"
                }
            ], 
            "pth": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pth", 
                    "release": "23.el7", 
                    "source": "rpm", 
                    "version": "2.0.7"
                }
            ], 
            "pygpgme": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pygpgme", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.3"
                }
            ], 
            "pyliblzma": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pyliblzma", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "0.5.3"
                }
            ], 
            "pyserial": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "pyserial", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "2.6"
                }
            ], 
            "python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python", 
                    "release": "94.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.5"
                }
            ], 
            "python-IPy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-IPy", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.75"
                }
            ], 
            "python-babel": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-babel", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "0.9.6"
                }
            ], 
            "python-backports": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-backports", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.0"
                }
            ], 
            "python-backports-ssl_match_hostname": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-backports-ssl_match_hostname", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "3.5.0.1"
                }
            ], 
            "python-chardet": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-chardet", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.2.1"
                }
            ], 
            "python-configobj": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-configobj", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "4.7.2"
                }
            ], 
            "python-decorator": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-decorator", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.4.0"
                }
            ], 
            "python-firewall": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-firewall", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "python-gobject-base": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-gobject-base", 
                    "release": "1.el7_4.1", 
                    "source": "rpm", 
                    "version": "3.22.0"
                }
            ], 
            "python-iniparse": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-iniparse", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.4"
                }
            ], 
            "python-ipaddress": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-ipaddress", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.0.16"
                }
            ], 
            "python-jinja2": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jinja2", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.7.2"
                }
            ], 
            "python-jsonpatch": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jsonpatch", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.2"
                }
            ], 
            "python-jsonpointer": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jsonpointer", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.9"
                }
            ], 
            "python-kitchen": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-kitchen", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.1.1"
                }
            ], 
            "python-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-libs", 
                    "release": "94.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.5"
                }
            ], 
            "python-linux-procfs": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-linux-procfs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.11"
                }
            ], 
            "python-lxml": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-lxml", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.1"
                }
            ], 
            "python-markupsafe": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-markupsafe", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "0.11"
                }
            ], 
            "python-perf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-perf", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "python-prettytable": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-prettytable", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.7.2"
                }
            ], 
            "python-pycurl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-pycurl", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "7.19.0"
                }
            ], 
            "python-pyudev": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-pyudev", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.15"
                }
            ], 
            "python-requests": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-requests", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.6.0"
                }
            ], 
            "python-schedutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-schedutils", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.4"
                }
            ], 
            "python-setuptools": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-setuptools", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.9.8"
                }
            ], 
            "python-six": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-six", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.9.0"
                }
            ], 
            "python-slip": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-slip", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.0"
                }
            ], 
            "python-slip-dbus": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-slip-dbus", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.0"
                }
            ], 
            "python-urlgrabber": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-urlgrabber", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "3.10"
                }
            ], 
            "python-urllib3": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-urllib3", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.10.2"
                }
            ], 
            "pyxattr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pyxattr", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.5.1"
                }
            ], 
            "qa-tools": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "qa-tools", 
                    "release": "4.el7_9", 
                    "source": "rpm", 
                    "version": "4.1"
                }
            ], 
            "qemu-guest-agent": [
                {
                    "arch": "x86_64", 
                    "epoch": 10, 
                    "name": "qemu-guest-agent", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.12.0"
                }
            ], 
            "qrencode-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "qrencode-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.4.1"
                }
            ], 
            "quota": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "quota", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "4.01"
                }
            ], 
            "quota-nls": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "quota-nls", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "4.01"
                }
            ], 
            "readline": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "readline", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "6.2"
                }
            ], 
            "restraint": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "restraint", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "0.4.4"
                }
            ], 
            "restraint-rhts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "restraint-rhts", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "0.4.4"
                }
            ], 
            "rng-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rng-tools", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.3.1"
                }
            ], 
            "rootfiles": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rootfiles", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "8.1"
                }
            ], 
            "rpcbind": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpcbind", 
                    "release": "49.el7", 
                    "source": "rpm", 
                    "version": "0.2.0"
                }
            ], 
            "rpm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-build-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-build-libs", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-libs", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-python", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rsync": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rsync", 
                    "release": "12.el7_9", 
                    "source": "rpm", 
                    "version": "3.1.2"
                }
            ], 
            "rsyslog": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rsyslog", 
                    "release": "57.el7_9.3", 
                    "source": "rpm", 
                    "version": "8.24.0"
                }
            ], 
            "ruby": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ruby", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "ruby-irb": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ruby-irb", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "ruby-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ruby-libs", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "rubygem-bigdecimal": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-bigdecimal", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "1.2.0"
                }
            ], 
            "rubygem-io-console": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-io-console", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "0.4.2"
                }
            ], 
            "rubygem-json": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-json", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "1.7.7"
                }
            ], 
            "rubygem-psych": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-psych", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0"
                }
            ], 
            "rubygem-rdoc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rubygem-rdoc", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "4.0.0"
                }
            ], 
            "rubygems": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rubygems", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.14.1"
                }
            ], 
            "sed": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sed", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "4.2.2"
                }
            ], 
            "selinux-policy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "selinux-policy", 
                    "release": "268.el7_9.2", 
                    "source": "rpm", 
                    "version": "3.13.1"
                }
            ], 
            "selinux-policy-targeted": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "selinux-policy-targeted", 
                    "release": "268.el7_9.2", 
                    "source": "rpm", 
                    "version": "3.13.1"
                }
            ], 
            "setools-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "setools-libs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.3.8"
                }
            ], 
            "setup": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "setup", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.8.71"
                }
            ], 
            "sg3_utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "sg3_utils", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.37"
                }
            ], 
            "sg3_utils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "sg3_utils-libs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.37"
                }
            ], 
            "shadow-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "shadow-utils", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "4.6"
                }
            ], 
            "shared-mime-info": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "shared-mime-info", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.8"
                }
            ], 
            "slang": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "slang", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.2.4"
                }
            ], 
            "snappy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "snappy", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.1.0"
                }
            ], 
            "sqlite": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sqlite", 
                    "release": "8.el7_7.1", 
                    "source": "rpm", 
                    "version": "3.7.17"
                }
            ], 
            "strace": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "strace", 
                    "release": "7.el7_9", 
                    "source": "rpm", 
                    "version": "4.24"
                }
            ], 
            "sudo": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sudo", 
                    "release": "10.el7_9.3", 
                    "source": "rpm", 
                    "version": "1.8.23"
                }
            ], 
            "systemd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemd-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd-libs", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemd-sysv": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd-sysv", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemtap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-client": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-client", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-devel", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-runtime": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-runtime", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "sysvinit-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sysvinit-tools", 
                    "release": "14.dsf.el7", 
                    "source": "rpm", 
                    "version": "2.88"
                }
            ], 
            "tar": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "tar", 
                    "release": "35.el7", 
                    "source": "rpm", 
                    "version": "1.26"
                }
            ], 
            "tcp_wrappers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "tcp_wrappers", 
                    "release": "77.el7", 
                    "source": "rpm", 
                    "version": "7.6"
                }
            ], 
            "tcp_wrappers-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "tcp_wrappers-libs", 
                    "release": "77.el7", 
                    "source": "rpm", 
                    "version": "7.6"
                }
            ], 
            "teamd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "teamd", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.29"
                }
            ], 
            "time": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "time", 
                    "release": "45.el7", 
                    "source": "rpm", 
                    "version": "1.7"
                }
            ], 
            "tps-devel": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tps-devel", 
                    "release": "1", 
                    "source": "rpm", 
                    "version": "2.44.50"
                }
            ], 
            "trousers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "trousers", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.3.14"
                }
            ], 
            "tuned": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tuned", 
                    "release": "12.el7_9", 
                    "source": "rpm", 
                    "version": "2.11.0"
                }
            ], 
            "tzdata": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tzdata", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2024a"
                }
            ], 
            "unzip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "unzip", 
                    "release": "24.el7_9", 
                    "source": "rpm", 
                    "version": "6.0"
                }
            ], 
            "ustr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ustr", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "1.0.4"
                }
            ], 
            "util-linux": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "util-linux", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "vim-common": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-common", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-enhanced": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-enhanced", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-filesystem": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-filesystem", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-minimal": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-minimal", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "virt-what": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "virt-what", 
                    "release": "4.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.18"
                }
            ], 
            "wget": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "wget", 
                    "release": "18.el7_6.1", 
                    "source": "rpm", 
                    "version": "1.14"
                }
            ], 
            "which": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "which", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.20"
                }
            ], 
            "wpa_supplicant": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "wpa_supplicant", 
                    "release": "12.el7_9.2", 
                    "source": "rpm", 
                    "version": "2.6"
                }
            ], 
            "xfsprogs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xfsprogs", 
                    "release": "22.el7", 
                    "source": "rpm", 
                    "version": "4.5.0"
                }
            ], 
            "xz": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xz", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "5.2.2"
                }
            ], 
            "xz-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xz-libs", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "5.2.2"
                }
            ], 
            "yum": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum", 
                    "release": "168.el7.centos", 
                    "source": "rpm", 
                    "version": "3.4.3"
                }
            ], 
            "yum-metadata-parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "yum-metadata-parser", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "1.1.4"
                }
            ], 
            "yum-plugin-fastestmirror": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum-plugin-fastestmirror", 
                    "release": "54.el7_8", 
                    "source": "rpm", 
                    "version": "1.1.31"
                }
            ], 
            "yum-utils": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum-utils", 
                    "release": "54.el7_8", 
                    "source": "rpm", 
                    "version": "1.1.31"
                }
            ], 
            "zip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "zip", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.0"
                }
            ], 
            "zlib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "zlib", 
                    "release": "21.el7_9", 
                    "source": "rpm", 
                    "version": "1.2.7"
                }
            ]
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 11 January 2025  03:25:38 -0500 (0:00:01.741)       0:02:41.568 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_version": "8.24.0"
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 11 January 2025  03:25:38 -0500 (0:00:00.133)       0:02:41.701 ****** 
ok: [managed-node1] => {}

MSG:

Rsyslog_version is 8.24.0, which is older than "8.37.0-7.2".

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 11 January 2025  03:25:38 -0500 (0:00:00.104)       0:02:41.805 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 11 January 2025  03:25:38 -0500 (0:00:00.099)       0:02:41.905 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create the config directory if it does not exist] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 11 January 2025  03:25:38 -0500 (0:00:00.099)       0:02:42.005 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/etc/rsyslog.d", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 11 January 2025  03:25:39 -0500 (0:00:00.541)       0:02:42.547 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/var/lib/rsyslog", 
    "secontext": "system_u:object_r:syslogd_var_lib_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 11 January 2025  03:25:39 -0500 (0:00:00.480)       0:02:43.027 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/var/log", 
    "secontext": "system_u:object_r:var_log_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 11 January 2025  03:25:40 -0500 (0:00:00.380)       0:02:43.408 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options", 
                "filename": "00-global.conf", 
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
            }, 
            {
                "name": "local-modules", 
                "sections": [
                    {
                        "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                    }
                ], 
                "state": "absent", 
                "type": "modules"
            }, 
            {
                "name": "common-defaults", 
                "sections": [
                    {
                        "comment": "Log every message", 
                        "options": "$RepeatedMsgReduction off"
                    }
                ], 
                "type": "global"
            }, 
            {
                "name": "templates", 
                "sections": [
                    {
                        "comment": "User provided output templates", 
                        "options": "\n"
                    }
                ], 
                "type": "templates"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125
Saturday 11 January 2025  03:25:40 -0500 (0:00:00.674)       0:02:44.083 ****** 
skipping: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n', u'filename': u'00-global.conf'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:149
Saturday 11 January 2025  03:25:41 -0500 (0:00:00.178)       0:02:44.261 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:153
Saturday 11 January 2025  03:25:41 -0500 (0:00:00.124)       0:02:44.385 ****** 
skipping: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n', u'filename': u'00-global.conf'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:171
Saturday 11 January 2025  03:25:41 -0500 (0:00:00.176)       0:02:44.562 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182
Saturday 11 January 2025  03:25:41 -0500 (0:00:00.156)       0:02:44.718 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:197
Saturday 11 January 2025  03:25:41 -0500 (0:00:00.091)       0:02:44.809 ****** 
ok: [managed-node1] => (item={u'type': u'files', u'name': u'default_files'}) => {
    "ansible_facts": {
        "__rsyslog_conf_files_output_modules": [
            {
                "name": "output-files-modules", 
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format", 
                        "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_files_template_format not in [\"\", \"modern\"] %}\nmodule(load=\"builtin:omfile\" Template=\"{{ logging_files_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfile\")\n{% endif %}"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_files_output_packages": [], 
        "__rsyslog_files_output_rules": [
            "{{ __rsyslog_conf_files_output_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "name": "default_files", 
        "type": "files"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:209
Saturday 11 January 2025  03:25:41 -0500 (0:00:00.120)       0:02:44.930 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Saturday 11 January 2025  03:25:41 -0500 (0:00:00.166)       0:02:45.097 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:25:42 -0500 (0:00:00.167)       0:02:45.264 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:25:42 -0500 (0:00:00.199)       0:02:45.464 ****** 
ok: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfile")\n'}], u'type': u'modules', u'name': u'output-files-modules'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
    "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-files-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 151, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:25:43 -0500 (0:00:01.020)       0:02:46.485 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:25:43 -0500 (0:00:00.118)       0:02:46.603 ****** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfile")\n'}], u'type': u'modules', u'name': u'output-files-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-files-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Saturday 11 January 2025  03:25:43 -0500 (0:00:00.126)       0:02:46.730 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:25:43 -0500 (0:00:00.294)       0:02:47.024 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:25:43 -0500 (0:00:00.098)       0:02:47.123 ****** 
ok: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}], u'name': u'output-files-default_files'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
    "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-files-default_files", 
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 1148, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:25:44 -0500 (0:00:01.101)       0:02:48.225 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
                        "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-default_files", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1148, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:25:45 -0500 (0:00:00.142)       0:02:48.367 ****** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}], u'name': u'output-files-default_files'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-files-default_files", 
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:222
Saturday 11 January 2025  03:25:45 -0500 (0:00:00.344)       0:02:48.712 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n  rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n  if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n    echo \"/etc/rsyslog.d/$conf\"\n  fi\ndone\n", 
    "delta": "0:00:00.254806", 
    "end": "2025-01-11 03:25:46.198318", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-01-11 03:25:45.943512"
}

STDOUT:

/etc/rsyslog.d/00-global.conf
/etc/rsyslog.d/05-common-defaults.conf
/etc/rsyslog.d/10-output-files-modules.conf
/etc/rsyslog.d/10-output-forwards-modules.conf
/etc/rsyslog.d/20-templates.conf
/etc/rsyslog.d/30-output-files-default_files.conf
/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf
/etc/rsyslog.d/90-input-basics-basic_input.conf

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239
Saturday 11 January 2025  03:25:46 -0500 (0:00:00.960)       0:02:49.673 ****** 
changed: [managed-node1] => (item=/etc/rsyslog.d/00-global.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/00-global.conf", 
    "path": "/etc/rsyslog.d/00-global.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/05-common-defaults.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/05-common-defaults.conf", 
    "path": "/etc/rsyslog.d/05-common-defaults.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/10-output-forwards-modules.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/20-templates.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/20-templates.conf", 
    "path": "/etc/rsyslog.d/20-templates.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
    "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/90-input-basics-basic_input.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
    "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
    "state": "absent"
}
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:259
Saturday 11 January 2025  03:25:49 -0500 (0:00:02.678)       0:02:52.352 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:280
Saturday 11 January 2025  03:25:49 -0500 (0:00:00.086)       0:02:52.438 ****** 
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local ca_cert file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:288
Saturday 11 January 2025  03:25:49 -0500 (0:00:00.163)       0:02:52.602 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local cert file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:300
Saturday 11 January 2025  03:25:49 -0500 (0:00:00.125)       0:02:52.727 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local key file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:312
Saturday 11 January 2025  03:25:49 -0500 (0:00:00.202)       0:02:52.930 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:324
Saturday 11 January 2025  03:25:49 -0500 (0:00:00.157)       0:02:53.087 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "rsyslog", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "network-online.target basic.target network.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "no", 
        "AssertTimestampMonotonic": "0", 
        "Before": "multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "no", 
        "ConditionTimestampMonotonic": "0", 
        "Conflicts": "shutdown.target", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "System Logging Service", 
        "DevicePolicy": "auto", 
        "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", 
        "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "0", 
        "ExecMainStartTimestampMonotonic": "0", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "rsyslog.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestampMonotonic": "0", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "0", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "rsyslog.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "main", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "on-failure", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "dead", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "notify", 
        "UMask": "0066", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-online.target network.target", 
        "WatchdogTimestampMonotonic": "0", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332
Saturday 11 January 2025  03:25:50 -0500 (0:00:00.721)       0:02:53.809 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:341
Saturday 11 January 2025  03:25:50 -0500 (0:00:00.109)       0:02:53.918 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:353
Saturday 11 January 2025  03:25:50 -0500 (0:00:00.107)       0:02:54.026 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get mode of rsyslog.conf if it exists] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:360
Saturday 11 January 2025  03:25:50 -0500 (0:00:00.086)       0:02:54.112 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate main rsyslog configuration] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:366
Saturday 11 January 2025  03:25:50 -0500 (0:00:00.090)       0:02:54.203 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 11 January 2025  03:25:50 -0500 (0:00:00.029)       0:02:54.232 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "name": "rsyslog", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "network-online.target basic.target network.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "no", 
        "AssertTimestampMonotonic": "0", 
        "Before": "multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "no", 
        "ConditionTimestampMonotonic": "0", 
        "Conflicts": "shutdown.target", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "System Logging Service", 
        "DevicePolicy": "auto", 
        "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", 
        "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "0", 
        "ExecMainStartTimestampMonotonic": "0", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "rsyslog.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestampMonotonic": "0", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "0", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "rsyslog.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "main", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "on-failure", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "dead", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "notify", 
        "UMask": "0066", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-online.target network.target", 
        "WatchdogTimestampMonotonic": "0", 
        "WatchdogUSec": "0"
    }
}
META: ran handlers

TASK [Clean up fake pki files] *************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:405
Saturday 11 January 2025  03:25:51 -0500 (0:00:00.623)       0:02:54.856 ****** 
changed: [managed-node1] => (item=/etc/pki/tls/certs/test-ca.crt) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/pki/tls/certs/test-ca.crt", 
    "path": "/etc/pki/tls/certs/test-ca.crt", 
    "state": "absent"
}

TASK [Prep - Test logging_purge_confs, in case no config files exist in rsyslog.d. Move files in /etc/rsyslog.d to a backup dir] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:413
Saturday 11 January 2025  03:25:52 -0500 (0:00:00.462)       0:02:55.318 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\nif [ -e /tmp/rsyslog.d-backup ]; then\n  rm -rf /tmp/rsyslog.d-backup\nfi\nmkdir /tmp/rsyslog.d-backup\nfor conf in $( ls /etc/rsyslog.d ); do\n  mv /etc/rsyslog.d/$conf /tmp/rsyslog.d-backup\ndone", 
    "delta": "0:00:00.008833", 
    "end": "2025-01-11 03:25:52.424532", 
    "rc": 0, 
    "start": "2025-01-11 03:25:52.415699"
}

TASK [TEST CASE 2; Test the configuration, basics input and a forwards output with logging_pki_files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:425
Saturday 11 January 2025  03:25:52 -0500 (0:00:00.478)       0:02:55.797 ****** 

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 11 January 2025  03:25:52 -0500 (0:00:00.426)       0:02:56.223 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_output_files": [
            {
                "name": "default_files", 
                "type": "files"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 11 January 2025  03:25:53 -0500 (0:00:00.134)       0:02:56.357 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "facility": "local1", 
                "name": "forwards_severity_and_facility", 
                "permitted_server": "*.example.com", 
                "severity": "info", 
                "target": "host.domain", 
                "tcp_port": 1514, 
                "tls": true, 
                "type": "forwards"
            }, 
            {
                "name": "default_files", 
                "type": "files"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 11 January 2025  03:25:53 -0500 (0:00:00.148)       0:02:56.505 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_inputs": [
            {
                "name": "basic_input", 
                "type": "basics"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 11 January 2025  03:25:53 -0500 (0:00:00.116)       0:02:56.622 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 11 January 2025  03:25:53 -0500 (0:00:00.121)       0:02:56.744 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 11 January 2025  03:25:53 -0500 (0:00:00.118)       0:02:56.862 ****** 
skipping: [managed-node1] => (item={u'inputs': [u'basic_input'], u'name': u'flows0', u'outputs': [u'forwards_severity_and_facility']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "inputs": [
            "basic_input"
        ], 
        "name": "flows0", 
        "outputs": [
            "forwards_severity_and_facility"
        ]
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 11 January 2025  03:25:53 -0500 (0:00:00.256)       0:02:57.118 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 11 January 2025  03:25:54 -0500 (0:00:00.294)       0:02:57.413 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 11 January 2025  03:25:54 -0500 (0:00:00.106)       0:02:57.520 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 11 January 2025  03:25:54 -0500 (0:00:00.146)       0:02:57.666 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 11 January 2025  03:25:54 -0500 (0:00:00.124)       0:02:57.790 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 11 January 2025  03:25:54 -0500 (0:00:00.113)       0:02:57.904 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 11 January 2025  03:25:54 -0500 (0:00:00.109)       0:02:58.013 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 11 January 2025  03:25:54 -0500 (0:00:00.133)       0:02:58.146 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 11 January 2025  03:25:55 -0500 (0:00:00.174)       0:02:58.320 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 11 January 2025  03:25:55 -0500 (0:00:00.135)       0:02:58.456 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 11 January 2025  03:25:55 -0500 (0:00:00.211)       0:02:58.667 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 11 January 2025  03:25:55 -0500 (0:00:00.134)       0:02:58.801 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 11 January 2025  03:25:55 -0500 (0:00:00.120)       0:02:58.922 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 11 January 2025  03:25:55 -0500 (0:00:00.113)       0:02:59.036 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 11 January 2025  03:25:55 -0500 (0:00:00.110)       0:02:59.146 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 11 January 2025  03:25:56 -0500 (0:00:00.112)       0:02:59.258 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 11 January 2025  03:25:56 -0500 (0:00:00.102)       0:02:59.360 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 11 January 2025  03:25:56 -0500 (0:00:00.215)       0:02:59.576 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 11 January 2025  03:25:56 -0500 (0:00:00.108)       0:02:59.684 ****** 

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 11 January 2025  03:25:56 -0500 (0:00:00.098)       0:02:59.783 ****** 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 11 January 2025  03:25:56 -0500 (0:00:00.095)       0:02:59.878 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 11 January 2025  03:25:56 -0500 (0:00:00.169)       0:03:00.048 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 11 January 2025  03:25:57 -0500 (0:00:00.544)       0:03:00.592 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 11 January 2025  03:25:57 -0500 (0:00:00.219)       0:03:00.812 ****** 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 11 January 2025  03:25:57 -0500 (0:00:00.102)       0:03:00.915 ****** 

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 11 January 2025  03:25:57 -0500 (0:00:00.091)       0:03:01.007 ****** 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 11 January 2025  03:25:57 -0500 (0:00:00.096)       0:03:01.103 ****** 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 11 January 2025  03:25:57 -0500 (0:00:00.111)       0:03:01.215 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 11 January 2025  03:25:58 -0500 (0:00:00.106)       0:03:01.322 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 11 January 2025  03:25:58 -0500 (0:00:00.307)       0:03:01.630 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 11 January 2025  03:25:58 -0500 (0:00:00.100)       0:03:01.730 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 11 January 2025  03:25:58 -0500 (0:00:00.109)       0:03:01.840 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 11 January 2025  03:25:58 -0500 (0:00:00.115)       0:03:01.956 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 11 January 2025  03:25:58 -0500 (0:00:00.115)       0:03:02.072 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 11 January 2025  03:25:58 -0500 (0:00:00.145)       0:03:02.217 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 11 January 2025  03:25:59 -0500 (0:00:00.135)       0:03:02.353 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 11 January 2025  03:25:59 -0500 (0:00:00.113)       0:03:02.466 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 11 January 2025  03:25:59 -0500 (0:00:00.184)       0:03:02.650 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 11 January 2025  03:25:59 -0500 (0:00:00.208)       0:03:02.859 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 11 January 2025  03:25:59 -0500 (0:00:00.189)       0:03:03.049 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 11 January 2025  03:25:59 -0500 (0:00:00.154)       0:03:03.204 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 11 January 2025  03:26:00 -0500 (0:00:00.182)       0:03:03.386 ****** 
ok: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics.j2"
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics_rhel7.j2"
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 11 January 2025  03:26:00 -0500 (0:00:00.330)       0:03:03.716 ****** 
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 11 January 2025  03:26:01 -0500 (0:00:00.670)       0:03:04.387 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 11 January 2025  03:26:01 -0500 (0:00:00.296)       0:03:04.683 ****** 
skipping: [managed-node1] => (item=iproute)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iproute", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=rsyslog)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "rsyslog", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 11 January 2025  03:26:01 -0500 (0:00:00.121)       0:03:04.805 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 11 January 2025  03:26:01 -0500 (0:00:00.121)       0:03:04.927 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "changes": {
        "installed": [
            "rsyslog-gnutls"
        ]
    }, 
    "rc": 0, 
    "results": [
        "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed", 
        "rsyslog-8.24.0-57.el7_9.3.x86_64 providing rsyslog is already installed", 
        "ca-certificates-2023.2.60_v7.0.306-72.el7_9.noarch providing ca-certificates is already installed", 
        "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: dl.fedoraproject.org\n * epel-debuginfo: dl.fedoraproject.org\n * epel-source: dl.fedoraproject.org\nResolving Dependencies\n--> Running transaction check\n---> Package rsyslog-gnutls.x86_64 0:8.24.0-57.el7_9.3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package              Arch         Version                  Repository     Size\n================================================================================\nInstalling:\n rsyslog-gnutls       x86_64       8.24.0-57.el7_9.3        updates        51 k\n\nTransaction Summary\n================================================================================\nInstall  1 Package\n\nTotal download size: 51 k\nInstalled size: 37 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : rsyslog-gnutls-8.24.0-57.el7_9.3.x86_64                      1/1 \n  Verifying  : rsyslog-gnutls-8.24.0-57.el7_9.3.x86_64                      1/1 \n\nInstalled:\n  rsyslog-gnutls.x86_64 0:8.24.0-57.el7_9.3                                     \n\nComplete!\n"
    ]
}
lsrpackages: ca-certificates iproute rsyslog rsyslog-gnutls

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 11 January 2025  03:26:05 -0500 (0:00:03.368)       0:03:08.295 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Saturday 11 January 2025  03:26:05 -0500 (0:00:00.130)       0:03:08.425 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-libnm", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-team": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-team", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-tui": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-tui", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "PyYAML": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "PyYAML", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.10"
                }
            ], 
            "acl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "acl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "aic94xx-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "aic94xx-firmware", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "30"
                }
            ], 
            "alsa-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "alsa-firmware", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.0.28"
                }
            ], 
            "alsa-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-lib", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.8"
                }
            ], 
            "alsa-tools-firmware": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-tools-firmware", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.0"
                }
            ], 
            "aspell": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "aspell", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.60.6.1"
                }
            ], 
            "audit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs-python", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "authconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "authconfig", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "6.2.8"
                }
            ], 
            "avahi-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "avahi-libs", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "0.6.31"
                }
            ], 
            "basesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "basesystem", 
                    "release": "7.el7.centos", 
                    "source": "rpm", 
                    "version": "10.0"
                }
            ], 
            "bash": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bash", 
                    "release": "35.el7_9", 
                    "source": "rpm", 
                    "version": "4.2.46"
                }
            ], 
            "bc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bc", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.06.95"
                }
            ], 
            "bind-export-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 32, 
                    "name": "bind-export-libs", 
                    "release": "26.P2.el7_9.16", 
                    "source": "rpm", 
                    "version": "9.11.4"
                }
            ], 
            "binutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "binutils", 
                    "release": "44.base.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.27"
                }
            ], 
            "biosdevname": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "biosdevname", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.7.3"
                }
            ], 
            "boost-date-time": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-date-time", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-system": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-system", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-thread": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-thread", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "btrfs-progs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "btrfs-progs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "4.9.1"
                }
            ], 
            "bzip2-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bzip2-libs", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "ca-certificates": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ca-certificates", 
                    "release": "72.el7_9", 
                    "source": "rpm", 
                    "version": "2023.2.60_v7.0.306"
                }
            ], 
            "centos-logos": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "centos-logos", 
                    "release": "3.el7.centos", 
                    "source": "rpm", 
                    "version": "70.0.6"
                }
            ], 
            "centos-release": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "centos-release", 
                    "release": "9.2009.2.el7.centos", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "checkpolicy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "checkpolicy", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "chkconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "chkconfig", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.7.6"
                }
            ], 
            "chrony": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "chrony", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "3.4"
                }
            ], 
            "cloud-utils-growpart": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "cloud-utils-growpart", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.29"
                }
            ], 
            "coreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "coreutils", 
                    "release": "24.el7_9.2", 
                    "source": "rpm", 
                    "version": "8.22"
                }
            ], 
            "cpio": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpio", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "2.11"
                }
            ], 
            "cpp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "cracklib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cracklib-dicts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib-dicts", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cronie": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "cronie-anacron": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie-anacron", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "crontabs": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "crontabs", 
                    "release": "6.20121102git.el7", 
                    "source": "rpm", 
                    "version": "1.11"
                }
            ], 
            "cryptsetup-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cryptsetup-libs", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "2.0.3"
                }
            ], 
            "curl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "curl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cyrus-sasl-lib", 
                    "release": "24.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.26"
                }
            ], 
            "dbus": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-glib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-glib", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.100"
                }
            ], 
            "dbus-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus-libs", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-python", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.1.1"
                }
            ], 
            "device-mapper": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "device-mapper-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper-libs", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "dhcp-common": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-common", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "dhcp-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-libs", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "diffutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "diffutils", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.3"
                }
            ], 
            "dmidecode": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dmidecode", 
                    "release": "5.el7_9.1", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "dracut": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dracut-config-rescue": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut-config-rescue", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dyninst": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dyninst", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "9.3.1"
                }
            ], 
            "e2fsprogs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs-libs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "ebtables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ebtables", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.0.10"
                }
            ], 
            "efivar-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "efivar-libs", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "36"
                }
            ], 
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "elfutils-default-yama-scope", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libelf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libelf", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libs", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "epel-release": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "epel-release", 
                    "release": "14", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "ethtool": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "ethtool", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "4.8"
                }
            ], 
            "expat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "expat", 
                    "release": "15.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "file": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "file-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file-libs", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "filesystem": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "filesystem", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "findutils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "findutils", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "4.5.11"
                }
            ], 
            "fipscheck": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "fipscheck-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck-lib", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "firewalld": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "firewalld-filesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld-filesystem", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "freetype": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "freetype", 
                    "release": "14.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.8"
                }
            ], 
            "fxload": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fxload", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2002_04_11"
                }
            ], 
            "gawk": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gawk", 
                    "release": "4.el7_3.1", 
                    "source": "rpm", 
                    "version": "4.0.2"
                }
            ], 
            "gcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "gdbm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gdbm", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.10"
                }
            ], 
            "gettext": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "gettext-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "git": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "git", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.8.3.1"
                }
            ], 
            "glib2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glib2", 
                    "release": "9.el7_9", 
                    "source": "rpm", 
                    "version": "2.56.1"
                }
            ], 
            "glibc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-common": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-common", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-devel", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-headers", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "gmp": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "gmp", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "6.0.0"
                }
            ], 
            "gnupg2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gnupg2", 
                    "release": "5.el7_5", 
                    "source": "rpm", 
                    "version": "2.0.22"
                }
            ], 
            "gnutls": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gnutls", 
                    "release": "9.el7_6", 
                    "source": "rpm", 
                    "version": "3.3.29"
                }
            ], 
            "gobject-introspection": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gobject-introspection", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.56.1"
                }
            ], 
            "gpg-pubkey": [
                {
                    "arch": null, 
                    "epoch": null, 
                    "name": "gpg-pubkey", 
                    "release": "52ae6884", 
                    "source": "rpm", 
                    "version": "352c64e5"
                }, 
                {
                    "arch": null, 
                    "epoch": null, 
                    "name": "gpg-pubkey", 
                    "release": "53a7ff4b", 
                    "source": "rpm", 
                    "version": "f4a80eb5"
                }
            ], 
            "gpgme": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gpgme", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.3.2"
                }
            ], 
            "gpm-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gpm-libs", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.20.7"
                }
            ], 
            "grep": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "grep", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.20"
                }
            ], 
            "groff-base": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "groff-base", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.22.2"
                }
            ], 
            "grub2": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-common": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "grub2-common", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-pc": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-pc", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-pc-modules": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "grub2-pc-modules", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools-extra": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools-extra", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools-minimal", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grubby": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "grubby", 
                    "release": "26.el7", 
                    "source": "rpm", 
                    "version": "8.28"
                }
            ], 
            "gssproxy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gssproxy", 
                    "release": "30.el7_9", 
                    "source": "rpm", 
                    "version": "0.7.0"
                }
            ], 
            "gzip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gzip", 
                    "release": "11.el7_9", 
                    "source": "rpm", 
                    "version": "1.5"
                }
            ], 
            "hardlink": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "hardlink", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.0"
                }
            ], 
            "hostname": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "hostname", 
                    "release": "3.el7_7.1", 
                    "source": "rpm", 
                    "version": "3.13"
                }
            ], 
            "hwdata": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "hwdata", 
                    "release": "9.7.el7", 
                    "source": "rpm", 
                    "version": "0.252"
                }
            ], 
            "info": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "info", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "5.1"
                }
            ], 
            "iproute": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iproute", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "4.11.0"
                }
            ], 
            "iprutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iprutils", 
                    "release": "3.el7_7", 
                    "source": "rpm", 
                    "version": "2.4.17.1"
                }
            ], 
            "ipset": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "ipset-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset-libs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "iptables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iptables", 
                    "release": "35.el7", 
                    "source": "rpm", 
                    "version": "1.4.21"
                }
            ], 
            "iputils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iputils", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "20160308"
                }
            ], 
            "irqbalance": [
                {
                    "arch": "x86_64", 
                    "epoch": 3, 
                    "name": "irqbalance", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "1.0.7"
                }
            ], 
            "ivtv-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 2, 
                    "name": "ivtv-firmware", 
                    "release": "26.el7", 
                    "source": "rpm", 
                    "version": "20080701"
                }
            ], 
            "iwl100-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl100-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl1000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "iwl1000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl105-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl105-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl135-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl135-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2030-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2030-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl3160-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3160-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "iwl3945-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3945-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "15.32.2.9"
                }
            ], 
            "iwl4965-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl4965-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "228.61.2.24"
                }
            ], 
            "iwl5000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.83.5.1_1"
                }
            ], 
            "iwl5150-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5150-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.24.2.2"
                }
            ], 
            "iwl6000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "9.221.4.1"
                }
            ], 
            "iwl6000g2a-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2a-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6000g2b-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2b-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6050-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6050-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "41.28.5.1"
                }
            ], 
            "iwl7260-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl7260-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "jansson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "jansson", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.10"
                }
            ], 
            "json-c": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "json-c", 
                    "release": "4.el7_0", 
                    "source": "rpm", 
                    "version": "0.11"
                }
            ], 
            "kbd-legacy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-legacy", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kbd-misc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-misc", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kernel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }, 
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-debug-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-debug-devel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-headers", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools-libs", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "keyutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "keyutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "kmod": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kmod-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod-libs", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kpartx": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kpartx", 
                    "release": "136.el7_9", 
                    "source": "rpm", 
                    "version": "0.4.9"
                }
            ], 
            "krb5-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "krb5-libs", 
                    "release": "55.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.1"
                }
            ], 
            "less": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "less", 
                    "release": "10.el7_9", 
                    "source": "rpm", 
                    "version": "458"
                }
            ], 
            "libacl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libacl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "libassuan": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libassuan", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "libattr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libattr", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "2.4.46"
                }
            ], 
            "libbasicobjects": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libbasicobjects", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.1"
                }
            ], 
            "libblkid": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libblkid", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libcap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.22"
                }
            ], 
            "libcap-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap-ng", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.7.5"
                }
            ], 
            "libcgroup": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcgroup", 
                    "release": "21.el7", 
                    "source": "rpm", 
                    "version": "0.41"
                }
            ], 
            "libcollection": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcollection", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.7.0"
                }
            ], 
            "libcom_err": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcom_err", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libcroco": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcroco", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.12"
                }
            ], 
            "libcurl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcurl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "libdaemon": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdaemon", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libdb": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdb-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb-utils", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdrm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdrm", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.4.97"
                }
            ], 
            "libdwarf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdwarf", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "20130207"
                }
            ], 
            "libedit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libedit", 
                    "release": "12.20121213cvs.el7", 
                    "source": "rpm", 
                    "version": "3.0"
                }
            ], 
            "libestr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libestr", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.1.9"
                }
            ], 
            "libevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libevent", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.0.21"
                }
            ], 
            "libfastjson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libfastjson", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.99.4"
                }
            ], 
            "libffi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libffi", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "3.0.13"
                }
            ], 
            "libgcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgcrypt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcrypt", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "1.5.3"
                }
            ], 
            "libgomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgomp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgpg-error": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgpg-error", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.12"
                }
            ], 
            "libidn": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libidn", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.28"
                }
            ], 
            "libini_config": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libini_config", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "1.3.1"
                }
            ], 
            "libmnl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmnl", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.0.3"
                }
            ], 
            "libmount": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmount", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libmpc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmpc", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libndp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libndp", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.2"
                }
            ], 
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnetfilter_conntrack", 
                    "release": "1.el7_3", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "libnfnetlink": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfnetlink", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libnfsidmap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfsidmap", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "0.25"
                }
            ], 
            "libnl3": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libnl3-cli": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3-cli", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libpath_utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpath_utils", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.2.1"
                }
            ], 
            "libpciaccess": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpciaccess", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libpipeline": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpipeline", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libpng": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "libpng", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.5.13"
                }
            ], 
            "libpwquality": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpwquality", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libref_array": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libref_array", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.5"
                }
            ], 
            "libseccomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libseccomp", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.3.1"
                }
            ], 
            "libselinux": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-python", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-utils", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage-python", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsepol": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsepol", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsmartcols": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsmartcols", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libss": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libss", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libssh2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libssh2", 
                    "release": "4.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.8.0"
                }
            ], 
            "libstdc++": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libstdc++", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libsysfs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsysfs", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "libtasn1": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtasn1", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "4.10"
                }
            ], 
            "libteam": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libteam", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.29"
                }
            ], 
            "libtirpc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtirpc", 
                    "release": "0.16.el7", 
                    "source": "rpm", 
                    "version": "0.2.4"
                }
            ], 
            "libunistring": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libunistring", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.9.3"
                }
            ], 
            "libuser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libuser", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.60"
                }
            ], 
            "libutempter": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libutempter", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.1.6"
                }
            ], 
            "libuuid": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libuuid", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libverto": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libverto", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.2.5"
                }
            ], 
            "libverto-libevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libverto-libevent", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.2.5"
                }
            ], 
            "libxml2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxml2", 
                    "release": "6.el7_9.6", 
                    "source": "rpm", 
                    "version": "2.9.1"
                }
            ], 
            "libxml2-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxml2-python", 
                    "release": "6.el7_9.6", 
                    "source": "rpm", 
                    "version": "2.9.1"
                }
            ], 
            "libxslt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxslt", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.1.28"
                }
            ], 
            "libyaml": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libyaml", 
                    "release": "11.el7_0", 
                    "source": "rpm", 
                    "version": "0.1.4"
                }
            ], 
            "linux-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "linux-firmware", 
                    "release": "82.git78c0348.el7_9", 
                    "source": "rpm", 
                    "version": "20200421"
                }
            ], 
            "logrotate": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "logrotate", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "3.8.6"
                }
            ], 
            "lshw": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lshw", 
                    "release": "0.1.20180614git028f6b2.beaker.1.el7bkr.1", 
                    "source": "rpm", 
                    "version": "B.02.19"
                }
            ], 
            "lsscsi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lsscsi", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.27"
                }
            ], 
            "lua": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lua", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "5.1.4"
                }
            ], 
            "lz4": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lz4", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.8.3"
                }
            ], 
            "lzo": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lzo", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "2.06"
                }
            ], 
            "mailcap": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "mailcap", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.1.41"
                }
            ], 
            "make": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "make", 
                    "release": "24.el7", 
                    "source": "rpm", 
                    "version": "3.82"
                }
            ], 
            "man-db": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "man-db", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.6.3"
                }
            ], 
            "mariadb-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "mariadb-libs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "5.5.68"
                }
            ], 
            "microcode_ctl": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "microcode_ctl", 
                    "release": "73.20.el7_9", 
                    "source": "rpm", 
                    "version": "2.1"
                }
            ], 
            "mokutil": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mokutil", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "15"
                }
            ], 
            "mozjs17": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mozjs17", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "17.0.0"
                }
            ], 
            "mpfr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mpfr", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.1.1"
                }
            ], 
            "ncurses": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ncurses", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "ncurses-base": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ncurses-base", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "ncurses-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ncurses-libs", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "net-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "net-tools", 
                    "release": "0.25.20131004git.el7", 
                    "source": "rpm", 
                    "version": "2.0"
                }
            ], 
            "nettle": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nettle", 
                    "release": "9.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.1"
                }
            ], 
            "newt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "newt", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.52.15"
                }
            ], 
            "newt-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "newt-python", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.52.15"
                }
            ], 
            "nfs-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "nfs-utils", 
                    "release": "0.68.el7.2", 
                    "source": "rpm", 
                    "version": "1.3.0"
                }
            ], 
            "nspr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nspr", 
                    "release": "1.el7_9", 
                    "source": "rpm", 
                    "version": "4.35.0"
                }
            ], 
            "nss": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-pem": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-pem", 
                    "release": "7.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.0.3"
                }
            ], 
            "nss-softokn": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-softokn", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-softokn-freebl", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-sysinit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-sysinit", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-tools", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-util": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-util", 
                    "release": "1.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "numactl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "numactl-libs", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.0.12"
                }
            ], 
            "openldap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openldap", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "2.4.44"
                }
            ], 
            "openssh": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssh-clients": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh-clients", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssh-server": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh-server", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssl": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "openssl", 
                    "release": "26.el7_9", 
                    "source": "rpm", 
                    "version": "1.0.2k"
                }
            ], 
            "openssl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "openssl-libs", 
                    "release": "26.el7_9", 
                    "source": "rpm", 
                    "version": "1.0.2k"
                }
            ], 
            "os-prober": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "os-prober", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.58"
                }
            ], 
            "p11-kit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "p11-kit", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.5"
                }
            ], 
            "p11-kit-trust": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "p11-kit-trust", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.5"
                }
            ], 
            "pam": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pam", 
                    "release": "23.el7", 
                    "source": "rpm", 
                    "version": "1.1.8"
                }
            ], 
            "parted": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "parted", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "3.1"
                }
            ], 
            "passwd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "passwd", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.79"
                }
            ], 
            "pciutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pciutils-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.5.1"
                }
            ], 
            "pcre": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pcre", 
                    "release": "17.el7", 
                    "source": "rpm", 
                    "version": "8.32"
                }
            ], 
            "perl": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-Business-ISBN": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Business-ISBN", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.06"
                }
            ], 
            "perl-Business-ISBN-Data": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Business-ISBN-Data", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "20120719.001"
                }
            ], 
            "perl-CGI": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-CGI", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.63"
                }
            ], 
            "perl-Carp": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Carp", 
                    "release": "244.el7", 
                    "source": "rpm", 
                    "version": "1.26"
                }
            ], 
            "perl-Compress-Raw-Bzip2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Compress-Raw-Bzip2", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-Compress-Raw-Zlib": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-Compress-Raw-Zlib", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Data-Dumper", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.145"
                }
            ], 
            "perl-Date-Manip": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Date-Manip", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.41"
                }
            ], 
            "perl-Digest": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Digest", 
                    "release": "245.el7", 
                    "source": "rpm", 
                    "version": "1.17"
                }
            ], 
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Digest-MD5", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.52"
                }
            ], 
            "perl-Encode": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Encode", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.51"
                }
            ], 
            "perl-Encode-Locale": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Encode-Locale", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.03"
                }
            ], 
            "perl-Error": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Error", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.17020"
                }
            ], 
            "perl-Exporter": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Exporter", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "5.68"
                }
            ], 
            "perl-FCGI": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-FCGI", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "0.74"
                }
            ], 
            "perl-File-Listing": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Listing", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "6.04"
                }
            ], 
            "perl-File-Path": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Path", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.09"
                }
            ], 
            "perl-File-Temp": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Temp", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.01"
                }
            ], 
            "perl-Filter": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Filter", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.49"
                }
            ], 
            "perl-Font-AFM": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Font-AFM", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.20"
                }
            ], 
            "perl-Getopt-Long": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Getopt-Long", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.40"
                }
            ], 
            "perl-Git": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Git", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.8.3.1"
                }
            ], 
            "perl-HTML-Format": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTML-Format", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.10"
                }
            ], 
            "perl-HTML-Parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-HTML-Parser", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.71"
                }
            ], 
            "perl-HTML-Tagset": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTML-Tagset", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "3.20"
                }
            ], 
            "perl-HTML-Tree": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-HTML-Tree", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "5.03"
                }
            ], 
            "perl-HTTP-Cookies": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Cookies", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Daemon": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Daemon", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Date": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Date", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-HTTP-Message": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Message", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "6.06"
                }
            ], 
            "perl-HTTP-Negotiate": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Negotiate", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Tiny", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.033"
                }
            ], 
            "perl-IO-Compress": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Compress", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-IO-HTML": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-HTML", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.00"
                }
            ], 
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Socket-IP", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.21"
                }
            ], 
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Socket-SSL", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.94"
                }
            ], 
            "perl-IO-Zlib": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-IO-Zlib", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "1.10"
                }
            ], 
            "perl-IO-stringy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-stringy", 
                    "release": "22.el7", 
                    "source": "rpm", 
                    "version": "2.110"
                }
            ], 
            "perl-LWP-MediaTypes": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-LWP-MediaTypes", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-LWP-Protocol-https": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-LWP-Protocol-https", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "6.04"
                }
            ], 
            "perl-Module-Load": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Module-Load", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.24"
                }
            ], 
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Mozilla-CA", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "20130114"
                }
            ], 
            "perl-Net-HTTP": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Net-HTTP", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.06"
                }
            ], 
            "perl-Net-LibIDN": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Net-LibIDN", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "0.12"
                }
            ], 
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Net-SSLeay", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.55"
                }
            ], 
            "perl-PathTools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-PathTools", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "3.40"
                }
            ], 
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Pod-Escapes", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "1.04"
                }
            ], 
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Pod-Perldoc", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.20"
                }
            ], 
            "perl-Pod-Simple": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Pod-Simple", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.28"
                }
            ], 
            "perl-Pod-Usage": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Pod-Usage", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.63"
                }
            ], 
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Scalar-List-Utils", 
                    "release": "248.el7", 
                    "source": "rpm", 
                    "version": "1.27"
                }
            ], 
            "perl-Socket": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Socket", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.010"
                }
            ], 
            "perl-Storable": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Storable", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.45"
                }
            ], 
            "perl-TermReadKey": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-TermReadKey", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "2.30"
                }
            ], 
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Text-ParseWords", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.29"
                }
            ], 
            "perl-Time-HiRes": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-Time-HiRes", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.9725"
                }
            ], 
            "perl-Time-Local": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Time-Local", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.2300"
                }
            ], 
            "perl-TimeDate": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-TimeDate", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.30"
                }
            ], 
            "perl-URI": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-URI", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.60"
                }
            ], 
            "perl-WWW-RobotRules": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-WWW-RobotRules", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-XML-LibXML": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-XML-LibXML", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.0018"
                }
            ], 
            "perl-XML-NamespaceSupport": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-NamespaceSupport", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "1.11"
                }
            ], 
            "perl-XML-Parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-XML-Parser", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.41"
                }
            ], 
            "perl-XML-SAX": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-SAX", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.99"
                }
            ], 
            "perl-XML-SAX-Base": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-SAX-Base", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.08"
                }
            ], 
            "perl-XML-Twig": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-Twig", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "3.44"
                }
            ], 
            "perl-constant": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-constant", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.27"
                }
            ], 
            "perl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-libs", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-libwww-perl": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-libwww-perl", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.05"
                }
            ], 
            "perl-macros": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-macros", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-parent": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-parent", 
                    "release": "244.el7", 
                    "source": "rpm", 
                    "version": "0.225"
                }
            ], 
            "perl-podlators": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-podlators", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.5.1"
                }
            ], 
            "perl-threads": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-threads", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.87"
                }
            ], 
            "perl-threads-shared": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-threads-shared", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.43"
                }
            ], 
            "pinentry": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pinentry", 
                    "release": "17.el7", 
                    "source": "rpm", 
                    "version": "0.8.1"
                }
            ], 
            "pkgconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "pkgconfig", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.27.1"
                }
            ], 
            "plymouth-core-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth-core-libs", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "policycoreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "policycoreutils-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils-python", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "polkit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit", 
                    "release": "26.el7_9.1", 
                    "source": "rpm", 
                    "version": "0.112"
                }
            ], 
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit-pkla-compat", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.1"
                }
            ], 
            "popt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "popt", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "1.13"
                }
            ], 
            "postfix": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "postfix", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "2.10.1"
                }
            ], 
            "procps-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "procps-ng", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "3.3.10"
                }
            ], 
            "pth": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pth", 
                    "release": "23.el7", 
                    "source": "rpm", 
                    "version": "2.0.7"
                }
            ], 
            "pygpgme": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pygpgme", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.3"
                }
            ], 
            "pyliblzma": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pyliblzma", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "0.5.3"
                }
            ], 
            "pyserial": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "pyserial", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "2.6"
                }
            ], 
            "python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python", 
                    "release": "94.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.5"
                }
            ], 
            "python-IPy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-IPy", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.75"
                }
            ], 
            "python-babel": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-babel", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "0.9.6"
                }
            ], 
            "python-backports": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-backports", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.0"
                }
            ], 
            "python-backports-ssl_match_hostname": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-backports-ssl_match_hostname", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "3.5.0.1"
                }
            ], 
            "python-chardet": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-chardet", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.2.1"
                }
            ], 
            "python-configobj": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-configobj", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "4.7.2"
                }
            ], 
            "python-decorator": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-decorator", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.4.0"
                }
            ], 
            "python-firewall": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-firewall", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "python-gobject-base": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-gobject-base", 
                    "release": "1.el7_4.1", 
                    "source": "rpm", 
                    "version": "3.22.0"
                }
            ], 
            "python-iniparse": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-iniparse", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.4"
                }
            ], 
            "python-ipaddress": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-ipaddress", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.0.16"
                }
            ], 
            "python-jinja2": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jinja2", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.7.2"
                }
            ], 
            "python-jsonpatch": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jsonpatch", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.2"
                }
            ], 
            "python-jsonpointer": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jsonpointer", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.9"
                }
            ], 
            "python-kitchen": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-kitchen", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.1.1"
                }
            ], 
            "python-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-libs", 
                    "release": "94.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.5"
                }
            ], 
            "python-linux-procfs": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-linux-procfs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.11"
                }
            ], 
            "python-lxml": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-lxml", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.1"
                }
            ], 
            "python-markupsafe": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-markupsafe", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "0.11"
                }
            ], 
            "python-perf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-perf", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "python-prettytable": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-prettytable", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.7.2"
                }
            ], 
            "python-pycurl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-pycurl", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "7.19.0"
                }
            ], 
            "python-pyudev": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-pyudev", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.15"
                }
            ], 
            "python-requests": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-requests", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.6.0"
                }
            ], 
            "python-schedutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-schedutils", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.4"
                }
            ], 
            "python-setuptools": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-setuptools", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.9.8"
                }
            ], 
            "python-six": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-six", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.9.0"
                }
            ], 
            "python-slip": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-slip", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.0"
                }
            ], 
            "python-slip-dbus": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-slip-dbus", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.0"
                }
            ], 
            "python-urlgrabber": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-urlgrabber", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "3.10"
                }
            ], 
            "python-urllib3": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-urllib3", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.10.2"
                }
            ], 
            "pyxattr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pyxattr", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.5.1"
                }
            ], 
            "qa-tools": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "qa-tools", 
                    "release": "4.el7_9", 
                    "source": "rpm", 
                    "version": "4.1"
                }
            ], 
            "qemu-guest-agent": [
                {
                    "arch": "x86_64", 
                    "epoch": 10, 
                    "name": "qemu-guest-agent", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.12.0"
                }
            ], 
            "qrencode-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "qrencode-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.4.1"
                }
            ], 
            "quota": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "quota", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "4.01"
                }
            ], 
            "quota-nls": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "quota-nls", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "4.01"
                }
            ], 
            "readline": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "readline", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "6.2"
                }
            ], 
            "restraint": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "restraint", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "0.4.4"
                }
            ], 
            "restraint-rhts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "restraint-rhts", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "0.4.4"
                }
            ], 
            "rng-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rng-tools", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.3.1"
                }
            ], 
            "rootfiles": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rootfiles", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "8.1"
                }
            ], 
            "rpcbind": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpcbind", 
                    "release": "49.el7", 
                    "source": "rpm", 
                    "version": "0.2.0"
                }
            ], 
            "rpm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-build-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-build-libs", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-libs", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-python", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rsync": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rsync", 
                    "release": "12.el7_9", 
                    "source": "rpm", 
                    "version": "3.1.2"
                }
            ], 
            "rsyslog": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rsyslog", 
                    "release": "57.el7_9.3", 
                    "source": "rpm", 
                    "version": "8.24.0"
                }
            ], 
            "rsyslog-gnutls": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rsyslog-gnutls", 
                    "release": "57.el7_9.3", 
                    "source": "rpm", 
                    "version": "8.24.0"
                }
            ], 
            "ruby": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ruby", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "ruby-irb": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ruby-irb", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "ruby-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ruby-libs", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "rubygem-bigdecimal": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-bigdecimal", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "1.2.0"
                }
            ], 
            "rubygem-io-console": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-io-console", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "0.4.2"
                }
            ], 
            "rubygem-json": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-json", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "1.7.7"
                }
            ], 
            "rubygem-psych": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-psych", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0"
                }
            ], 
            "rubygem-rdoc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rubygem-rdoc", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "4.0.0"
                }
            ], 
            "rubygems": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rubygems", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.14.1"
                }
            ], 
            "sed": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sed", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "4.2.2"
                }
            ], 
            "selinux-policy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "selinux-policy", 
                    "release": "268.el7_9.2", 
                    "source": "rpm", 
                    "version": "3.13.1"
                }
            ], 
            "selinux-policy-targeted": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "selinux-policy-targeted", 
                    "release": "268.el7_9.2", 
                    "source": "rpm", 
                    "version": "3.13.1"
                }
            ], 
            "setools-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "setools-libs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.3.8"
                }
            ], 
            "setup": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "setup", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.8.71"
                }
            ], 
            "sg3_utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "sg3_utils", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.37"
                }
            ], 
            "sg3_utils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "sg3_utils-libs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.37"
                }
            ], 
            "shadow-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "shadow-utils", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "4.6"
                }
            ], 
            "shared-mime-info": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "shared-mime-info", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.8"
                }
            ], 
            "slang": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "slang", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.2.4"
                }
            ], 
            "snappy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "snappy", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.1.0"
                }
            ], 
            "sqlite": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sqlite", 
                    "release": "8.el7_7.1", 
                    "source": "rpm", 
                    "version": "3.7.17"
                }
            ], 
            "strace": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "strace", 
                    "release": "7.el7_9", 
                    "source": "rpm", 
                    "version": "4.24"
                }
            ], 
            "sudo": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sudo", 
                    "release": "10.el7_9.3", 
                    "source": "rpm", 
                    "version": "1.8.23"
                }
            ], 
            "systemd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemd-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd-libs", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemd-sysv": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd-sysv", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemtap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-client": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-client", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-devel", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-runtime": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-runtime", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "sysvinit-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sysvinit-tools", 
                    "release": "14.dsf.el7", 
                    "source": "rpm", 
                    "version": "2.88"
                }
            ], 
            "tar": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "tar", 
                    "release": "35.el7", 
                    "source": "rpm", 
                    "version": "1.26"
                }
            ], 
            "tcp_wrappers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "tcp_wrappers", 
                    "release": "77.el7", 
                    "source": "rpm", 
                    "version": "7.6"
                }
            ], 
            "tcp_wrappers-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "tcp_wrappers-libs", 
                    "release": "77.el7", 
                    "source": "rpm", 
                    "version": "7.6"
                }
            ], 
            "teamd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "teamd", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.29"
                }
            ], 
            "time": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "time", 
                    "release": "45.el7", 
                    "source": "rpm", 
                    "version": "1.7"
                }
            ], 
            "tps-devel": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tps-devel", 
                    "release": "1", 
                    "source": "rpm", 
                    "version": "2.44.50"
                }
            ], 
            "trousers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "trousers", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.3.14"
                }
            ], 
            "tuned": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tuned", 
                    "release": "12.el7_9", 
                    "source": "rpm", 
                    "version": "2.11.0"
                }
            ], 
            "tzdata": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tzdata", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2024a"
                }
            ], 
            "unzip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "unzip", 
                    "release": "24.el7_9", 
                    "source": "rpm", 
                    "version": "6.0"
                }
            ], 
            "ustr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ustr", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "1.0.4"
                }
            ], 
            "util-linux": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "util-linux", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "vim-common": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-common", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-enhanced": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-enhanced", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-filesystem": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-filesystem", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-minimal": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-minimal", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "virt-what": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "virt-what", 
                    "release": "4.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.18"
                }
            ], 
            "wget": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "wget", 
                    "release": "18.el7_6.1", 
                    "source": "rpm", 
                    "version": "1.14"
                }
            ], 
            "which": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "which", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.20"
                }
            ], 
            "wpa_supplicant": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "wpa_supplicant", 
                    "release": "12.el7_9.2", 
                    "source": "rpm", 
                    "version": "2.6"
                }
            ], 
            "xfsprogs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xfsprogs", 
                    "release": "22.el7", 
                    "source": "rpm", 
                    "version": "4.5.0"
                }
            ], 
            "xz": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xz", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "5.2.2"
                }
            ], 
            "xz-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xz-libs", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "5.2.2"
                }
            ], 
            "yum": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum", 
                    "release": "168.el7.centos", 
                    "source": "rpm", 
                    "version": "3.4.3"
                }
            ], 
            "yum-metadata-parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "yum-metadata-parser", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "1.1.4"
                }
            ], 
            "yum-plugin-fastestmirror": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum-plugin-fastestmirror", 
                    "release": "54.el7_8", 
                    "source": "rpm", 
                    "version": "1.1.31"
                }
            ], 
            "yum-utils": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum-utils", 
                    "release": "54.el7_8", 
                    "source": "rpm", 
                    "version": "1.1.31"
                }
            ], 
            "zip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "zip", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.0"
                }
            ], 
            "zlib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "zlib", 
                    "release": "21.el7_9", 
                    "source": "rpm", 
                    "version": "1.2.7"
                }
            ]
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 11 January 2025  03:26:07 -0500 (0:00:01.845)       0:03:10.270 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_version": "8.24.0"
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 11 January 2025  03:26:07 -0500 (0:00:00.145)       0:03:10.416 ****** 
ok: [managed-node1] => {}

MSG:

Rsyslog_version is 8.24.0, which is older than "8.37.0-7.2".

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 11 January 2025  03:26:07 -0500 (0:00:00.110)       0:03:10.526 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 11 January 2025  03:26:07 -0500 (0:00:00.119)       0:03:10.646 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create the config directory if it does not exist] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 11 January 2025  03:26:07 -0500 (0:00:00.106)       0:03:10.752 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/etc/rsyslog.d", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 11 January 2025  03:26:07 -0500 (0:00:00.445)       0:03:11.197 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/var/lib/rsyslog", 
    "secontext": "system_u:object_r:syslogd_var_lib_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 11 January 2025  03:26:08 -0500 (0:00:00.464)       0:03:11.661 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/var/log", 
    "secontext": "system_u:object_r:var_log_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 11 January 2025  03:26:08 -0500 (0:00:00.501)       0:03:12.163 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options", 
                "filename": "00-global.conf", 
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/test-ca.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/test-cert.pem\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/test-key.pem\"\n  maxMessageSize=\"8192\"\n)\n"
            }, 
            {
                "name": "local-modules", 
                "sections": [
                    {
                        "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                    }
                ], 
                "state": "absent", 
                "type": "modules"
            }, 
            {
                "name": "common-defaults", 
                "sections": [
                    {
                        "comment": "Log every message", 
                        "options": "$RepeatedMsgReduction off"
                    }
                ], 
                "type": "global"
            }, 
            {
                "name": "templates", 
                "sections": [
                    {
                        "comment": "User provided output templates", 
                        "options": "\n"
                    }
                ], 
                "type": "templates"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125
Saturday 11 January 2025  03:26:09 -0500 (0:00:00.721)       0:03:12.885 ****** 
changed: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  defaultNetstreamDriverCAFile="/etc/pki/tls/certs/test-ca.crt"\n  defaultNetstreamDriverCertFile="/etc/pki/tls/certs/test-cert.pem"\n  defaultNetstreamDriverKeyFile="/etc/pki/tls/private/test-key.pem"\n  maxMessageSize="8192"\n)\n', u'filename': u'00-global.conf'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "a3dd5303bade6335b03ed3da98d68d177a5caa08", 
    "dest": "/etc/rsyslog.d/00-global.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/test-ca.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/test-cert.pem\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/test-key.pem\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "md5sum": "6b44e3a358e2e0d072ef65c52efc5a32", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 337, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583969.74-19613-20462078685707/source", 
    "state": "file", 
    "uid": 0
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
changed: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
    "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 96, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583970.9-19613-105520121965051/source", 
    "state": "file", 
    "uid": 0
}
changed: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
    "dest": "/etc/rsyslog.d/20-templates.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 85, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583971.78-19613-172054207573365/source", 
    "state": "file", 
    "uid": 0
}
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:149
Saturday 11 January 2025  03:26:12 -0500 (0:00:03.039)       0:03:15.924 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "a3dd5303bade6335b03ed3da98d68d177a5caa08", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/test-ca.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/test-cert.pem\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/test-key.pem\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "a3dd5303bade6335b03ed3da98d68d177a5caa08", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583969.74-19613-20462078685707/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6b44e3a358e2e0d072ef65c52efc5a32", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 337, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583969.74-19613-20462078685707/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583970.9-19613-105520121965051/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583970.9-19613-105520121965051/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583971.78-19613-172054207573365/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583971.78-19613-172054207573365/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:153
Saturday 11 January 2025  03:26:12 -0500 (0:00:00.143)       0:03:16.067 ****** 
skipping: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  defaultNetstreamDriverCAFile="/etc/pki/tls/certs/test-ca.crt"\n  defaultNetstreamDriverCertFile="/etc/pki/tls/certs/test-cert.pem"\n  defaultNetstreamDriverKeyFile="/etc/pki/tls/private/test-key.pem"\n  maxMessageSize="8192"\n)\n', u'filename': u'00-global.conf'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/test-ca.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/test-cert.pem\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/test-key.pem\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:171
Saturday 11 January 2025  03:26:13 -0500 (0:00:00.183)       0:03:16.250 ****** 
ok: [managed-node1] => (item={u'type': u'basics', u'name': u'basic_input'}) => {
    "ansible_facts": {
        "__rsyslog_basics_packages": []
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml"
    ], 
    "ansible_loop_var": "input_item", 
    "changed": false, 
    "input_item": {
        "name": "basic_input", 
        "type": "basics"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182
Saturday 11 January 2025  03:26:13 -0500 (0:00:00.130)       0:03:16.381 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3
Saturday 11 January 2025  03:26:13 -0500 (0:00:00.232)       0:03:16.614 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:26:13 -0500 (0:00:00.309)       0:03:16.923 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:26:13 -0500 (0:00:00.111)       0:03:17.035 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:26:13 -0500 (0:00:00.091)       0:03:17.127 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "a3dd5303bade6335b03ed3da98d68d177a5caa08", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/test-ca.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/test-cert.pem\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/test-key.pem\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "a3dd5303bade6335b03ed3da98d68d177a5caa08", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583969.74-19613-20462078685707/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6b44e3a358e2e0d072ef65c52efc5a32", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 337, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583969.74-19613-20462078685707/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583970.9-19613-105520121965051/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583970.9-19613-105520121965051/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583971.78-19613-172054207573365/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583971.78-19613-172054207573365/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:26:13 -0500 (0:00:00.106)       0:03:17.234 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-basic_input] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10
Saturday 11 January 2025  03:26:14 -0500 (0:00:00.096)       0:03:17.331 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:26:14 -0500 (0:00:00.192)       0:03:17.524 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:26:14 -0500 (0:00:00.156)       0:03:17.680 ****** 
changed: [managed-node1] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_severity_and_facility\n}\n'}], u'name': u'input-basics-basic_input'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
    "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "input-basics-basic_input", 
        "sections": [
            {
                "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input"
    }, 
    "md5sum": "7dedd1662edfba1cb67f51bb9048536c", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 581, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583975.1-19817-97320561534025/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:26:15 -0500 (0:00:01.460)       0:03:19.141 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "a3dd5303bade6335b03ed3da98d68d177a5caa08", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/test-ca.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/test-cert.pem\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/test-key.pem\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "a3dd5303bade6335b03ed3da98d68d177a5caa08", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583969.74-19613-20462078685707/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6b44e3a358e2e0d072ef65c52efc5a32", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 337, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583969.74-19613-20462078685707/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583970.9-19613-105520121965051/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583970.9-19613-105520121965051/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583971.78-19613-172054207573365/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583971.78-19613-172054207573365/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583975.1-19817-97320561534025/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "7dedd1662edfba1cb67f51bb9048536c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 581, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583975.1-19817-97320561534025/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:26:16 -0500 (0:00:00.144)       0:03:19.285 ****** 
skipping: [managed-node1] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_severity_and_facility\n}\n'}], u'name': u'input-basics-basic_input'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "input-basics-basic_input", 
        "sections": [
            {
                "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:197
Saturday 11 January 2025  03:26:16 -0500 (0:00:00.555)       0:03:19.841 ****** 
ok: [managed-node1] => (item={u'tls': True, u'target': u'host.domain', u'facility': u'local1', u'tcp_port': 1514, u'name': u'forwards_severity_and_facility', u'permitted_server': u'*.example.com', u'type': u'forwards', u'severity': u'info'}) => {
    "ansible_facts": {
        "__rsyslog_conf_forwards_output_modules": [
            {
                "name": "output-forwards-modules", 
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format", 
                        "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_forwards_template_format | length > 0 and logging_forwards_template_format != \"modern\" %}\nmodule(load=\"builtin:omfwd\" Template=\"{{ logging_forwards_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_forwards_output_packages": [], 
        "__rsyslog_forwards_output_rules": [
            "{{ __rsyslog_conf_forwards_output_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "facility": "local1", 
        "name": "forwards_severity_and_facility", 
        "permitted_server": "*.example.com", 
        "severity": "info", 
        "target": "host.domain", 
        "tcp_port": 1514, 
        "tls": true, 
        "type": "forwards"
    }
}
ok: [managed-node1] => (item={u'type': u'files', u'name': u'default_files'}) => {
    "ansible_facts": {
        "__rsyslog_conf_files_output_modules": [
            {
                "name": "output-files-modules", 
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format", 
                        "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_files_template_format not in [\"\", \"modern\"] %}\nmodule(load=\"builtin:omfile\" Template=\"{{ logging_files_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfile\")\n{% endif %}"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_files_output_packages": [], 
        "__rsyslog_files_output_rules": [
            "{{ __rsyslog_conf_files_output_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "name": "default_files", 
        "type": "files"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:209
Saturday 11 January 2025  03:26:16 -0500 (0:00:00.199)       0:03:20.040 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node1
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3
Saturday 11 January 2025  03:26:17 -0500 (0:00:00.213)       0:03:20.253 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:26:17 -0500 (0:00:00.148)       0:03:20.402 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:26:17 -0500 (0:00:00.065)       0:03:20.467 ****** 
changed: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
    "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 194, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583977.31-19939-203970341992252/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:26:18 -0500 (0:00:00.982)       0:03:21.449 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "a3dd5303bade6335b03ed3da98d68d177a5caa08", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/test-ca.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/test-cert.pem\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/test-key.pem\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "a3dd5303bade6335b03ed3da98d68d177a5caa08", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583969.74-19613-20462078685707/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6b44e3a358e2e0d072ef65c52efc5a32", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 337, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583969.74-19613-20462078685707/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583970.9-19613-105520121965051/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583970.9-19613-105520121965051/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583971.78-19613-172054207573365/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583971.78-19613-172054207573365/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583975.1-19817-97320561534025/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "7dedd1662edfba1cb67f51bb9048536c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 581, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583975.1-19817-97320561534025/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583977.31-19939-203970341992252/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583977.31-19939-203970341992252/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:26:18 -0500 (0:00:00.247)       0:03:21.697 ****** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_severity_and_facility] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10
Saturday 11 January 2025  03:26:18 -0500 (0:00:00.115)       0:03:21.812 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:26:18 -0500 (0:00:00.204)       0:03:22.017 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:26:18 -0500 (0:00:00.113)       0:03:22.131 ****** 
changed: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_severity_and_facility") {\n    local1.info action(name="forwards_severity_and_facility"\n        type="omfwd"\n        Target="host.domain"\n        StreamDriver="gtls"\n        StreamDriverMode="1"\n        StreamDriverAuthMode="x509/name"\n        StreamDriverPermittedPeers="*.example.com"\n        Port="1514"\n        Protocol="tcp"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}], u'name': u'output-forwards-forwards_severity_and_facility'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "1fcd4f3ab3a5f4bf20121e4da00c74492853263f", 
    "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-forwards_severity_and_facility", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        StreamDriver=\"gtls\"\n        StreamDriverMode=\"1\"\n        StreamDriverAuthMode=\"x509/name\"\n        StreamDriverPermittedPeers=\"*.example.com\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "md5sum": "82c9a9847d886b0c103636345dadff84", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 448, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583979.26-20021-142323907988520/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:26:20 -0500 (0:00:01.172)       0:03:23.303 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "a3dd5303bade6335b03ed3da98d68d177a5caa08", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/test-ca.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/test-cert.pem\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/test-key.pem\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "a3dd5303bade6335b03ed3da98d68d177a5caa08", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583969.74-19613-20462078685707/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6b44e3a358e2e0d072ef65c52efc5a32", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 337, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583969.74-19613-20462078685707/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583970.9-19613-105520121965051/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583970.9-19613-105520121965051/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583971.78-19613-172054207573365/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583971.78-19613-172054207573365/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583975.1-19817-97320561534025/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "7dedd1662edfba1cb67f51bb9048536c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 581, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583975.1-19817-97320561534025/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583977.31-19939-203970341992252/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583977.31-19939-203970341992252/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "1fcd4f3ab3a5f4bf20121e4da00c74492853263f", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        StreamDriver=\"gtls\"\n        StreamDriverMode=\"1\"\n        StreamDriverAuthMode=\"x509/name\"\n        StreamDriverPermittedPeers=\"*.example.com\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "1fcd4f3ab3a5f4bf20121e4da00c74492853263f", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583979.26-20021-142323907988520/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "82c9a9847d886b0c103636345dadff84", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 448, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583979.26-20021-142323907988520/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:26:20 -0500 (0:00:00.135)       0:03:23.439 ****** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_severity_and_facility") {\n    local1.info action(name="forwards_severity_and_facility"\n        type="omfwd"\n        Target="host.domain"\n        StreamDriver="gtls"\n        StreamDriverMode="1"\n        StreamDriverAuthMode="x509/name"\n        StreamDriverPermittedPeers="*.example.com"\n        Port="1514"\n        Protocol="tcp"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}], u'name': u'output-forwards-forwards_severity_and_facility'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-forwards_severity_and_facility", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        StreamDriver=\"gtls\"\n        StreamDriverMode=\"1\"\n        StreamDriverAuthMode=\"x509/name\"\n        StreamDriverPermittedPeers=\"*.example.com\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Saturday 11 January 2025  03:26:20 -0500 (0:00:00.345)       0:03:23.785 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:26:20 -0500 (0:00:00.150)       0:03:23.935 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:26:20 -0500 (0:00:00.088)       0:03:24.023 ****** 
changed: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfile")\n'}], u'type': u'modules', u'name': u'output-files-modules'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
    "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-files-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "md5sum": "00018829068d32b3c654252fff4f6884", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 151, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583980.87-20128-35195152576853/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:26:21 -0500 (0:00:01.105)       0:03:25.129 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "a3dd5303bade6335b03ed3da98d68d177a5caa08", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/test-ca.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/test-cert.pem\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/test-key.pem\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "a3dd5303bade6335b03ed3da98d68d177a5caa08", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583969.74-19613-20462078685707/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6b44e3a358e2e0d072ef65c52efc5a32", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 337, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583969.74-19613-20462078685707/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583970.9-19613-105520121965051/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583970.9-19613-105520121965051/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583971.78-19613-172054207573365/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583971.78-19613-172054207573365/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583975.1-19817-97320561534025/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "7dedd1662edfba1cb67f51bb9048536c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 581, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583975.1-19817-97320561534025/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583977.31-19939-203970341992252/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583977.31-19939-203970341992252/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "1fcd4f3ab3a5f4bf20121e4da00c74492853263f", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        StreamDriver=\"gtls\"\n        StreamDriverMode=\"1\"\n        StreamDriverAuthMode=\"x509/name\"\n        StreamDriverPermittedPeers=\"*.example.com\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "1fcd4f3ab3a5f4bf20121e4da00c74492853263f", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583979.26-20021-142323907988520/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "82c9a9847d886b0c103636345dadff84", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 448, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583979.26-20021-142323907988520/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583980.87-20128-35195152576853/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "00018829068d32b3c654252fff4f6884", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583980.87-20128-35195152576853/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:26:22 -0500 (0:00:00.155)       0:03:25.284 ****** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfile")\n'}], u'type': u'modules', u'name': u'output-files-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-files-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Saturday 11 January 2025  03:26:22 -0500 (0:00:00.126)       0:03:25.411 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:26:22 -0500 (0:00:00.308)       0:03:25.720 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:26:22 -0500 (0:00:00.120)       0:03:25.841 ****** 
changed: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}], u'name': u'output-files-default_files'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
    "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-files-default_files", 
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "md5sum": "59b5e3a49aa4019cfcb5072a139717e9", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 1148, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583983.09-20217-127433050598805/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:26:23 -0500 (0:00:01.349)       0:03:27.191 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "a3dd5303bade6335b03ed3da98d68d177a5caa08", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/test-ca.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/test-cert.pem\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/test-key.pem\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "a3dd5303bade6335b03ed3da98d68d177a5caa08", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583969.74-19613-20462078685707/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6b44e3a358e2e0d072ef65c52efc5a32", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 337, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583969.74-19613-20462078685707/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583970.9-19613-105520121965051/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583970.9-19613-105520121965051/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583971.78-19613-172054207573365/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583971.78-19613-172054207573365/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583975.1-19817-97320561534025/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "7dedd1662edfba1cb67f51bb9048536c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 581, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583975.1-19817-97320561534025/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583977.31-19939-203970341992252/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583977.31-19939-203970341992252/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "1fcd4f3ab3a5f4bf20121e4da00c74492853263f", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        StreamDriver=\"gtls\"\n        StreamDriverMode=\"1\"\n        StreamDriverAuthMode=\"x509/name\"\n        StreamDriverPermittedPeers=\"*.example.com\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "1fcd4f3ab3a5f4bf20121e4da00c74492853263f", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583979.26-20021-142323907988520/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "82c9a9847d886b0c103636345dadff84", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 448, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583979.26-20021-142323907988520/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583980.87-20128-35195152576853/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "00018829068d32b3c654252fff4f6884", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583980.87-20128-35195152576853/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
                        "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-default_files", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736583983.09-20217-127433050598805/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "59b5e3a49aa4019cfcb5072a139717e9", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1148, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736583983.09-20217-127433050598805/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:26:24 -0500 (0:00:00.425)       0:03:27.616 ****** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}], u'name': u'output-files-default_files'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-files-default_files", 
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:222
Saturday 11 January 2025  03:26:24 -0500 (0:00:00.594)       0:03:28.211 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n  rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n  if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n    echo \"/etc/rsyslog.d/$conf\"\n  fi\ndone\n", 
    "delta": "0:00:00.227361", 
    "end": "2025-01-11 03:26:25.731059", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-01-11 03:26:25.503698"
}

STDOUT:

/etc/rsyslog.d/00-global.conf
/etc/rsyslog.d/05-common-defaults.conf
/etc/rsyslog.d/10-output-files-modules.conf
/etc/rsyslog.d/10-output-forwards-modules.conf
/etc/rsyslog.d/20-templates.conf
/etc/rsyslog.d/30-output-files-default_files.conf
/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf
/etc/rsyslog.d/90-input-basics-basic_input.conf

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239
Saturday 11 January 2025  03:26:25 -0500 (0:00:00.896)       0:03:29.107 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:259
Saturday 11 January 2025  03:26:25 -0500 (0:00:00.132)       0:03:29.239 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:280
Saturday 11 January 2025  03:26:26 -0500 (0:00:00.163)       0:03:29.403 ****** 
skipping: [managed-node1] => (item=[{u'tls': True, u'target': u'host.domain', u'facility': u'local1', u'tcp_port': 1514, u'name': u'forwards_severity_and_facility', u'permitted_server': u'*.example.com', u'type': u'forwards', u'severity': u'info'}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        {
            "facility": "local1", 
            "name": "forwards_severity_and_facility", 
            "permitted_server": "*.example.com", 
            "severity": "info", 
            "target": "host.domain", 
            "tcp_port": 1514, 
            "tls": true, 
            "type": "forwards"
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local ca_cert file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:288
Saturday 11 January 2025  03:26:26 -0500 (0:00:00.197)       0:03:29.601 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "checksum": "2b8c8257e4d1a5bee96fb83525145cd85a675424", 
    "dest": "/etc/pki/tls/certs/test-ca.crt", 
    "gid": 0, 
    "group": "root", 
    "md5sum": "c124bac877f2bf64eeba48a06146095c", 
    "mode": "0600", 
    "owner": "root", 
    "secontext": "system_u:object_r:cert_t:s0", 
    "size": 52, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583986.44-20389-250289558664100/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local cert file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:300
Saturday 11 January 2025  03:26:27 -0500 (0:00:00.914)       0:03:30.515 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "checksum": "a2d47e5c533818fe356b17b901ca91e7d447c872", 
    "dest": "/etc/pki/tls/certs/test-cert.pem", 
    "gid": 0, 
    "group": "root", 
    "md5sum": "55530b8aa030b51e86dc1d66229357e8", 
    "mode": "0600", 
    "owner": "root", 
    "secontext": "system_u:object_r:cert_t:s0", 
    "size": 54, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583987.44-20443-242742311278905/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local key file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:312
Saturday 11 January 2025  03:26:28 -0500 (0:00:01.410)       0:03:31.926 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "checksum": "7f30fd53b25abd5f3d9c0eb2eac9c5aa0abde975", 
    "dest": "/etc/pki/tls/private/test-key.pem", 
    "gid": 0, 
    "group": "root", 
    "md5sum": "29c539492e89068be1b36462c7284ea1", 
    "mode": "0400", 
    "owner": "root", 
    "secontext": "system_u:object_r:cert_t:s0", 
    "size": 53, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583988.83-20500-247016778554972/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:324
Saturday 11 January 2025  03:26:29 -0500 (0:00:00.892)       0:03:32.818 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "rsyslog", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-01-11 03:25:51 EST", 
        "ActiveEnterTimestampMonotonic": "486537135", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "network-online.target basic.target network.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-01-11 03:25:51 EST", 
        "AssertTimestampMonotonic": "486530652", 
        "Before": "multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2025-01-11 03:25:51 EST", 
        "ConditionTimestampMonotonic": "486530651", 
        "Conflicts": "shutdown.target", 
        "ControlGroup": "/system.slice/rsyslog.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "System Logging Service", 
        "DevicePolicy": "auto", 
        "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", 
        "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "17256", 
        "ExecMainStartTimestamp": "Sat 2025-01-11 03:25:51 EST", 
        "ExecMainStartTimestampMonotonic": "486531251", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Sat 2025-01-11 03:25:51 EST] ; stop_time=[n/a] ; pid=17256 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "rsyslog.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2025-01-11 03:25:51 EST", 
        "InactiveExitTimestampMonotonic": "486531290", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "17256", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "rsyslog.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "main", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "on-failure", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "notify", 
        "UMask": "0066", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-online.target network.target", 
        "WatchdogTimestamp": "Sat 2025-01-11 03:25:51 EST", 
        "WatchdogTimestampMonotonic": "486537105", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332
Saturday 11 January 2025  03:26:30 -0500 (0:00:00.567)       0:03:33.385 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:341
Saturday 11 January 2025  03:26:30 -0500 (0:00:00.114)       0:03:33.500 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:353
Saturday 11 January 2025  03:26:30 -0500 (0:00:00.110)       0:03:33.611 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get mode of rsyslog.conf if it exists] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:360
Saturday 11 January 2025  03:26:30 -0500 (0:00:00.115)       0:03:33.726 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1736583951.4639769, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "c9638f934d9bd63f915871a44f22aa1968342884", 
        "ctime": 1736583935.8889081, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 136787, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1642101032.0, 
        "nlink": 1, 
        "path": "/etc/rsyslog.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 3232, 
        "uid": 0, 
        "version": "18446744073643448084", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate main rsyslog configuration] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:366
Saturday 11 January 2025  03:26:30 -0500 (0:00:00.427)       0:03:34.154 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", 
    "dest": "/etc/rsyslog.conf", 
    "gid": 0, 
    "group": "root", 
    "md5sum": "06be1b21217661badf921ea6dcceb702", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 131, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736583990.97-20619-109777932727551/source", 
    "state": "file", 
    "uid": 0
}

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 11 January 2025  03:26:31 -0500 (0:00:00.656)       0:03:34.810 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "name": "rsyslog", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-01-11 03:25:51 EST", 
        "ActiveEnterTimestampMonotonic": "486537135", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "network-online.target basic.target network.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-01-11 03:25:51 EST", 
        "AssertTimestampMonotonic": "486530652", 
        "Before": "multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2025-01-11 03:25:51 EST", 
        "ConditionTimestampMonotonic": "486530651", 
        "Conflicts": "shutdown.target", 
        "ControlGroup": "/system.slice/rsyslog.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "System Logging Service", 
        "DevicePolicy": "auto", 
        "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", 
        "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "17256", 
        "ExecMainStartTimestamp": "Sat 2025-01-11 03:25:51 EST", 
        "ExecMainStartTimestampMonotonic": "486531251", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Sat 2025-01-11 03:25:51 EST] ; stop_time=[n/a] ; pid=17256 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "rsyslog.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2025-01-11 03:25:51 EST", 
        "InactiveExitTimestampMonotonic": "486531290", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "17256", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "rsyslog.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "main", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "on-failure", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "notify", 
        "UMask": "0066", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-online.target network.target", 
        "WatchdogTimestamp": "Sat 2025-01-11 03:25:51 EST", 
        "WatchdogTimestampMonotonic": "486537105", 
        "WatchdogUSec": "0"
    }
}
META: ran handlers

TASK [Ensure config file size and counts] **************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:456
Saturday 11 January 2025  03:26:32 -0500 (0:00:00.791)       0:03:35.602 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml for managed-node1

TASK [Get info of /etc/rsyslog.conf] *******************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2
Saturday 11 January 2025  03:26:32 -0500 (0:00:00.287)       0:03:35.889 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1736583992.1271489, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", 
        "ctime": 1736583991.505146, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262659, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1736583991.272145, 
        "nlink": 1, 
        "path": "/etc/rsyslog.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 131, 
        "uid": 0, 
        "version": "18446744073643448448", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Get file counts in /etc/rsyslog.d] ***************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7
Saturday 11 January 2025  03:26:33 -0500 (0:00:00.429)       0:03:36.319 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "examined": 8, 
    "files": [
        {
            "atime": 1736583992.1271489, 
            "ctime": 1736583983.7431133, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262655, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583983.457112, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 1148, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583992.1271489, 
            "ctime": 1736583977.977089, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262652, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583977.6840878, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 194, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583992.1271489, 
            "ctime": 1736583975.7580795, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262651, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583975.4920785, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 581, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583992.1271489, 
            "ctime": 1736583970.645058, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262450, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583970.1310558, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/00-global.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 337, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583992.1271489, 
            "ctime": 1736583979.9280972, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262653, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583979.639096, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 448, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583992.1271489, 
            "ctime": 1736583971.6690624, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262451, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583971.4480615, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/05-common-defaults.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 96, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583992.1271489, 
            "ctime": 1736583981.7311049, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262654, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583981.3351033, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 151, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1736583992.1271489, 
            "ctime": 1736583972.4620657, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262650, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1736583972.1670644, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/20-templates.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 85, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }
    ], 
    "matched": 8
}

TASK [Check rsyslog.conf size (less)] ******************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13
Saturday 11 January 2025  03:26:33 -0500 (0:00:00.450)       0:03:36.770 ****** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check rsyslog.conf size (more)] ******************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18
Saturday 11 January 2025  03:26:33 -0500 (0:00:00.094)       0:03:36.865 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Check file counts in rsyslog.d] ******************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23
Saturday 11 January 2025  03:26:33 -0500 (0:00:00.072)       0:03:36.938 ****** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check conf files exist] **************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27
Saturday 11 January 2025  03:26:33 -0500 (0:00:00.078)       0:03:37.016 ****** 
ok: [managed-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
    "stat": {
        "atime": 1736583992.1271489, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "1fcd4f3ab3a5f4bf20121e4da00c74492853263f", 
        "ctime": 1736583979.9280972, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262653, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1736583979.639096, 
        "nlink": 1, 
        "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 448, 
        "uid": 0, 
        "version": "18446744073643448372", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}
ok: [managed-node1] => (item=/etc/rsyslog.d/30-output-files-default_files.conf) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/rsyslog.d/30-output-files-default_files.conf", 
    "stat": {
        "atime": 1736583992.1271489, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
        "ctime": 1736583983.7431133, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262655, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1736583983.457112, 
        "nlink": 1, 
        "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 1148, 
        "uid": 0, 
        "version": "18446744073643448392", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Check rsyslog errors] ****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35
Saturday 11 January 2025  03:26:34 -0500 (0:00:00.692)       0:03:37.709 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Check severity_and_facility] *********************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:466
Saturday 11 January 2025  03:26:34 -0500 (0:00:00.078)       0:03:37.787 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml for managed-node1

TASK [Get file to compare] *****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml:7
Saturday 11 January 2025  03:26:34 -0500 (0:00:00.190)       0:03:37.977 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6bG9nZ2luZwoKcnVsZXNldChuYW1lPSJmb3J3YXJkc19zZXZlcml0eV9hbmRfZmFjaWxpdHkiKSB7CiAgICBsb2NhbDEuaW5mbyBhY3Rpb24obmFtZT0iZm9yd2FyZHNfc2V2ZXJpdHlfYW5kX2ZhY2lsaXR5IgogICAgICAgIHR5cGU9Im9tZndkIgogICAgICAgIFRhcmdldD0iaG9zdC5kb21haW4iCiAgICAgICAgU3RyZWFtRHJpdmVyPSJndGxzIgogICAgICAgIFN0cmVhbURyaXZlck1vZGU9IjEiCiAgICAgICAgU3RyZWFtRHJpdmVyQXV0aE1vZGU9Ing1MDkvbmFtZSIKICAgICAgICBTdHJlYW1Ecml2ZXJQZXJtaXR0ZWRQZWVycz0iKi5leGFtcGxlLmNvbSIKICAgICAgICBQb3J0PSIxNTE0IgogICAgICAgIFByb3RvY29sPSJ0Y3AiCiAgICAgICAgVGVtcGxhdGU9IlJTWVNMT0dfRm9yd2FyZEZvcm1hdCIKICAgICkKfQoKCg==", 
    "encoding": "base64", 
    "source": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf"
}

TASK [Compare expected to actual] **********************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/compare_file_to_content.yml:12
Saturday 11 January 2025  03:26:35 -0500 (0:00:00.325)       0:03:38.303 ****** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check the fake key/certs are successfully copied] ************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:489
Saturday 11 January 2025  03:26:35 -0500 (0:00:00.071)       0:03:38.374 ****** 
ok: [managed-node1] => (item=/etc/pki/tls/certs/test-ca.crt) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/pki/tls/certs/test-ca.crt", 
    "stat": {
        "atime": 1736583987.0181272, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "2b8c8257e4d1a5bee96fb83525145cd85a675424", 
        "ctime": 1736583987.0211272, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262656, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0600", 
        "mtime": 1736583986.740126, 
        "nlink": 1, 
        "path": "/etc/pki/tls/certs/test-ca.crt", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": false, 
        "roth": false, 
        "rusr": true, 
        "size": 52, 
        "uid": 0, 
        "version": "18446744073643448407", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}
ok: [managed-node1] => (item=/etc/pki/tls/certs/test-cert.pem) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/pki/tls/certs/test-cert.pem", 
    "stat": {
        "atime": 1736583988.4261332, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "a2d47e5c533818fe356b17b901ca91e7d447c872", 
        "ctime": 1736583988.4291332, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262657, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0600", 
        "mtime": 1736583987.9911313, 
        "nlink": 1, 
        "path": "/etc/pki/tls/certs/test-cert.pem", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": false, 
        "roth": false, 
        "rusr": true, 
        "size": 54, 
        "uid": 0, 
        "version": "18446744073643448418", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}
ok: [managed-node1] => (item=/etc/pki/tls/private/test-key.pem) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/pki/tls/private/test-key.pem", 
    "stat": {
        "atime": 1736583989.4281373, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "7f30fd53b25abd5f3d9c0eb2eac9c5aa0abde975", 
        "ctime": 1736583989.4321373, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262658, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0400", 
        "mtime": 1736583989.1971364, 
        "nlink": 1, 
        "path": "/etc/pki/tls/private/test-key.pem", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": false, 
        "roth": false, 
        "rusr": true, 
        "size": 53, 
        "uid": 0, 
        "version": "18446744073643448428", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": false, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Check the fake key/certs paths are set in the global config.] ************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:499
Saturday 11 January 2025  03:26:36 -0500 (0:00:00.990)       0:03:39.364 ****** 
ok: [managed-node1] => (item=/etc/pki/tls/certs/test-ca.crt) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "/bin/grep", 
        "/etc/pki/tls/certs/test-ca.crt", 
        "/etc/rsyslog.d/00-global.conf"
    ], 
    "delta": "0:00:00.002934", 
    "end": "2025-01-11 03:26:36.358554", 
    "item": "/etc/pki/tls/certs/test-ca.crt", 
    "rc": 0, 
    "start": "2025-01-11 03:26:36.355620"
}

STDOUT:

  defaultNetstreamDriverCAFile="/etc/pki/tls/certs/test-ca.crt"
ok: [managed-node1] => (item=/etc/pki/tls/certs/test-cert.pem) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "/bin/grep", 
        "/etc/pki/tls/certs/test-cert.pem", 
        "/etc/rsyslog.d/00-global.conf"
    ], 
    "delta": "0:00:00.002894", 
    "end": "2025-01-11 03:26:36.665694", 
    "item": "/etc/pki/tls/certs/test-cert.pem", 
    "rc": 0, 
    "start": "2025-01-11 03:26:36.662800"
}

STDOUT:

  defaultNetstreamDriverCertFile="/etc/pki/tls/certs/test-cert.pem"
ok: [managed-node1] => (item=/etc/pki/tls/private/test-key.pem) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "/bin/grep", 
        "/etc/pki/tls/private/test-key.pem", 
        "/etc/rsyslog.d/00-global.conf"
    ], 
    "delta": "0:00:00.003324", 
    "end": "2025-01-11 03:26:36.986154", 
    "item": "/etc/pki/tls/private/test-key.pem", 
    "rc": 0, 
    "start": "2025-01-11 03:26:36.982830"
}

STDOUT:

  defaultNetstreamDriverKeyFile="/etc/pki/tls/private/test-key.pem"

TASK [END TEST CASE 2; Clean up the deployed config] ***************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:507
Saturday 11 January 2025  03:26:37 -0500 (0:00:00.993)       0:03:40.358 ****** 

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 11 January 2025  03:26:37 -0500 (0:00:00.344)       0:03:40.702 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 11 January 2025  03:26:37 -0500 (0:00:00.097)       0:03:40.800 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "name": "default_files", 
                "type": "files"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 11 January 2025  03:26:37 -0500 (0:00:00.095)       0:03:40.895 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_inputs": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 11 January 2025  03:26:37 -0500 (0:00:00.076)       0:03:40.971 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 11 January 2025  03:26:37 -0500 (0:00:00.070)       0:03:41.042 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 11 January 2025  03:26:37 -0500 (0:00:00.101)       0:03:41.144 ****** 

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 11 January 2025  03:26:37 -0500 (0:00:00.075)       0:03:41.220 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 11 January 2025  03:26:38 -0500 (0:00:00.148)       0:03:41.369 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 11 January 2025  03:26:38 -0500 (0:00:00.071)       0:03:41.440 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 11 January 2025  03:26:38 -0500 (0:00:00.116)       0:03:41.557 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 11 January 2025  03:26:38 -0500 (0:00:00.104)       0:03:41.662 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 11 January 2025  03:26:38 -0500 (0:00:00.106)       0:03:41.769 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 11 January 2025  03:26:38 -0500 (0:00:00.194)       0:03:41.964 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 11 January 2025  03:26:38 -0500 (0:00:00.101)       0:03:42.065 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 11 January 2025  03:26:38 -0500 (0:00:00.103)       0:03:42.169 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 11 January 2025  03:26:39 -0500 (0:00:00.102)       0:03:42.271 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 11 January 2025  03:26:39 -0500 (0:00:00.102)       0:03:42.374 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 11 January 2025  03:26:39 -0500 (0:00:00.101)       0:03:42.476 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 11 January 2025  03:26:39 -0500 (0:00:00.085)       0:03:42.561 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 11 January 2025  03:26:39 -0500 (0:00:00.112)       0:03:42.674 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 11 January 2025  03:26:39 -0500 (0:00:00.106)       0:03:42.780 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 11 January 2025  03:26:39 -0500 (0:00:00.117)       0:03:42.897 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 11 January 2025  03:26:39 -0500 (0:00:00.102)       0:03:43.000 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 11 January 2025  03:26:39 -0500 (0:00:00.171)       0:03:43.172 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 11 January 2025  03:26:40 -0500 (0:00:00.078)       0:03:43.251 ****** 

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 11 January 2025  03:26:40 -0500 (0:00:00.077)       0:03:43.328 ****** 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 11 January 2025  03:26:40 -0500 (0:00:00.073)       0:03:43.401 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 11 January 2025  03:26:40 -0500 (0:00:00.074)       0:03:43.476 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 11 January 2025  03:26:40 -0500 (0:00:00.177)       0:03:43.654 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 11 January 2025  03:26:40 -0500 (0:00:00.090)       0:03:43.744 ****** 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 11 January 2025  03:26:40 -0500 (0:00:00.061)       0:03:43.806 ****** 

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 11 January 2025  03:26:40 -0500 (0:00:00.065)       0:03:43.871 ****** 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 11 January 2025  03:26:40 -0500 (0:00:00.125)       0:03:43.996 ****** 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 11 January 2025  03:26:40 -0500 (0:00:00.173)       0:03:44.170 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 11 January 2025  03:26:41 -0500 (0:00:00.353)       0:03:44.524 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 11 January 2025  03:26:41 -0500 (0:00:00.237)       0:03:44.761 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 11 January 2025  03:26:41 -0500 (0:00:00.106)       0:03:44.867 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 11 January 2025  03:26:41 -0500 (0:00:00.125)       0:03:44.993 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 11 January 2025  03:26:41 -0500 (0:00:00.207)       0:03:45.200 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 11 January 2025  03:26:42 -0500 (0:00:00.163)       0:03:45.364 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 11 January 2025  03:26:42 -0500 (0:00:00.122)       0:03:45.486 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 11 January 2025  03:26:42 -0500 (0:00:00.161)       0:03:45.648 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 11 January 2025  03:26:42 -0500 (0:00:00.102)       0:03:45.750 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 11 January 2025  03:26:42 -0500 (0:00:00.156)       0:03:45.906 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 11 January 2025  03:26:42 -0500 (0:00:00.289)       0:03:46.196 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 11 January 2025  03:26:43 -0500 (0:00:00.141)       0:03:46.337 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 11 January 2025  03:26:43 -0500 (0:00:00.101)       0:03:46.439 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 11 January 2025  03:26:43 -0500 (0:00:00.108)       0:03:46.548 ****** 
ok: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics.j2"
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics_rhel7.j2"
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 11 January 2025  03:26:43 -0500 (0:00:00.270)       0:03:46.818 ****** 
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 11 January 2025  03:26:43 -0500 (0:00:00.260)       0:03:47.078 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 11 January 2025  03:26:44 -0500 (0:00:00.238)       0:03:47.317 ****** 
ok: [managed-node1] => (item=iproute) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-V", 
        "iproute"
    ], 
    "delta": "0:00:00.078858", 
    "end": "2025-01-11 03:26:44.584399", 
    "failed_when_result": false, 
    "item": "iproute", 
    "rc": 0, 
    "start": "2025-01-11 03:26:44.505541", 
    "warnings": [
        "Consider using the yum, dnf or zypper module rather than running 'rpm'.  If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message."
    ]
}
ok: [managed-node1] => (item=rsyslog) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-V", 
        "rsyslog"
    ], 
    "delta": "0:00:00.074006", 
    "end": "2025-01-11 03:26:45.081708", 
    "failed_when_result": false, 
    "item": "rsyslog", 
    "rc": 1, 
    "start": "2025-01-11 03:26:45.007702", 
    "warnings": [
        "Consider using the yum, dnf or zypper module rather than running 'rpm'.  If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message."
    ]
}

STDOUT:

S.5....T.  c /etc/rsyslog.conf


MSG:

non-zero return code

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 11 January 2025  03:26:45 -0500 (0:00:01.267)       0:03:48.585 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "changes": {
        "removed": [
            "iproute", 
            "rsyslog"
        ]
    }, 
    "rc": 0, 
    "results": [
        "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package iproute.x86_64 0:4.11.0-30.el7 will be erased\n---> Package rsyslog.x86_64 0:8.24.0-57.el7_9.3 will be erased\n--> Processing Dependency: rsyslog = 8.24.0-57.el7_9.3 for package: rsyslog-gnutls-8.24.0-57.el7_9.3.x86_64\n--> Running transaction check\n---> Package rsyslog-gnutls.x86_64 0:8.24.0-57.el7_9.3 will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package              Arch         Version                 Repository      Size\n================================================================================\nRemoving:\n iproute              x86_64       4.11.0-30.el7           @base          1.8 M\n rsyslog              x86_64       8.24.0-57.el7_9.3       @updates       1.9 M\nRemoving for dependencies:\n rsyslog-gnutls       x86_64       8.24.0-57.el7_9.3       @updates        37 k\n\nTransaction Summary\n================================================================================\nRemove  2 Packages (+1 Dependent package)\n\nInstalled size: 3.8 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Erasing    : rsyslog-gnutls-8.24.0-57.el7_9.3.x86_64                      1/3 \n  Erasing    : rsyslog-8.24.0-57.el7_9.3.x86_64                             2/3 \nwarning: /etc/rsyslog.conf saved as /etc/rsyslog.conf.rpmsave\n  Erasing    : iproute-4.11.0-30.el7.x86_64                                 3/3 \n  Verifying  : rsyslog-8.24.0-57.el7_9.3.x86_64                             1/3 \n  Verifying  : rsyslog-gnutls-8.24.0-57.el7_9.3.x86_64                      2/3 \n  Verifying  : iproute-4.11.0-30.el7.x86_64                                 3/3 \n\nRemoved:\n  iproute.x86_64 0:4.11.0-30.el7       rsyslog.x86_64 0:8.24.0-57.el7_9.3      \n\nDependency Removed:\n  rsyslog-gnutls.x86_64 0:8.24.0-57.el7_9.3                                     \n\nComplete!\n"
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 11 January 2025  03:26:47 -0500 (0:00:01.939)       0:03:50.524 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "changes": {
        "installed": [
            "iproute", 
            "rsyslog"
        ]
    }, 
    "rc": 0, 
    "results": [
        "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package iproute.x86_64 0:4.11.0-30.el7 will be installed\n---> Package rsyslog.x86_64 0:8.24.0-57.el7_9.3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package         Arch           Version                   Repository       Size\n================================================================================\nInstalling:\n iproute         x86_64         4.11.0-30.el7             base            805 k\n rsyslog         x86_64         8.24.0-57.el7_9.3         updates         622 k\n\nTransaction Summary\n================================================================================\nInstall  2 Packages\n\nTotal download size: 1.4 M\nInstalled size: 3.7 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal                                              4.9 MB/s | 1.4 MB  00:00     \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : iproute-4.11.0-30.el7.x86_64                                 1/2 \n  Installing : rsyslog-8.24.0-57.el7_9.3.x86_64                             2/2 \n  Verifying  : rsyslog-8.24.0-57.el7_9.3.x86_64                             1/2 \n  Verifying  : iproute-4.11.0-30.el7.x86_64                                 2/2 \n\nInstalled:\n  iproute.x86_64 0:4.11.0-30.el7       rsyslog.x86_64 0:8.24.0-57.el7_9.3      \n\nComplete!\n"
    ]
}
lsrpackages: iproute rsyslog

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 11 January 2025  03:26:51 -0500 (0:00:03.993)       0:03:54.518 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Saturday 11 January 2025  03:26:51 -0500 (0:00:00.111)       0:03:54.629 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-libnm", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-team": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-team", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-tui": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-tui", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "PyYAML": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "PyYAML", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.10"
                }
            ], 
            "acl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "acl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "aic94xx-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "aic94xx-firmware", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "30"
                }
            ], 
            "alsa-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "alsa-firmware", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.0.28"
                }
            ], 
            "alsa-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-lib", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.8"
                }
            ], 
            "alsa-tools-firmware": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-tools-firmware", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.0"
                }
            ], 
            "aspell": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "aspell", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.60.6.1"
                }
            ], 
            "audit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs-python", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "authconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "authconfig", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "6.2.8"
                }
            ], 
            "avahi-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "avahi-libs", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "0.6.31"
                }
            ], 
            "basesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "basesystem", 
                    "release": "7.el7.centos", 
                    "source": "rpm", 
                    "version": "10.0"
                }
            ], 
            "bash": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bash", 
                    "release": "35.el7_9", 
                    "source": "rpm", 
                    "version": "4.2.46"
                }
            ], 
            "bc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bc", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.06.95"
                }
            ], 
            "bind-export-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 32, 
                    "name": "bind-export-libs", 
                    "release": "26.P2.el7_9.16", 
                    "source": "rpm", 
                    "version": "9.11.4"
                }
            ], 
            "binutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "binutils", 
                    "release": "44.base.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.27"
                }
            ], 
            "biosdevname": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "biosdevname", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.7.3"
                }
            ], 
            "boost-date-time": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-date-time", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-system": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-system", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-thread": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-thread", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "btrfs-progs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "btrfs-progs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "4.9.1"
                }
            ], 
            "bzip2-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bzip2-libs", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "ca-certificates": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ca-certificates", 
                    "release": "72.el7_9", 
                    "source": "rpm", 
                    "version": "2023.2.60_v7.0.306"
                }
            ], 
            "centos-logos": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "centos-logos", 
                    "release": "3.el7.centos", 
                    "source": "rpm", 
                    "version": "70.0.6"
                }
            ], 
            "centos-release": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "centos-release", 
                    "release": "9.2009.2.el7.centos", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "checkpolicy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "checkpolicy", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "chkconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "chkconfig", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.7.6"
                }
            ], 
            "chrony": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "chrony", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "3.4"
                }
            ], 
            "cloud-utils-growpart": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "cloud-utils-growpart", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.29"
                }
            ], 
            "coreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "coreutils", 
                    "release": "24.el7_9.2", 
                    "source": "rpm", 
                    "version": "8.22"
                }
            ], 
            "cpio": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpio", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "2.11"
                }
            ], 
            "cpp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "cracklib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cracklib-dicts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib-dicts", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cronie": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "cronie-anacron": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie-anacron", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "crontabs": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "crontabs", 
                    "release": "6.20121102git.el7", 
                    "source": "rpm", 
                    "version": "1.11"
                }
            ], 
            "cryptsetup-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cryptsetup-libs", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "2.0.3"
                }
            ], 
            "curl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "curl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cyrus-sasl-lib", 
                    "release": "24.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.26"
                }
            ], 
            "dbus": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-glib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-glib", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.100"
                }
            ], 
            "dbus-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus-libs", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-python", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.1.1"
                }
            ], 
            "device-mapper": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "device-mapper-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper-libs", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "dhcp-common": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-common", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "dhcp-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-libs", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "diffutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "diffutils", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.3"
                }
            ], 
            "dmidecode": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dmidecode", 
                    "release": "5.el7_9.1", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "dracut": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dracut-config-rescue": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut-config-rescue", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dyninst": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dyninst", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "9.3.1"
                }
            ], 
            "e2fsprogs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs-libs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "ebtables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ebtables", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.0.10"
                }
            ], 
            "efivar-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "efivar-libs", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "36"
                }
            ], 
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "elfutils-default-yama-scope", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libelf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libelf", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libs", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "epel-release": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "epel-release", 
                    "release": "14", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "ethtool": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "ethtool", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "4.8"
                }
            ], 
            "expat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "expat", 
                    "release": "15.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "file": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "file-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file-libs", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "filesystem": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "filesystem", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "findutils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "findutils", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "4.5.11"
                }
            ], 
            "fipscheck": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "fipscheck-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck-lib", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "firewalld": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "firewalld-filesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld-filesystem", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "freetype": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "freetype", 
                    "release": "14.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.8"
                }
            ], 
            "fxload": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fxload", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2002_04_11"
                }
            ], 
            "gawk": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gawk", 
                    "release": "4.el7_3.1", 
                    "source": "rpm", 
                    "version": "4.0.2"
                }
            ], 
            "gcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "gdbm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gdbm", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.10"
                }
            ], 
            "gettext": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "gettext-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "git": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "git", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.8.3.1"
                }
            ], 
            "glib2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glib2", 
                    "release": "9.el7_9", 
                    "source": "rpm", 
                    "version": "2.56.1"
                }
            ], 
            "glibc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-common": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-common", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-devel", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-headers", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "gmp": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "gmp", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "6.0.0"
                }
            ], 
            "gnupg2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gnupg2", 
                    "release": "5.el7_5", 
                    "source": "rpm", 
                    "version": "2.0.22"
                }
            ], 
            "gnutls": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gnutls", 
                    "release": "9.el7_6", 
                    "source": "rpm", 
                    "version": "3.3.29"
                }
            ], 
            "gobject-introspection": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gobject-introspection", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.56.1"
                }
            ], 
            "gpg-pubkey": [
                {
                    "arch": null, 
                    "epoch": null, 
                    "name": "gpg-pubkey", 
                    "release": "52ae6884", 
                    "source": "rpm", 
                    "version": "352c64e5"
                }, 
                {
                    "arch": null, 
                    "epoch": null, 
                    "name": "gpg-pubkey", 
                    "release": "53a7ff4b", 
                    "source": "rpm", 
                    "version": "f4a80eb5"
                }
            ], 
            "gpgme": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gpgme", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.3.2"
                }
            ], 
            "gpm-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gpm-libs", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.20.7"
                }
            ], 
            "grep": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "grep", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.20"
                }
            ], 
            "groff-base": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "groff-base", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.22.2"
                }
            ], 
            "grub2": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-common": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "grub2-common", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-pc": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-pc", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-pc-modules": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "grub2-pc-modules", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools-extra": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools-extra", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools-minimal", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grubby": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "grubby", 
                    "release": "26.el7", 
                    "source": "rpm", 
                    "version": "8.28"
                }
            ], 
            "gssproxy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gssproxy", 
                    "release": "30.el7_9", 
                    "source": "rpm", 
                    "version": "0.7.0"
                }
            ], 
            "gzip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gzip", 
                    "release": "11.el7_9", 
                    "source": "rpm", 
                    "version": "1.5"
                }
            ], 
            "hardlink": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "hardlink", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.0"
                }
            ], 
            "hostname": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "hostname", 
                    "release": "3.el7_7.1", 
                    "source": "rpm", 
                    "version": "3.13"
                }
            ], 
            "hwdata": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "hwdata", 
                    "release": "9.7.el7", 
                    "source": "rpm", 
                    "version": "0.252"
                }
            ], 
            "info": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "info", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "5.1"
                }
            ], 
            "iproute": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iproute", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "4.11.0"
                }
            ], 
            "iprutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iprutils", 
                    "release": "3.el7_7", 
                    "source": "rpm", 
                    "version": "2.4.17.1"
                }
            ], 
            "ipset": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "ipset-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset-libs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "iptables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iptables", 
                    "release": "35.el7", 
                    "source": "rpm", 
                    "version": "1.4.21"
                }
            ], 
            "iputils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iputils", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "20160308"
                }
            ], 
            "irqbalance": [
                {
                    "arch": "x86_64", 
                    "epoch": 3, 
                    "name": "irqbalance", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "1.0.7"
                }
            ], 
            "ivtv-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 2, 
                    "name": "ivtv-firmware", 
                    "release": "26.el7", 
                    "source": "rpm", 
                    "version": "20080701"
                }
            ], 
            "iwl100-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl100-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl1000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "iwl1000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl105-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl105-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl135-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl135-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2030-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2030-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl3160-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3160-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "iwl3945-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3945-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "15.32.2.9"
                }
            ], 
            "iwl4965-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl4965-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "228.61.2.24"
                }
            ], 
            "iwl5000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.83.5.1_1"
                }
            ], 
            "iwl5150-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5150-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.24.2.2"
                }
            ], 
            "iwl6000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "9.221.4.1"
                }
            ], 
            "iwl6000g2a-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2a-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6000g2b-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2b-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6050-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6050-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "41.28.5.1"
                }
            ], 
            "iwl7260-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl7260-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "jansson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "jansson", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.10"
                }
            ], 
            "json-c": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "json-c", 
                    "release": "4.el7_0", 
                    "source": "rpm", 
                    "version": "0.11"
                }
            ], 
            "kbd-legacy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-legacy", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kbd-misc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-misc", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kernel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }, 
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-debug-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-debug-devel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-headers", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools-libs", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "keyutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "keyutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "kmod": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kmod-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod-libs", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kpartx": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kpartx", 
                    "release": "136.el7_9", 
                    "source": "rpm", 
                    "version": "0.4.9"
                }
            ], 
            "krb5-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "krb5-libs", 
                    "release": "55.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.1"
                }
            ], 
            "less": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "less", 
                    "release": "10.el7_9", 
                    "source": "rpm", 
                    "version": "458"
                }
            ], 
            "libacl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libacl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "libassuan": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libassuan", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "libattr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libattr", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "2.4.46"
                }
            ], 
            "libbasicobjects": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libbasicobjects", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.1"
                }
            ], 
            "libblkid": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libblkid", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libcap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.22"
                }
            ], 
            "libcap-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap-ng", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.7.5"
                }
            ], 
            "libcgroup": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcgroup", 
                    "release": "21.el7", 
                    "source": "rpm", 
                    "version": "0.41"
                }
            ], 
            "libcollection": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcollection", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.7.0"
                }
            ], 
            "libcom_err": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcom_err", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libcroco": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcroco", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.12"
                }
            ], 
            "libcurl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcurl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "libdaemon": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdaemon", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libdb": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdb-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb-utils", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdrm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdrm", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.4.97"
                }
            ], 
            "libdwarf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdwarf", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "20130207"
                }
            ], 
            "libedit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libedit", 
                    "release": "12.20121213cvs.el7", 
                    "source": "rpm", 
                    "version": "3.0"
                }
            ], 
            "libestr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libestr", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.1.9"
                }
            ], 
            "libevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libevent", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.0.21"
                }
            ], 
            "libfastjson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libfastjson", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.99.4"
                }
            ], 
            "libffi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libffi", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "3.0.13"
                }
            ], 
            "libgcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgcrypt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcrypt", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "1.5.3"
                }
            ], 
            "libgomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgomp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgpg-error": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgpg-error", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.12"
                }
            ], 
            "libidn": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libidn", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.28"
                }
            ], 
            "libini_config": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libini_config", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "1.3.1"
                }
            ], 
            "libmnl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmnl", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.0.3"
                }
            ], 
            "libmount": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmount", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libmpc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmpc", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libndp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libndp", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.2"
                }
            ], 
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnetfilter_conntrack", 
                    "release": "1.el7_3", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "libnfnetlink": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfnetlink", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libnfsidmap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfsidmap", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "0.25"
                }
            ], 
            "libnl3": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libnl3-cli": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3-cli", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libpath_utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpath_utils", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.2.1"
                }
            ], 
            "libpciaccess": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpciaccess", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libpipeline": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpipeline", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libpng": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "libpng", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.5.13"
                }
            ], 
            "libpwquality": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpwquality", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libref_array": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libref_array", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.5"
                }
            ], 
            "libseccomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libseccomp", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.3.1"
                }
            ], 
            "libselinux": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-python", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-utils", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage-python", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsepol": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsepol", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsmartcols": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsmartcols", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libss": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libss", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libssh2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libssh2", 
                    "release": "4.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.8.0"
                }
            ], 
            "libstdc++": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libstdc++", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libsysfs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsysfs", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "libtasn1": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtasn1", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "4.10"
                }
            ], 
            "libteam": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libteam", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.29"
                }
            ], 
            "libtirpc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtirpc", 
                    "release": "0.16.el7", 
                    "source": "rpm", 
                    "version": "0.2.4"
                }
            ], 
            "libunistring": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libunistring", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.9.3"
                }
            ], 
            "libuser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libuser", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.60"
                }
            ], 
            "libutempter": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libutempter", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.1.6"
                }
            ], 
            "libuuid": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libuuid", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libverto": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libverto", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.2.5"
                }
            ], 
            "libverto-libevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libverto-libevent", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.2.5"
                }
            ], 
            "libxml2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxml2", 
                    "release": "6.el7_9.6", 
                    "source": "rpm", 
                    "version": "2.9.1"
                }
            ], 
            "libxml2-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxml2-python", 
                    "release": "6.el7_9.6", 
                    "source": "rpm", 
                    "version": "2.9.1"
                }
            ], 
            "libxslt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxslt", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.1.28"
                }
            ], 
            "libyaml": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libyaml", 
                    "release": "11.el7_0", 
                    "source": "rpm", 
                    "version": "0.1.4"
                }
            ], 
            "linux-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "linux-firmware", 
                    "release": "82.git78c0348.el7_9", 
                    "source": "rpm", 
                    "version": "20200421"
                }
            ], 
            "logrotate": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "logrotate", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "3.8.6"
                }
            ], 
            "lshw": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lshw", 
                    "release": "0.1.20180614git028f6b2.beaker.1.el7bkr.1", 
                    "source": "rpm", 
                    "version": "B.02.19"
                }
            ], 
            "lsscsi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lsscsi", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.27"
                }
            ], 
            "lua": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lua", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "5.1.4"
                }
            ], 
            "lz4": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lz4", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.8.3"
                }
            ], 
            "lzo": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lzo", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "2.06"
                }
            ], 
            "mailcap": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "mailcap", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.1.41"
                }
            ], 
            "make": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "make", 
                    "release": "24.el7", 
                    "source": "rpm", 
                    "version": "3.82"
                }
            ], 
            "man-db": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "man-db", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.6.3"
                }
            ], 
            "mariadb-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "mariadb-libs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "5.5.68"
                }
            ], 
            "microcode_ctl": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "microcode_ctl", 
                    "release": "73.20.el7_9", 
                    "source": "rpm", 
                    "version": "2.1"
                }
            ], 
            "mokutil": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mokutil", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "15"
                }
            ], 
            "mozjs17": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mozjs17", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "17.0.0"
                }
            ], 
            "mpfr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mpfr", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.1.1"
                }
            ], 
            "ncurses": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ncurses", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "ncurses-base": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ncurses-base", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "ncurses-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ncurses-libs", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "net-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "net-tools", 
                    "release": "0.25.20131004git.el7", 
                    "source": "rpm", 
                    "version": "2.0"
                }
            ], 
            "nettle": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nettle", 
                    "release": "9.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.1"
                }
            ], 
            "newt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "newt", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.52.15"
                }
            ], 
            "newt-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "newt-python", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.52.15"
                }
            ], 
            "nfs-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "nfs-utils", 
                    "release": "0.68.el7.2", 
                    "source": "rpm", 
                    "version": "1.3.0"
                }
            ], 
            "nspr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nspr", 
                    "release": "1.el7_9", 
                    "source": "rpm", 
                    "version": "4.35.0"
                }
            ], 
            "nss": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-pem": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-pem", 
                    "release": "7.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.0.3"
                }
            ], 
            "nss-softokn": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-softokn", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-softokn-freebl", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-sysinit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-sysinit", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-tools", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-util": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-util", 
                    "release": "1.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "numactl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "numactl-libs", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.0.12"
                }
            ], 
            "openldap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openldap", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "2.4.44"
                }
            ], 
            "openssh": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssh-clients": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh-clients", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssh-server": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh-server", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssl": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "openssl", 
                    "release": "26.el7_9", 
                    "source": "rpm", 
                    "version": "1.0.2k"
                }
            ], 
            "openssl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "openssl-libs", 
                    "release": "26.el7_9", 
                    "source": "rpm", 
                    "version": "1.0.2k"
                }
            ], 
            "os-prober": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "os-prober", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.58"
                }
            ], 
            "p11-kit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "p11-kit", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.5"
                }
            ], 
            "p11-kit-trust": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "p11-kit-trust", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.5"
                }
            ], 
            "pam": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pam", 
                    "release": "23.el7", 
                    "source": "rpm", 
                    "version": "1.1.8"
                }
            ], 
            "parted": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "parted", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "3.1"
                }
            ], 
            "passwd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "passwd", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.79"
                }
            ], 
            "pciutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pciutils-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.5.1"
                }
            ], 
            "pcre": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pcre", 
                    "release": "17.el7", 
                    "source": "rpm", 
                    "version": "8.32"
                }
            ], 
            "perl": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-Business-ISBN": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Business-ISBN", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.06"
                }
            ], 
            "perl-Business-ISBN-Data": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Business-ISBN-Data", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "20120719.001"
                }
            ], 
            "perl-CGI": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-CGI", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.63"
                }
            ], 
            "perl-Carp": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Carp", 
                    "release": "244.el7", 
                    "source": "rpm", 
                    "version": "1.26"
                }
            ], 
            "perl-Compress-Raw-Bzip2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Compress-Raw-Bzip2", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-Compress-Raw-Zlib": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-Compress-Raw-Zlib", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Data-Dumper", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.145"
                }
            ], 
            "perl-Date-Manip": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Date-Manip", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.41"
                }
            ], 
            "perl-Digest": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Digest", 
                    "release": "245.el7", 
                    "source": "rpm", 
                    "version": "1.17"
                }
            ], 
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Digest-MD5", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.52"
                }
            ], 
            "perl-Encode": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Encode", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.51"
                }
            ], 
            "perl-Encode-Locale": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Encode-Locale", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.03"
                }
            ], 
            "perl-Error": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Error", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.17020"
                }
            ], 
            "perl-Exporter": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Exporter", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "5.68"
                }
            ], 
            "perl-FCGI": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-FCGI", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "0.74"
                }
            ], 
            "perl-File-Listing": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Listing", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "6.04"
                }
            ], 
            "perl-File-Path": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Path", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.09"
                }
            ], 
            "perl-File-Temp": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Temp", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.01"
                }
            ], 
            "perl-Filter": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Filter", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.49"
                }
            ], 
            "perl-Font-AFM": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Font-AFM", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.20"
                }
            ], 
            "perl-Getopt-Long": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Getopt-Long", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.40"
                }
            ], 
            "perl-Git": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Git", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.8.3.1"
                }
            ], 
            "perl-HTML-Format": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTML-Format", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.10"
                }
            ], 
            "perl-HTML-Parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-HTML-Parser", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.71"
                }
            ], 
            "perl-HTML-Tagset": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTML-Tagset", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "3.20"
                }
            ], 
            "perl-HTML-Tree": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-HTML-Tree", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "5.03"
                }
            ], 
            "perl-HTTP-Cookies": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Cookies", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Daemon": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Daemon", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Date": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Date", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-HTTP-Message": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Message", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "6.06"
                }
            ], 
            "perl-HTTP-Negotiate": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Negotiate", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Tiny", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.033"
                }
            ], 
            "perl-IO-Compress": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Compress", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-IO-HTML": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-HTML", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.00"
                }
            ], 
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Socket-IP", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.21"
                }
            ], 
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Socket-SSL", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.94"
                }
            ], 
            "perl-IO-Zlib": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-IO-Zlib", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "1.10"
                }
            ], 
            "perl-IO-stringy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-stringy", 
                    "release": "22.el7", 
                    "source": "rpm", 
                    "version": "2.110"
                }
            ], 
            "perl-LWP-MediaTypes": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-LWP-MediaTypes", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-LWP-Protocol-https": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-LWP-Protocol-https", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "6.04"
                }
            ], 
            "perl-Module-Load": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Module-Load", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.24"
                }
            ], 
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Mozilla-CA", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "20130114"
                }
            ], 
            "perl-Net-HTTP": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Net-HTTP", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.06"
                }
            ], 
            "perl-Net-LibIDN": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Net-LibIDN", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "0.12"
                }
            ], 
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Net-SSLeay", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.55"
                }
            ], 
            "perl-PathTools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-PathTools", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "3.40"
                }
            ], 
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Pod-Escapes", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "1.04"
                }
            ], 
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Pod-Perldoc", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.20"
                }
            ], 
            "perl-Pod-Simple": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Pod-Simple", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.28"
                }
            ], 
            "perl-Pod-Usage": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Pod-Usage", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.63"
                }
            ], 
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Scalar-List-Utils", 
                    "release": "248.el7", 
                    "source": "rpm", 
                    "version": "1.27"
                }
            ], 
            "perl-Socket": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Socket", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.010"
                }
            ], 
            "perl-Storable": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Storable", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.45"
                }
            ], 
            "perl-TermReadKey": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-TermReadKey", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "2.30"
                }
            ], 
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Text-ParseWords", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.29"
                }
            ], 
            "perl-Time-HiRes": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-Time-HiRes", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.9725"
                }
            ], 
            "perl-Time-Local": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Time-Local", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.2300"
                }
            ], 
            "perl-TimeDate": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-TimeDate", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.30"
                }
            ], 
            "perl-URI": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-URI", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.60"
                }
            ], 
            "perl-WWW-RobotRules": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-WWW-RobotRules", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-XML-LibXML": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-XML-LibXML", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.0018"
                }
            ], 
            "perl-XML-NamespaceSupport": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-NamespaceSupport", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "1.11"
                }
            ], 
            "perl-XML-Parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-XML-Parser", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.41"
                }
            ], 
            "perl-XML-SAX": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-SAX", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.99"
                }
            ], 
            "perl-XML-SAX-Base": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-SAX-Base", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.08"
                }
            ], 
            "perl-XML-Twig": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-Twig", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "3.44"
                }
            ], 
            "perl-constant": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-constant", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.27"
                }
            ], 
            "perl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-libs", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-libwww-perl": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-libwww-perl", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.05"
                }
            ], 
            "perl-macros": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-macros", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-parent": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-parent", 
                    "release": "244.el7", 
                    "source": "rpm", 
                    "version": "0.225"
                }
            ], 
            "perl-podlators": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-podlators", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.5.1"
                }
            ], 
            "perl-threads": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-threads", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.87"
                }
            ], 
            "perl-threads-shared": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-threads-shared", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.43"
                }
            ], 
            "pinentry": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pinentry", 
                    "release": "17.el7", 
                    "source": "rpm", 
                    "version": "0.8.1"
                }
            ], 
            "pkgconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "pkgconfig", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.27.1"
                }
            ], 
            "plymouth-core-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth-core-libs", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "policycoreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "policycoreutils-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils-python", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "polkit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit", 
                    "release": "26.el7_9.1", 
                    "source": "rpm", 
                    "version": "0.112"
                }
            ], 
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit-pkla-compat", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.1"
                }
            ], 
            "popt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "popt", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "1.13"
                }
            ], 
            "postfix": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "postfix", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "2.10.1"
                }
            ], 
            "procps-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "procps-ng", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "3.3.10"
                }
            ], 
            "pth": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pth", 
                    "release": "23.el7", 
                    "source": "rpm", 
                    "version": "2.0.7"
                }
            ], 
            "pygpgme": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pygpgme", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.3"
                }
            ], 
            "pyliblzma": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pyliblzma", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "0.5.3"
                }
            ], 
            "pyserial": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "pyserial", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "2.6"
                }
            ], 
            "python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python", 
                    "release": "94.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.5"
                }
            ], 
            "python-IPy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-IPy", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.75"
                }
            ], 
            "python-babel": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-babel", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "0.9.6"
                }
            ], 
            "python-backports": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-backports", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.0"
                }
            ], 
            "python-backports-ssl_match_hostname": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-backports-ssl_match_hostname", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "3.5.0.1"
                }
            ], 
            "python-chardet": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-chardet", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.2.1"
                }
            ], 
            "python-configobj": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-configobj", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "4.7.2"
                }
            ], 
            "python-decorator": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-decorator", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.4.0"
                }
            ], 
            "python-firewall": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-firewall", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "python-gobject-base": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-gobject-base", 
                    "release": "1.el7_4.1", 
                    "source": "rpm", 
                    "version": "3.22.0"
                }
            ], 
            "python-iniparse": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-iniparse", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.4"
                }
            ], 
            "python-ipaddress": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-ipaddress", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.0.16"
                }
            ], 
            "python-jinja2": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jinja2", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.7.2"
                }
            ], 
            "python-jsonpatch": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jsonpatch", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.2"
                }
            ], 
            "python-jsonpointer": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jsonpointer", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.9"
                }
            ], 
            "python-kitchen": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-kitchen", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.1.1"
                }
            ], 
            "python-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-libs", 
                    "release": "94.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.5"
                }
            ], 
            "python-linux-procfs": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-linux-procfs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.11"
                }
            ], 
            "python-lxml": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-lxml", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.1"
                }
            ], 
            "python-markupsafe": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-markupsafe", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "0.11"
                }
            ], 
            "python-perf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-perf", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "python-prettytable": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-prettytable", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.7.2"
                }
            ], 
            "python-pycurl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-pycurl", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "7.19.0"
                }
            ], 
            "python-pyudev": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-pyudev", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.15"
                }
            ], 
            "python-requests": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-requests", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.6.0"
                }
            ], 
            "python-schedutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-schedutils", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.4"
                }
            ], 
            "python-setuptools": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-setuptools", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.9.8"
                }
            ], 
            "python-six": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-six", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.9.0"
                }
            ], 
            "python-slip": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-slip", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.0"
                }
            ], 
            "python-slip-dbus": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-slip-dbus", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.0"
                }
            ], 
            "python-urlgrabber": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-urlgrabber", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "3.10"
                }
            ], 
            "python-urllib3": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-urllib3", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.10.2"
                }
            ], 
            "pyxattr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pyxattr", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.5.1"
                }
            ], 
            "qa-tools": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "qa-tools", 
                    "release": "4.el7_9", 
                    "source": "rpm", 
                    "version": "4.1"
                }
            ], 
            "qemu-guest-agent": [
                {
                    "arch": "x86_64", 
                    "epoch": 10, 
                    "name": "qemu-guest-agent", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.12.0"
                }
            ], 
            "qrencode-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "qrencode-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.4.1"
                }
            ], 
            "quota": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "quota", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "4.01"
                }
            ], 
            "quota-nls": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "quota-nls", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "4.01"
                }
            ], 
            "readline": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "readline", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "6.2"
                }
            ], 
            "restraint": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "restraint", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "0.4.4"
                }
            ], 
            "restraint-rhts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "restraint-rhts", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "0.4.4"
                }
            ], 
            "rng-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rng-tools", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.3.1"
                }
            ], 
            "rootfiles": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rootfiles", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "8.1"
                }
            ], 
            "rpcbind": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpcbind", 
                    "release": "49.el7", 
                    "source": "rpm", 
                    "version": "0.2.0"
                }
            ], 
            "rpm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-build-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-build-libs", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-libs", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-python", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rsync": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rsync", 
                    "release": "12.el7_9", 
                    "source": "rpm", 
                    "version": "3.1.2"
                }
            ], 
            "rsyslog": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rsyslog", 
                    "release": "57.el7_9.3", 
                    "source": "rpm", 
                    "version": "8.24.0"
                }
            ], 
            "ruby": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ruby", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "ruby-irb": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ruby-irb", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "ruby-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ruby-libs", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "rubygem-bigdecimal": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-bigdecimal", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "1.2.0"
                }
            ], 
            "rubygem-io-console": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-io-console", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "0.4.2"
                }
            ], 
            "rubygem-json": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-json", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "1.7.7"
                }
            ], 
            "rubygem-psych": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-psych", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0"
                }
            ], 
            "rubygem-rdoc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rubygem-rdoc", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "4.0.0"
                }
            ], 
            "rubygems": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rubygems", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.14.1"
                }
            ], 
            "sed": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sed", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "4.2.2"
                }
            ], 
            "selinux-policy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "selinux-policy", 
                    "release": "268.el7_9.2", 
                    "source": "rpm", 
                    "version": "3.13.1"
                }
            ], 
            "selinux-policy-targeted": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "selinux-policy-targeted", 
                    "release": "268.el7_9.2", 
                    "source": "rpm", 
                    "version": "3.13.1"
                }
            ], 
            "setools-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "setools-libs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.3.8"
                }
            ], 
            "setup": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "setup", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.8.71"
                }
            ], 
            "sg3_utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "sg3_utils", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.37"
                }
            ], 
            "sg3_utils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "sg3_utils-libs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.37"
                }
            ], 
            "shadow-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "shadow-utils", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "4.6"
                }
            ], 
            "shared-mime-info": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "shared-mime-info", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.8"
                }
            ], 
            "slang": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "slang", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.2.4"
                }
            ], 
            "snappy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "snappy", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.1.0"
                }
            ], 
            "sqlite": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sqlite", 
                    "release": "8.el7_7.1", 
                    "source": "rpm", 
                    "version": "3.7.17"
                }
            ], 
            "strace": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "strace", 
                    "release": "7.el7_9", 
                    "source": "rpm", 
                    "version": "4.24"
                }
            ], 
            "sudo": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sudo", 
                    "release": "10.el7_9.3", 
                    "source": "rpm", 
                    "version": "1.8.23"
                }
            ], 
            "systemd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemd-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd-libs", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemd-sysv": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd-sysv", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemtap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-client": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-client", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-devel", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-runtime": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-runtime", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "sysvinit-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sysvinit-tools", 
                    "release": "14.dsf.el7", 
                    "source": "rpm", 
                    "version": "2.88"
                }
            ], 
            "tar": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "tar", 
                    "release": "35.el7", 
                    "source": "rpm", 
                    "version": "1.26"
                }
            ], 
            "tcp_wrappers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "tcp_wrappers", 
                    "release": "77.el7", 
                    "source": "rpm", 
                    "version": "7.6"
                }
            ], 
            "tcp_wrappers-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "tcp_wrappers-libs", 
                    "release": "77.el7", 
                    "source": "rpm", 
                    "version": "7.6"
                }
            ], 
            "teamd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "teamd", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.29"
                }
            ], 
            "time": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "time", 
                    "release": "45.el7", 
                    "source": "rpm", 
                    "version": "1.7"
                }
            ], 
            "tps-devel": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tps-devel", 
                    "release": "1", 
                    "source": "rpm", 
                    "version": "2.44.50"
                }
            ], 
            "trousers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "trousers", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.3.14"
                }
            ], 
            "tuned": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tuned", 
                    "release": "12.el7_9", 
                    "source": "rpm", 
                    "version": "2.11.0"
                }
            ], 
            "tzdata": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tzdata", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2024a"
                }
            ], 
            "unzip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "unzip", 
                    "release": "24.el7_9", 
                    "source": "rpm", 
                    "version": "6.0"
                }
            ], 
            "ustr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ustr", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "1.0.4"
                }
            ], 
            "util-linux": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "util-linux", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "vim-common": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-common", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-enhanced": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-enhanced", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-filesystem": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-filesystem", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-minimal": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-minimal", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "virt-what": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "virt-what", 
                    "release": "4.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.18"
                }
            ], 
            "wget": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "wget", 
                    "release": "18.el7_6.1", 
                    "source": "rpm", 
                    "version": "1.14"
                }
            ], 
            "which": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "which", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.20"
                }
            ], 
            "wpa_supplicant": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "wpa_supplicant", 
                    "release": "12.el7_9.2", 
                    "source": "rpm", 
                    "version": "2.6"
                }
            ], 
            "xfsprogs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xfsprogs", 
                    "release": "22.el7", 
                    "source": "rpm", 
                    "version": "4.5.0"
                }
            ], 
            "xz": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xz", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "5.2.2"
                }
            ], 
            "xz-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xz-libs", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "5.2.2"
                }
            ], 
            "yum": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum", 
                    "release": "168.el7.centos", 
                    "source": "rpm", 
                    "version": "3.4.3"
                }
            ], 
            "yum-metadata-parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "yum-metadata-parser", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "1.1.4"
                }
            ], 
            "yum-plugin-fastestmirror": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum-plugin-fastestmirror", 
                    "release": "54.el7_8", 
                    "source": "rpm", 
                    "version": "1.1.31"
                }
            ], 
            "yum-utils": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum-utils", 
                    "release": "54.el7_8", 
                    "source": "rpm", 
                    "version": "1.1.31"
                }
            ], 
            "zip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "zip", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.0"
                }
            ], 
            "zlib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "zlib", 
                    "release": "21.el7_9", 
                    "source": "rpm", 
                    "version": "1.2.7"
                }
            ]
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 11 January 2025  03:26:53 -0500 (0:00:01.717)       0:03:56.347 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_version": "8.24.0"
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 11 January 2025  03:26:53 -0500 (0:00:00.195)       0:03:56.543 ****** 
ok: [managed-node1] => {}

MSG:

Rsyslog_version is 8.24.0, which is older than "8.37.0-7.2".

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 11 January 2025  03:26:53 -0500 (0:00:00.227)       0:03:56.770 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 11 January 2025  03:26:53 -0500 (0:00:00.115)       0:03:56.886 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create the config directory if it does not exist] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 11 January 2025  03:26:53 -0500 (0:00:00.145)       0:03:57.031 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/etc/rsyslog.d", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 11 January 2025  03:26:54 -0500 (0:00:00.563)       0:03:57.595 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/var/lib/rsyslog", 
    "secontext": "system_u:object_r:syslogd_var_lib_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 11 January 2025  03:26:54 -0500 (0:00:00.463)       0:03:58.059 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/var/log", 
    "secontext": "system_u:object_r:var_log_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 11 January 2025  03:26:55 -0500 (0:00:00.441)       0:03:58.500 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options", 
                "filename": "00-global.conf", 
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
            }, 
            {
                "name": "local-modules", 
                "sections": [
                    {
                        "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                    }
                ], 
                "state": "absent", 
                "type": "modules"
            }, 
            {
                "name": "common-defaults", 
                "sections": [
                    {
                        "comment": "Log every message", 
                        "options": "$RepeatedMsgReduction off"
                    }
                ], 
                "type": "global"
            }, 
            {
                "name": "templates", 
                "sections": [
                    {
                        "comment": "User provided output templates", 
                        "options": "\n"
                    }
                ], 
                "type": "templates"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125
Saturday 11 January 2025  03:26:56 -0500 (0:00:00.768)       0:03:59.268 ****** 
skipping: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n', u'filename': u'00-global.conf'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:149
Saturday 11 January 2025  03:26:56 -0500 (0:00:00.253)       0:03:59.522 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:153
Saturday 11 January 2025  03:26:56 -0500 (0:00:00.218)       0:03:59.740 ****** 
skipping: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n', u'filename': u'00-global.conf'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:171
Saturday 11 January 2025  03:26:56 -0500 (0:00:00.193)       0:03:59.933 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182
Saturday 11 January 2025  03:26:56 -0500 (0:00:00.097)       0:04:00.031 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:197
Saturday 11 January 2025  03:26:56 -0500 (0:00:00.078)       0:04:00.110 ****** 
ok: [managed-node1] => (item={u'type': u'files', u'name': u'default_files'}) => {
    "ansible_facts": {
        "__rsyslog_conf_files_output_modules": [
            {
                "name": "output-files-modules", 
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format", 
                        "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_files_template_format not in [\"\", \"modern\"] %}\nmodule(load=\"builtin:omfile\" Template=\"{{ logging_files_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfile\")\n{% endif %}"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_files_output_packages": [], 
        "__rsyslog_files_output_rules": [
            "{{ __rsyslog_conf_files_output_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "name": "default_files", 
        "type": "files"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:209
Saturday 11 January 2025  03:26:56 -0500 (0:00:00.085)       0:04:00.195 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Saturday 11 January 2025  03:26:57 -0500 (0:00:00.200)       0:04:00.396 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:26:57 -0500 (0:00:00.197)       0:04:00.593 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:26:57 -0500 (0:00:00.129)       0:04:00.723 ****** 
ok: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfile")\n'}], u'type': u'modules', u'name': u'output-files-modules'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
    "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-files-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 151, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:26:58 -0500 (0:00:00.919)       0:04:01.642 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:26:58 -0500 (0:00:00.124)       0:04:01.767 ****** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfile")\n'}], u'type': u'modules', u'name': u'output-files-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-files-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Saturday 11 January 2025  03:26:58 -0500 (0:00:00.188)       0:04:01.955 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:26:58 -0500 (0:00:00.168)       0:04:02.124 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:26:58 -0500 (0:00:00.104)       0:04:02.229 ****** 
ok: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}], u'name': u'output-files-default_files'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
    "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-files-default_files", 
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 1148, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:27:00 -0500 (0:00:01.218)       0:04:03.448 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
                        "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-default_files", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1148, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:27:00 -0500 (0:00:00.139)       0:04:03.587 ****** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}], u'name': u'output-files-default_files'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-files-default_files", 
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:222
Saturday 11 January 2025  03:27:00 -0500 (0:00:00.363)       0:04:03.951 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n  rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n  if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n    echo \"/etc/rsyslog.d/$conf\"\n  fi\ndone\n", 
    "delta": "0:00:00.226235", 
    "end": "2025-01-11 03:27:01.209424", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-01-11 03:27:00.983189"
}

STDOUT:

/etc/rsyslog.d/00-global.conf
/etc/rsyslog.d/05-common-defaults.conf
/etc/rsyslog.d/10-output-files-modules.conf
/etc/rsyslog.d/10-output-forwards-modules.conf
/etc/rsyslog.d/20-templates.conf
/etc/rsyslog.d/30-output-files-default_files.conf
/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf
/etc/rsyslog.d/90-input-basics-basic_input.conf

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239
Saturday 11 January 2025  03:27:01 -0500 (0:00:00.613)       0:04:04.565 ****** 
changed: [managed-node1] => (item=/etc/rsyslog.d/00-global.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/00-global.conf", 
    "path": "/etc/rsyslog.d/00-global.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/05-common-defaults.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/05-common-defaults.conf", 
    "path": "/etc/rsyslog.d/05-common-defaults.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/10-output-forwards-modules.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/20-templates.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/20-templates.conf", 
    "path": "/etc/rsyslog.d/20-templates.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
    "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/90-input-basics-basic_input.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
    "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
    "state": "absent"
}
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:259
Saturday 11 January 2025  03:27:04 -0500 (0:00:02.753)       0:04:07.318 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:280
Saturday 11 January 2025  03:27:04 -0500 (0:00:00.144)       0:04:07.462 ****** 
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local ca_cert file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:288
Saturday 11 January 2025  03:27:04 -0500 (0:00:00.228)       0:04:07.691 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local cert file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:300
Saturday 11 January 2025  03:27:04 -0500 (0:00:00.116)       0:04:07.807 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local key file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:312
Saturday 11 January 2025  03:27:04 -0500 (0:00:00.117)       0:04:07.925 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:324
Saturday 11 January 2025  03:27:04 -0500 (0:00:00.124)       0:04:08.050 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "rsyslog", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "network.target system.slice basic.target network-online.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "no", 
        "AssertTimestampMonotonic": "0", 
        "Before": "multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "no", 
        "ConditionTimestampMonotonic": "0", 
        "Conflicts": "shutdown.target", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "System Logging Service", 
        "DevicePolicy": "auto", 
        "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", 
        "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "0", 
        "ExecMainStartTimestampMonotonic": "0", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "rsyslog.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestampMonotonic": "0", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "0", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "rsyslog.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "main", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "on-failure", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "dead", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "notify", 
        "UMask": "0066", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network.target network-online.target", 
        "WatchdogTimestampMonotonic": "0", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332
Saturday 11 January 2025  03:27:05 -0500 (0:00:00.842)       0:04:08.892 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:341
Saturday 11 January 2025  03:27:05 -0500 (0:00:00.119)       0:04:09.012 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:353
Saturday 11 January 2025  03:27:06 -0500 (0:00:00.249)       0:04:09.262 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get mode of rsyslog.conf if it exists] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:360
Saturday 11 January 2025  03:27:06 -0500 (0:00:00.167)       0:04:09.430 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate main rsyslog configuration] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:366
Saturday 11 January 2025  03:27:06 -0500 (0:00:00.181)       0:04:09.611 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 11 January 2025  03:27:06 -0500 (0:00:00.027)       0:04:09.639 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "name": "rsyslog", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "network.target system.slice basic.target network-online.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "no", 
        "AssertTimestampMonotonic": "0", 
        "Before": "multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "no", 
        "ConditionTimestampMonotonic": "0", 
        "Conflicts": "shutdown.target", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "System Logging Service", 
        "DevicePolicy": "auto", 
        "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", 
        "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "0", 
        "ExecMainStartTimestampMonotonic": "0", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "rsyslog.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestampMonotonic": "0", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "0", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "rsyslog.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "main", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "on-failure", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "dead", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "notify", 
        "UMask": "0066", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network.target network-online.target", 
        "WatchdogTimestampMonotonic": "0", 
        "WatchdogUSec": "0"
    }
}
META: ran handlers

TASK [Clean up fake pki files] *************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:521
Saturday 11 January 2025  03:27:07 -0500 (0:00:00.829)       0:04:10.468 ****** 
changed: [managed-node1] => (item=/etc/pki/tls/certs/test-ca.crt) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/pki/tls/certs/test-ca.crt", 
    "path": "/etc/pki/tls/certs/test-ca.crt", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/pki/tls/certs/test-cert.pem) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/pki/tls/certs/test-cert.pem", 
    "path": "/etc/pki/tls/certs/test-cert.pem", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/pki/tls/private/test-key.pem) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/pki/tls/private/test-key.pem", 
    "path": "/etc/pki/tls/private/test-key.pem", 
    "state": "absent"
}

TASK [Post - move back files to /etc/rsyslog.d] ********************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:530
Saturday 11 January 2025  03:27:08 -0500 (0:00:01.329)       0:04:11.797 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\nmv /tmp/rsyslog.d-backup/* /etc/rsyslog.d\nfor conf in $( ls /tmp/rsyslog.d-backup ); do\n  mv /tmp/rsyslog.d-backup/$conf /tmp/rsyslog.d\ndone\nrmdir /tmp/rsyslog.d-backup", 
    "delta": "0:00:00.007707", 
    "end": "2025-01-11 03:27:08.868755", 
    "rc": 0, 
    "start": "2025-01-11 03:27:08.861048"
}

TASK [Assert /var/log/messages] ************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:540
Saturday 11 January 2025  03:27:09 -0500 (0:00:00.508)       0:04:12.305 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml for managed-node1

TASK [Get content of /var/log/messages] ****************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:3
Saturday 11 January 2025  03:27:09 -0500 (0:00:00.308)       0:04:12.614 ****** 
ok: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [Print possible errors in /var/log/messages] ******************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:9
Saturday 11 January 2025  03:27:09 -0500 (0:00:00.504)       0:04:13.119 ****** 
skipping: [managed-node1] => {}

TASK [Ensure no errors in /var/log/messages] ***********************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:19
Saturday 11 January 2025  03:27:10 -0500 (0:00:00.216)       0:04:13.336 ****** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove /var/log/messages] ************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:23
Saturday 11 January 2025  03:27:10 -0500 (0:00:00.156)       0:04:13.492 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "path": "/var/log/messages", 
    "state": "absent"
}

TASK [TEST CASE 3; Error case for setting logging_pki_files - missing cert_src] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:546
Saturday 11 January 2025  03:27:10 -0500 (0:00:00.366)       0:04:13.858 ****** 

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 11 January 2025  03:27:10 -0500 (0:00:00.197)       0:04:14.056 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_output_files": [
            {
                "name": "default_files", 
                "type": "files"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 11 January 2025  03:27:11 -0500 (0:00:00.214)       0:04:14.270 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "facility": "local1", 
                "name": "forwards_severity_and_facility", 
                "severity": "info", 
                "target": "host.domain", 
                "tcp_port": 1514, 
                "tls": true, 
                "type": "forwards"
            }, 
            {
                "name": "default_files", 
                "type": "files"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 11 January 2025  03:27:11 -0500 (0:00:00.115)       0:04:14.385 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_inputs": [
            {
                "name": "basic_input", 
                "type": "basics"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 11 January 2025  03:27:11 -0500 (0:00:00.127)       0:04:14.513 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 11 January 2025  03:27:11 -0500 (0:00:00.122)       0:04:14.635 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 11 January 2025  03:27:11 -0500 (0:00:00.111)       0:04:14.747 ****** 
skipping: [managed-node1] => (item={u'inputs': [u'basic_input'], u'name': u'flows0', u'outputs': [u'forwards_severity_and_facility']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "inputs": [
            "basic_input"
        ], 
        "name": "flows0", 
        "outputs": [
            "forwards_severity_and_facility"
        ]
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 11 January 2025  03:27:11 -0500 (0:00:00.233)       0:04:14.980 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 11 January 2025  03:27:12 -0500 (0:00:00.355)       0:04:15.336 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 11 January 2025  03:27:12 -0500 (0:00:00.122)       0:04:15.458 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 11 January 2025  03:27:12 -0500 (0:00:00.122)       0:04:15.581 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 11 January 2025  03:27:12 -0500 (0:00:00.144)       0:04:15.726 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 11 January 2025  03:27:12 -0500 (0:00:00.118)       0:04:15.845 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 11 January 2025  03:27:12 -0500 (0:00:00.115)       0:04:15.960 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 11 January 2025  03:27:12 -0500 (0:00:00.130)       0:04:16.091 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 11 January 2025  03:27:12 -0500 (0:00:00.126)       0:04:16.217 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 11 January 2025  03:27:13 -0500 (0:00:00.107)       0:04:16.325 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 11 January 2025  03:27:13 -0500 (0:00:00.092)       0:04:16.417 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 11 January 2025  03:27:13 -0500 (0:00:00.072)       0:04:16.490 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 11 January 2025  03:27:13 -0500 (0:00:00.118)       0:04:16.609 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 11 January 2025  03:27:13 -0500 (0:00:00.123)       0:04:16.732 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 11 January 2025  03:27:13 -0500 (0:00:00.133)       0:04:16.866 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 11 January 2025  03:27:13 -0500 (0:00:00.078)       0:04:16.945 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 11 January 2025  03:27:13 -0500 (0:00:00.074)       0:04:17.019 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 11 January 2025  03:27:14 -0500 (0:00:00.420)       0:04:17.439 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 11 January 2025  03:27:14 -0500 (0:00:00.106)       0:04:17.545 ****** 

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 11 January 2025  03:27:14 -0500 (0:00:00.107)       0:04:17.653 ****** 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 11 January 2025  03:27:14 -0500 (0:00:00.118)       0:04:17.771 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 11 January 2025  03:27:14 -0500 (0:00:00.140)       0:04:17.912 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 11 January 2025  03:27:14 -0500 (0:00:00.252)       0:04:18.164 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 11 January 2025  03:27:15 -0500 (0:00:00.121)       0:04:18.286 ****** 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 11 January 2025  03:27:15 -0500 (0:00:00.117)       0:04:18.403 ****** 

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 11 January 2025  03:27:15 -0500 (0:00:00.101)       0:04:18.505 ****** 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 11 January 2025  03:27:15 -0500 (0:00:00.114)       0:04:18.619 ****** 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 11 January 2025  03:27:15 -0500 (0:00:00.117)       0:04:18.737 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 11 January 2025  03:27:15 -0500 (0:00:00.112)       0:04:18.849 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 11 January 2025  03:27:15 -0500 (0:00:00.260)       0:04:19.110 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 11 January 2025  03:27:16 -0500 (0:00:00.173)       0:04:19.284 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 11 January 2025  03:27:16 -0500 (0:00:00.148)       0:04:19.433 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 11 January 2025  03:27:16 -0500 (0:00:00.122)       0:04:19.555 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 11 January 2025  03:27:16 -0500 (0:00:00.118)       0:04:19.674 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 11 January 2025  03:27:16 -0500 (0:00:00.151)       0:04:19.825 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 11 January 2025  03:27:16 -0500 (0:00:00.111)       0:04:19.937 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 11 January 2025  03:27:16 -0500 (0:00:00.117)       0:04:20.054 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 11 January 2025  03:27:16 -0500 (0:00:00.167)       0:04:20.222 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 11 January 2025  03:27:17 -0500 (0:00:00.325)       0:04:20.547 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 11 January 2025  03:27:17 -0500 (0:00:00.176)       0:04:20.724 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 11 January 2025  03:27:17 -0500 (0:00:00.105)       0:04:20.829 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 11 January 2025  03:27:17 -0500 (0:00:00.101)       0:04:20.931 ****** 
ok: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics.j2"
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics_rhel7.j2"
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 11 January 2025  03:27:17 -0500 (0:00:00.281)       0:04:21.213 ****** 
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 11 January 2025  03:27:18 -0500 (0:00:00.217)       0:04:21.430 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 11 January 2025  03:27:18 -0500 (0:00:00.238)       0:04:21.668 ****** 
skipping: [managed-node1] => (item=iproute)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iproute", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=rsyslog)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "rsyslog", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 11 January 2025  03:27:18 -0500 (0:00:00.122)       0:04:21.791 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 11 January 2025  03:27:18 -0500 (0:00:00.123)       0:04:21.915 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "changes": {
        "installed": [
            "rsyslog-gnutls"
        ]
    }, 
    "rc": 0, 
    "results": [
        "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed", 
        "rsyslog-8.24.0-57.el7_9.3.x86_64 providing rsyslog is already installed", 
        "ca-certificates-2023.2.60_v7.0.306-72.el7_9.noarch providing ca-certificates is already installed", 
        "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package rsyslog-gnutls.x86_64 0:8.24.0-57.el7_9.3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package              Arch         Version                  Repository     Size\n================================================================================\nInstalling:\n rsyslog-gnutls       x86_64       8.24.0-57.el7_9.3        updates        51 k\n\nTransaction Summary\n================================================================================\nInstall  1 Package\n\nTotal download size: 51 k\nInstalled size: 37 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : rsyslog-gnutls-8.24.0-57.el7_9.3.x86_64                      1/1 \n  Verifying  : rsyslog-gnutls-8.24.0-57.el7_9.3.x86_64                      1/1 \n\nInstalled:\n  rsyslog-gnutls.x86_64 0:8.24.0-57.el7_9.3                                     \n\nComplete!\n"
    ]
}
lsrpackages: ca-certificates iproute rsyslog rsyslog-gnutls

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 11 January 2025  03:27:22 -0500 (0:00:03.417)       0:04:25.332 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Saturday 11 January 2025  03:27:22 -0500 (0:00:00.152)       0:04:25.485 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-libnm", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-team": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-team", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-tui": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-tui", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "PyYAML": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "PyYAML", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.10"
                }
            ], 
            "acl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "acl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "aic94xx-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "aic94xx-firmware", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "30"
                }
            ], 
            "alsa-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "alsa-firmware", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.0.28"
                }
            ], 
            "alsa-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-lib", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.8"
                }
            ], 
            "alsa-tools-firmware": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-tools-firmware", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.0"
                }
            ], 
            "aspell": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "aspell", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.60.6.1"
                }
            ], 
            "audit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs-python", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "authconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "authconfig", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "6.2.8"
                }
            ], 
            "avahi-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "avahi-libs", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "0.6.31"
                }
            ], 
            "basesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "basesystem", 
                    "release": "7.el7.centos", 
                    "source": "rpm", 
                    "version": "10.0"
                }
            ], 
            "bash": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bash", 
                    "release": "35.el7_9", 
                    "source": "rpm", 
                    "version": "4.2.46"
                }
            ], 
            "bc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bc", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.06.95"
                }
            ], 
            "bind-export-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 32, 
                    "name": "bind-export-libs", 
                    "release": "26.P2.el7_9.16", 
                    "source": "rpm", 
                    "version": "9.11.4"
                }
            ], 
            "binutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "binutils", 
                    "release": "44.base.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.27"
                }
            ], 
            "biosdevname": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "biosdevname", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.7.3"
                }
            ], 
            "boost-date-time": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-date-time", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-system": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-system", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-thread": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-thread", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "btrfs-progs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "btrfs-progs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "4.9.1"
                }
            ], 
            "bzip2-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bzip2-libs", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "ca-certificates": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ca-certificates", 
                    "release": "72.el7_9", 
                    "source": "rpm", 
                    "version": "2023.2.60_v7.0.306"
                }
            ], 
            "centos-logos": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "centos-logos", 
                    "release": "3.el7.centos", 
                    "source": "rpm", 
                    "version": "70.0.6"
                }
            ], 
            "centos-release": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "centos-release", 
                    "release": "9.2009.2.el7.centos", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "checkpolicy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "checkpolicy", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "chkconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "chkconfig", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.7.6"
                }
            ], 
            "chrony": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "chrony", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "3.4"
                }
            ], 
            "cloud-utils-growpart": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "cloud-utils-growpart", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.29"
                }
            ], 
            "coreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "coreutils", 
                    "release": "24.el7_9.2", 
                    "source": "rpm", 
                    "version": "8.22"
                }
            ], 
            "cpio": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpio", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "2.11"
                }
            ], 
            "cpp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "cracklib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cracklib-dicts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib-dicts", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cronie": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "cronie-anacron": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie-anacron", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "crontabs": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "crontabs", 
                    "release": "6.20121102git.el7", 
                    "source": "rpm", 
                    "version": "1.11"
                }
            ], 
            "cryptsetup-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cryptsetup-libs", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "2.0.3"
                }
            ], 
            "curl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "curl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cyrus-sasl-lib", 
                    "release": "24.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.26"
                }
            ], 
            "dbus": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-glib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-glib", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.100"
                }
            ], 
            "dbus-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus-libs", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-python", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.1.1"
                }
            ], 
            "device-mapper": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "device-mapper-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper-libs", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "dhcp-common": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-common", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "dhcp-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-libs", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "diffutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "diffutils", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.3"
                }
            ], 
            "dmidecode": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dmidecode", 
                    "release": "5.el7_9.1", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "dracut": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dracut-config-rescue": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut-config-rescue", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dyninst": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dyninst", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "9.3.1"
                }
            ], 
            "e2fsprogs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs-libs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "ebtables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ebtables", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.0.10"
                }
            ], 
            "efivar-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "efivar-libs", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "36"
                }
            ], 
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "elfutils-default-yama-scope", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libelf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libelf", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libs", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "epel-release": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "epel-release", 
                    "release": "14", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "ethtool": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "ethtool", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "4.8"
                }
            ], 
            "expat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "expat", 
                    "release": "15.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "file": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "file-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file-libs", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "filesystem": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "filesystem", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "findutils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "findutils", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "4.5.11"
                }
            ], 
            "fipscheck": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "fipscheck-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck-lib", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "firewalld": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "firewalld-filesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld-filesystem", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "freetype": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "freetype", 
                    "release": "14.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.8"
                }
            ], 
            "fxload": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fxload", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2002_04_11"
                }
            ], 
            "gawk": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gawk", 
                    "release": "4.el7_3.1", 
                    "source": "rpm", 
                    "version": "4.0.2"
                }
            ], 
            "gcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "gdbm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gdbm", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.10"
                }
            ], 
            "gettext": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "gettext-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "git": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "git", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.8.3.1"
                }
            ], 
            "glib2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glib2", 
                    "release": "9.el7_9", 
                    "source": "rpm", 
                    "version": "2.56.1"
                }
            ], 
            "glibc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-common": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-common", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-devel", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-headers", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "gmp": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "gmp", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "6.0.0"
                }
            ], 
            "gnupg2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gnupg2", 
                    "release": "5.el7_5", 
                    "source": "rpm", 
                    "version": "2.0.22"
                }
            ], 
            "gnutls": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gnutls", 
                    "release": "9.el7_6", 
                    "source": "rpm", 
                    "version": "3.3.29"
                }
            ], 
            "gobject-introspection": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gobject-introspection", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.56.1"
                }
            ], 
            "gpg-pubkey": [
                {
                    "arch": null, 
                    "epoch": null, 
                    "name": "gpg-pubkey", 
                    "release": "52ae6884", 
                    "source": "rpm", 
                    "version": "352c64e5"
                }, 
                {
                    "arch": null, 
                    "epoch": null, 
                    "name": "gpg-pubkey", 
                    "release": "53a7ff4b", 
                    "source": "rpm", 
                    "version": "f4a80eb5"
                }
            ], 
            "gpgme": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gpgme", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.3.2"
                }
            ], 
            "gpm-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gpm-libs", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.20.7"
                }
            ], 
            "grep": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "grep", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.20"
                }
            ], 
            "groff-base": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "groff-base", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.22.2"
                }
            ], 
            "grub2": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-common": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "grub2-common", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-pc": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-pc", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-pc-modules": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "grub2-pc-modules", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools-extra": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools-extra", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools-minimal", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grubby": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "grubby", 
                    "release": "26.el7", 
                    "source": "rpm", 
                    "version": "8.28"
                }
            ], 
            "gssproxy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gssproxy", 
                    "release": "30.el7_9", 
                    "source": "rpm", 
                    "version": "0.7.0"
                }
            ], 
            "gzip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gzip", 
                    "release": "11.el7_9", 
                    "source": "rpm", 
                    "version": "1.5"
                }
            ], 
            "hardlink": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "hardlink", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.0"
                }
            ], 
            "hostname": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "hostname", 
                    "release": "3.el7_7.1", 
                    "source": "rpm", 
                    "version": "3.13"
                }
            ], 
            "hwdata": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "hwdata", 
                    "release": "9.7.el7", 
                    "source": "rpm", 
                    "version": "0.252"
                }
            ], 
            "info": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "info", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "5.1"
                }
            ], 
            "iproute": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iproute", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "4.11.0"
                }
            ], 
            "iprutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iprutils", 
                    "release": "3.el7_7", 
                    "source": "rpm", 
                    "version": "2.4.17.1"
                }
            ], 
            "ipset": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "ipset-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset-libs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "iptables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iptables", 
                    "release": "35.el7", 
                    "source": "rpm", 
                    "version": "1.4.21"
                }
            ], 
            "iputils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iputils", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "20160308"
                }
            ], 
            "irqbalance": [
                {
                    "arch": "x86_64", 
                    "epoch": 3, 
                    "name": "irqbalance", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "1.0.7"
                }
            ], 
            "ivtv-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 2, 
                    "name": "ivtv-firmware", 
                    "release": "26.el7", 
                    "source": "rpm", 
                    "version": "20080701"
                }
            ], 
            "iwl100-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl100-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl1000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "iwl1000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl105-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl105-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl135-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl135-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2030-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2030-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl3160-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3160-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "iwl3945-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3945-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "15.32.2.9"
                }
            ], 
            "iwl4965-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl4965-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "228.61.2.24"
                }
            ], 
            "iwl5000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.83.5.1_1"
                }
            ], 
            "iwl5150-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5150-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.24.2.2"
                }
            ], 
            "iwl6000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "9.221.4.1"
                }
            ], 
            "iwl6000g2a-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2a-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6000g2b-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2b-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6050-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6050-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "41.28.5.1"
                }
            ], 
            "iwl7260-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl7260-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "jansson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "jansson", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.10"
                }
            ], 
            "json-c": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "json-c", 
                    "release": "4.el7_0", 
                    "source": "rpm", 
                    "version": "0.11"
                }
            ], 
            "kbd-legacy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-legacy", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kbd-misc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-misc", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kernel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }, 
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-debug-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-debug-devel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-headers", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools-libs", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "keyutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "keyutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "kmod": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kmod-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod-libs", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kpartx": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kpartx", 
                    "release": "136.el7_9", 
                    "source": "rpm", 
                    "version": "0.4.9"
                }
            ], 
            "krb5-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "krb5-libs", 
                    "release": "55.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.1"
                }
            ], 
            "less": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "less", 
                    "release": "10.el7_9", 
                    "source": "rpm", 
                    "version": "458"
                }
            ], 
            "libacl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libacl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "libassuan": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libassuan", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "libattr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libattr", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "2.4.46"
                }
            ], 
            "libbasicobjects": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libbasicobjects", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.1"
                }
            ], 
            "libblkid": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libblkid", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libcap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.22"
                }
            ], 
            "libcap-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap-ng", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.7.5"
                }
            ], 
            "libcgroup": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcgroup", 
                    "release": "21.el7", 
                    "source": "rpm", 
                    "version": "0.41"
                }
            ], 
            "libcollection": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcollection", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.7.0"
                }
            ], 
            "libcom_err": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcom_err", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libcroco": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcroco", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.12"
                }
            ], 
            "libcurl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcurl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "libdaemon": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdaemon", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libdb": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdb-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb-utils", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdrm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdrm", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.4.97"
                }
            ], 
            "libdwarf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdwarf", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "20130207"
                }
            ], 
            "libedit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libedit", 
                    "release": "12.20121213cvs.el7", 
                    "source": "rpm", 
                    "version": "3.0"
                }
            ], 
            "libestr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libestr", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.1.9"
                }
            ], 
            "libevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libevent", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.0.21"
                }
            ], 
            "libfastjson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libfastjson", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.99.4"
                }
            ], 
            "libffi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libffi", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "3.0.13"
                }
            ], 
            "libgcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgcrypt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcrypt", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "1.5.3"
                }
            ], 
            "libgomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgomp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgpg-error": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgpg-error", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.12"
                }
            ], 
            "libidn": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libidn", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.28"
                }
            ], 
            "libini_config": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libini_config", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "1.3.1"
                }
            ], 
            "libmnl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmnl", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.0.3"
                }
            ], 
            "libmount": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmount", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libmpc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmpc", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libndp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libndp", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.2"
                }
            ], 
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnetfilter_conntrack", 
                    "release": "1.el7_3", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "libnfnetlink": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfnetlink", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libnfsidmap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfsidmap", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "0.25"
                }
            ], 
            "libnl3": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libnl3-cli": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3-cli", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libpath_utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpath_utils", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.2.1"
                }
            ], 
            "libpciaccess": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpciaccess", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libpipeline": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpipeline", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libpng": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "libpng", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.5.13"
                }
            ], 
            "libpwquality": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpwquality", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libref_array": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libref_array", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.5"
                }
            ], 
            "libseccomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libseccomp", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.3.1"
                }
            ], 
            "libselinux": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-python", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-utils", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage-python", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsepol": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsepol", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsmartcols": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsmartcols", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libss": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libss", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libssh2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libssh2", 
                    "release": "4.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.8.0"
                }
            ], 
            "libstdc++": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libstdc++", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libsysfs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsysfs", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "libtasn1": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtasn1", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "4.10"
                }
            ], 
            "libteam": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libteam", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.29"
                }
            ], 
            "libtirpc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtirpc", 
                    "release": "0.16.el7", 
                    "source": "rpm", 
                    "version": "0.2.4"
                }
            ], 
            "libunistring": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libunistring", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.9.3"
                }
            ], 
            "libuser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libuser", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.60"
                }
            ], 
            "libutempter": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libutempter", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.1.6"
                }
            ], 
            "libuuid": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libuuid", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libverto": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libverto", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.2.5"
                }
            ], 
            "libverto-libevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libverto-libevent", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.2.5"
                }
            ], 
            "libxml2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxml2", 
                    "release": "6.el7_9.6", 
                    "source": "rpm", 
                    "version": "2.9.1"
                }
            ], 
            "libxml2-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxml2-python", 
                    "release": "6.el7_9.6", 
                    "source": "rpm", 
                    "version": "2.9.1"
                }
            ], 
            "libxslt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxslt", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.1.28"
                }
            ], 
            "libyaml": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libyaml", 
                    "release": "11.el7_0", 
                    "source": "rpm", 
                    "version": "0.1.4"
                }
            ], 
            "linux-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "linux-firmware", 
                    "release": "82.git78c0348.el7_9", 
                    "source": "rpm", 
                    "version": "20200421"
                }
            ], 
            "logrotate": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "logrotate", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "3.8.6"
                }
            ], 
            "lshw": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lshw", 
                    "release": "0.1.20180614git028f6b2.beaker.1.el7bkr.1", 
                    "source": "rpm", 
                    "version": "B.02.19"
                }
            ], 
            "lsscsi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lsscsi", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.27"
                }
            ], 
            "lua": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lua", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "5.1.4"
                }
            ], 
            "lz4": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lz4", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.8.3"
                }
            ], 
            "lzo": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lzo", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "2.06"
                }
            ], 
            "mailcap": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "mailcap", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.1.41"
                }
            ], 
            "make": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "make", 
                    "release": "24.el7", 
                    "source": "rpm", 
                    "version": "3.82"
                }
            ], 
            "man-db": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "man-db", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.6.3"
                }
            ], 
            "mariadb-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "mariadb-libs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "5.5.68"
                }
            ], 
            "microcode_ctl": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "microcode_ctl", 
                    "release": "73.20.el7_9", 
                    "source": "rpm", 
                    "version": "2.1"
                }
            ], 
            "mokutil": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mokutil", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "15"
                }
            ], 
            "mozjs17": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mozjs17", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "17.0.0"
                }
            ], 
            "mpfr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mpfr", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.1.1"
                }
            ], 
            "ncurses": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ncurses", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "ncurses-base": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ncurses-base", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "ncurses-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ncurses-libs", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "net-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "net-tools", 
                    "release": "0.25.20131004git.el7", 
                    "source": "rpm", 
                    "version": "2.0"
                }
            ], 
            "nettle": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nettle", 
                    "release": "9.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.1"
                }
            ], 
            "newt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "newt", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.52.15"
                }
            ], 
            "newt-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "newt-python", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.52.15"
                }
            ], 
            "nfs-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "nfs-utils", 
                    "release": "0.68.el7.2", 
                    "source": "rpm", 
                    "version": "1.3.0"
                }
            ], 
            "nspr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nspr", 
                    "release": "1.el7_9", 
                    "source": "rpm", 
                    "version": "4.35.0"
                }
            ], 
            "nss": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-pem": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-pem", 
                    "release": "7.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.0.3"
                }
            ], 
            "nss-softokn": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-softokn", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-softokn-freebl", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-sysinit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-sysinit", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-tools", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-util": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-util", 
                    "release": "1.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "numactl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "numactl-libs", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.0.12"
                }
            ], 
            "openldap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openldap", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "2.4.44"
                }
            ], 
            "openssh": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssh-clients": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh-clients", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssh-server": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh-server", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssl": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "openssl", 
                    "release": "26.el7_9", 
                    "source": "rpm", 
                    "version": "1.0.2k"
                }
            ], 
            "openssl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "openssl-libs", 
                    "release": "26.el7_9", 
                    "source": "rpm", 
                    "version": "1.0.2k"
                }
            ], 
            "os-prober": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "os-prober", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.58"
                }
            ], 
            "p11-kit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "p11-kit", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.5"
                }
            ], 
            "p11-kit-trust": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "p11-kit-trust", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.5"
                }
            ], 
            "pam": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pam", 
                    "release": "23.el7", 
                    "source": "rpm", 
                    "version": "1.1.8"
                }
            ], 
            "parted": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "parted", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "3.1"
                }
            ], 
            "passwd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "passwd", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.79"
                }
            ], 
            "pciutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pciutils-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.5.1"
                }
            ], 
            "pcre": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pcre", 
                    "release": "17.el7", 
                    "source": "rpm", 
                    "version": "8.32"
                }
            ], 
            "perl": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-Business-ISBN": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Business-ISBN", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.06"
                }
            ], 
            "perl-Business-ISBN-Data": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Business-ISBN-Data", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "20120719.001"
                }
            ], 
            "perl-CGI": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-CGI", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.63"
                }
            ], 
            "perl-Carp": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Carp", 
                    "release": "244.el7", 
                    "source": "rpm", 
                    "version": "1.26"
                }
            ], 
            "perl-Compress-Raw-Bzip2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Compress-Raw-Bzip2", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-Compress-Raw-Zlib": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-Compress-Raw-Zlib", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Data-Dumper", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.145"
                }
            ], 
            "perl-Date-Manip": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Date-Manip", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.41"
                }
            ], 
            "perl-Digest": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Digest", 
                    "release": "245.el7", 
                    "source": "rpm", 
                    "version": "1.17"
                }
            ], 
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Digest-MD5", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.52"
                }
            ], 
            "perl-Encode": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Encode", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.51"
                }
            ], 
            "perl-Encode-Locale": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Encode-Locale", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.03"
                }
            ], 
            "perl-Error": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Error", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.17020"
                }
            ], 
            "perl-Exporter": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Exporter", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "5.68"
                }
            ], 
            "perl-FCGI": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-FCGI", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "0.74"
                }
            ], 
            "perl-File-Listing": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Listing", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "6.04"
                }
            ], 
            "perl-File-Path": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Path", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.09"
                }
            ], 
            "perl-File-Temp": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Temp", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.01"
                }
            ], 
            "perl-Filter": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Filter", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.49"
                }
            ], 
            "perl-Font-AFM": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Font-AFM", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.20"
                }
            ], 
            "perl-Getopt-Long": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Getopt-Long", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.40"
                }
            ], 
            "perl-Git": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Git", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.8.3.1"
                }
            ], 
            "perl-HTML-Format": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTML-Format", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.10"
                }
            ], 
            "perl-HTML-Parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-HTML-Parser", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.71"
                }
            ], 
            "perl-HTML-Tagset": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTML-Tagset", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "3.20"
                }
            ], 
            "perl-HTML-Tree": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-HTML-Tree", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "5.03"
                }
            ], 
            "perl-HTTP-Cookies": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Cookies", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Daemon": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Daemon", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Date": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Date", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-HTTP-Message": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Message", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "6.06"
                }
            ], 
            "perl-HTTP-Negotiate": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Negotiate", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Tiny", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.033"
                }
            ], 
            "perl-IO-Compress": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Compress", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-IO-HTML": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-HTML", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.00"
                }
            ], 
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Socket-IP", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.21"
                }
            ], 
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Socket-SSL", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.94"
                }
            ], 
            "perl-IO-Zlib": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-IO-Zlib", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "1.10"
                }
            ], 
            "perl-IO-stringy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-stringy", 
                    "release": "22.el7", 
                    "source": "rpm", 
                    "version": "2.110"
                }
            ], 
            "perl-LWP-MediaTypes": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-LWP-MediaTypes", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-LWP-Protocol-https": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-LWP-Protocol-https", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "6.04"
                }
            ], 
            "perl-Module-Load": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Module-Load", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.24"
                }
            ], 
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Mozilla-CA", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "20130114"
                }
            ], 
            "perl-Net-HTTP": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Net-HTTP", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.06"
                }
            ], 
            "perl-Net-LibIDN": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Net-LibIDN", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "0.12"
                }
            ], 
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Net-SSLeay", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.55"
                }
            ], 
            "perl-PathTools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-PathTools", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "3.40"
                }
            ], 
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Pod-Escapes", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "1.04"
                }
            ], 
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Pod-Perldoc", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.20"
                }
            ], 
            "perl-Pod-Simple": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Pod-Simple", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.28"
                }
            ], 
            "perl-Pod-Usage": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Pod-Usage", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.63"
                }
            ], 
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Scalar-List-Utils", 
                    "release": "248.el7", 
                    "source": "rpm", 
                    "version": "1.27"
                }
            ], 
            "perl-Socket": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Socket", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.010"
                }
            ], 
            "perl-Storable": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Storable", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.45"
                }
            ], 
            "perl-TermReadKey": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-TermReadKey", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "2.30"
                }
            ], 
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Text-ParseWords", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.29"
                }
            ], 
            "perl-Time-HiRes": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-Time-HiRes", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.9725"
                }
            ], 
            "perl-Time-Local": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Time-Local", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.2300"
                }
            ], 
            "perl-TimeDate": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-TimeDate", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.30"
                }
            ], 
            "perl-URI": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-URI", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.60"
                }
            ], 
            "perl-WWW-RobotRules": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-WWW-RobotRules", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-XML-LibXML": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-XML-LibXML", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.0018"
                }
            ], 
            "perl-XML-NamespaceSupport": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-NamespaceSupport", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "1.11"
                }
            ], 
            "perl-XML-Parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-XML-Parser", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.41"
                }
            ], 
            "perl-XML-SAX": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-SAX", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.99"
                }
            ], 
            "perl-XML-SAX-Base": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-SAX-Base", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.08"
                }
            ], 
            "perl-XML-Twig": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-Twig", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "3.44"
                }
            ], 
            "perl-constant": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-constant", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.27"
                }
            ], 
            "perl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-libs", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-libwww-perl": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-libwww-perl", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.05"
                }
            ], 
            "perl-macros": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-macros", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-parent": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-parent", 
                    "release": "244.el7", 
                    "source": "rpm", 
                    "version": "0.225"
                }
            ], 
            "perl-podlators": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-podlators", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.5.1"
                }
            ], 
            "perl-threads": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-threads", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.87"
                }
            ], 
            "perl-threads-shared": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-threads-shared", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.43"
                }
            ], 
            "pinentry": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pinentry", 
                    "release": "17.el7", 
                    "source": "rpm", 
                    "version": "0.8.1"
                }
            ], 
            "pkgconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "pkgconfig", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.27.1"
                }
            ], 
            "plymouth-core-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth-core-libs", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "policycoreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "policycoreutils-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils-python", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "polkit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit", 
                    "release": "26.el7_9.1", 
                    "source": "rpm", 
                    "version": "0.112"
                }
            ], 
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit-pkla-compat", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.1"
                }
            ], 
            "popt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "popt", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "1.13"
                }
            ], 
            "postfix": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "postfix", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "2.10.1"
                }
            ], 
            "procps-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "procps-ng", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "3.3.10"
                }
            ], 
            "pth": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pth", 
                    "release": "23.el7", 
                    "source": "rpm", 
                    "version": "2.0.7"
                }
            ], 
            "pygpgme": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pygpgme", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.3"
                }
            ], 
            "pyliblzma": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pyliblzma", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "0.5.3"
                }
            ], 
            "pyserial": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "pyserial", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "2.6"
                }
            ], 
            "python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python", 
                    "release": "94.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.5"
                }
            ], 
            "python-IPy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-IPy", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.75"
                }
            ], 
            "python-babel": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-babel", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "0.9.6"
                }
            ], 
            "python-backports": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-backports", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.0"
                }
            ], 
            "python-backports-ssl_match_hostname": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-backports-ssl_match_hostname", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "3.5.0.1"
                }
            ], 
            "python-chardet": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-chardet", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.2.1"
                }
            ], 
            "python-configobj": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-configobj", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "4.7.2"
                }
            ], 
            "python-decorator": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-decorator", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.4.0"
                }
            ], 
            "python-firewall": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-firewall", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "python-gobject-base": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-gobject-base", 
                    "release": "1.el7_4.1", 
                    "source": "rpm", 
                    "version": "3.22.0"
                }
            ], 
            "python-iniparse": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-iniparse", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.4"
                }
            ], 
            "python-ipaddress": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-ipaddress", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.0.16"
                }
            ], 
            "python-jinja2": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jinja2", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.7.2"
                }
            ], 
            "python-jsonpatch": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jsonpatch", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.2"
                }
            ], 
            "python-jsonpointer": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jsonpointer", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.9"
                }
            ], 
            "python-kitchen": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-kitchen", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.1.1"
                }
            ], 
            "python-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-libs", 
                    "release": "94.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.5"
                }
            ], 
            "python-linux-procfs": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-linux-procfs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.11"
                }
            ], 
            "python-lxml": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-lxml", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.1"
                }
            ], 
            "python-markupsafe": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-markupsafe", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "0.11"
                }
            ], 
            "python-perf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-perf", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "python-prettytable": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-prettytable", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.7.2"
                }
            ], 
            "python-pycurl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-pycurl", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "7.19.0"
                }
            ], 
            "python-pyudev": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-pyudev", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.15"
                }
            ], 
            "python-requests": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-requests", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.6.0"
                }
            ], 
            "python-schedutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-schedutils", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.4"
                }
            ], 
            "python-setuptools": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-setuptools", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.9.8"
                }
            ], 
            "python-six": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-six", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.9.0"
                }
            ], 
            "python-slip": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-slip", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.0"
                }
            ], 
            "python-slip-dbus": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-slip-dbus", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.0"
                }
            ], 
            "python-urlgrabber": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-urlgrabber", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "3.10"
                }
            ], 
            "python-urllib3": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-urllib3", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.10.2"
                }
            ], 
            "pyxattr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pyxattr", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.5.1"
                }
            ], 
            "qa-tools": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "qa-tools", 
                    "release": "4.el7_9", 
                    "source": "rpm", 
                    "version": "4.1"
                }
            ], 
            "qemu-guest-agent": [
                {
                    "arch": "x86_64", 
                    "epoch": 10, 
                    "name": "qemu-guest-agent", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.12.0"
                }
            ], 
            "qrencode-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "qrencode-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.4.1"
                }
            ], 
            "quota": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "quota", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "4.01"
                }
            ], 
            "quota-nls": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "quota-nls", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "4.01"
                }
            ], 
            "readline": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "readline", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "6.2"
                }
            ], 
            "restraint": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "restraint", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "0.4.4"
                }
            ], 
            "restraint-rhts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "restraint-rhts", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "0.4.4"
                }
            ], 
            "rng-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rng-tools", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.3.1"
                }
            ], 
            "rootfiles": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rootfiles", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "8.1"
                }
            ], 
            "rpcbind": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpcbind", 
                    "release": "49.el7", 
                    "source": "rpm", 
                    "version": "0.2.0"
                }
            ], 
            "rpm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-build-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-build-libs", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-libs", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-python", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rsync": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rsync", 
                    "release": "12.el7_9", 
                    "source": "rpm", 
                    "version": "3.1.2"
                }
            ], 
            "rsyslog": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rsyslog", 
                    "release": "57.el7_9.3", 
                    "source": "rpm", 
                    "version": "8.24.0"
                }
            ], 
            "rsyslog-gnutls": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rsyslog-gnutls", 
                    "release": "57.el7_9.3", 
                    "source": "rpm", 
                    "version": "8.24.0"
                }
            ], 
            "ruby": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ruby", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "ruby-irb": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ruby-irb", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "ruby-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ruby-libs", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "rubygem-bigdecimal": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-bigdecimal", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "1.2.0"
                }
            ], 
            "rubygem-io-console": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-io-console", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "0.4.2"
                }
            ], 
            "rubygem-json": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-json", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "1.7.7"
                }
            ], 
            "rubygem-psych": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-psych", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0"
                }
            ], 
            "rubygem-rdoc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rubygem-rdoc", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "4.0.0"
                }
            ], 
            "rubygems": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rubygems", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.14.1"
                }
            ], 
            "sed": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sed", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "4.2.2"
                }
            ], 
            "selinux-policy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "selinux-policy", 
                    "release": "268.el7_9.2", 
                    "source": "rpm", 
                    "version": "3.13.1"
                }
            ], 
            "selinux-policy-targeted": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "selinux-policy-targeted", 
                    "release": "268.el7_9.2", 
                    "source": "rpm", 
                    "version": "3.13.1"
                }
            ], 
            "setools-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "setools-libs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.3.8"
                }
            ], 
            "setup": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "setup", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.8.71"
                }
            ], 
            "sg3_utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "sg3_utils", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.37"
                }
            ], 
            "sg3_utils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "sg3_utils-libs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.37"
                }
            ], 
            "shadow-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "shadow-utils", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "4.6"
                }
            ], 
            "shared-mime-info": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "shared-mime-info", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.8"
                }
            ], 
            "slang": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "slang", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.2.4"
                }
            ], 
            "snappy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "snappy", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.1.0"
                }
            ], 
            "sqlite": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sqlite", 
                    "release": "8.el7_7.1", 
                    "source": "rpm", 
                    "version": "3.7.17"
                }
            ], 
            "strace": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "strace", 
                    "release": "7.el7_9", 
                    "source": "rpm", 
                    "version": "4.24"
                }
            ], 
            "sudo": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sudo", 
                    "release": "10.el7_9.3", 
                    "source": "rpm", 
                    "version": "1.8.23"
                }
            ], 
            "systemd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemd-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd-libs", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemd-sysv": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd-sysv", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemtap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-client": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-client", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-devel", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-runtime": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-runtime", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "sysvinit-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sysvinit-tools", 
                    "release": "14.dsf.el7", 
                    "source": "rpm", 
                    "version": "2.88"
                }
            ], 
            "tar": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "tar", 
                    "release": "35.el7", 
                    "source": "rpm", 
                    "version": "1.26"
                }
            ], 
            "tcp_wrappers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "tcp_wrappers", 
                    "release": "77.el7", 
                    "source": "rpm", 
                    "version": "7.6"
                }
            ], 
            "tcp_wrappers-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "tcp_wrappers-libs", 
                    "release": "77.el7", 
                    "source": "rpm", 
                    "version": "7.6"
                }
            ], 
            "teamd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "teamd", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.29"
                }
            ], 
            "time": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "time", 
                    "release": "45.el7", 
                    "source": "rpm", 
                    "version": "1.7"
                }
            ], 
            "tps-devel": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tps-devel", 
                    "release": "1", 
                    "source": "rpm", 
                    "version": "2.44.50"
                }
            ], 
            "trousers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "trousers", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.3.14"
                }
            ], 
            "tuned": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tuned", 
                    "release": "12.el7_9", 
                    "source": "rpm", 
                    "version": "2.11.0"
                }
            ], 
            "tzdata": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tzdata", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2024a"
                }
            ], 
            "unzip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "unzip", 
                    "release": "24.el7_9", 
                    "source": "rpm", 
                    "version": "6.0"
                }
            ], 
            "ustr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ustr", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "1.0.4"
                }
            ], 
            "util-linux": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "util-linux", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "vim-common": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-common", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-enhanced": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-enhanced", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-filesystem": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-filesystem", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-minimal": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-minimal", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "virt-what": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "virt-what", 
                    "release": "4.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.18"
                }
            ], 
            "wget": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "wget", 
                    "release": "18.el7_6.1", 
                    "source": "rpm", 
                    "version": "1.14"
                }
            ], 
            "which": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "which", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.20"
                }
            ], 
            "wpa_supplicant": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "wpa_supplicant", 
                    "release": "12.el7_9.2", 
                    "source": "rpm", 
                    "version": "2.6"
                }
            ], 
            "xfsprogs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xfsprogs", 
                    "release": "22.el7", 
                    "source": "rpm", 
                    "version": "4.5.0"
                }
            ], 
            "xz": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xz", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "5.2.2"
                }
            ], 
            "xz-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xz-libs", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "5.2.2"
                }
            ], 
            "yum": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum", 
                    "release": "168.el7.centos", 
                    "source": "rpm", 
                    "version": "3.4.3"
                }
            ], 
            "yum-metadata-parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "yum-metadata-parser", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "1.1.4"
                }
            ], 
            "yum-plugin-fastestmirror": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum-plugin-fastestmirror", 
                    "release": "54.el7_8", 
                    "source": "rpm", 
                    "version": "1.1.31"
                }
            ], 
            "yum-utils": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum-utils", 
                    "release": "54.el7_8", 
                    "source": "rpm", 
                    "version": "1.1.31"
                }
            ], 
            "zip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "zip", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.0"
                }
            ], 
            "zlib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "zlib", 
                    "release": "21.el7_9", 
                    "source": "rpm", 
                    "version": "1.2.7"
                }
            ]
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 11 January 2025  03:27:24 -0500 (0:00:02.083)       0:04:27.569 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_version": "8.24.0"
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 11 January 2025  03:27:24 -0500 (0:00:00.099)       0:04:27.668 ****** 
ok: [managed-node1] => {}

MSG:

Rsyslog_version is 8.24.0, which is older than "8.37.0-7.2".

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 11 January 2025  03:27:24 -0500 (0:00:00.123)       0:04:27.792 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 11 January 2025  03:27:24 -0500 (0:00:00.118)       0:04:27.911 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create the config directory if it does not exist] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 11 January 2025  03:27:24 -0500 (0:00:00.101)       0:04:28.012 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/etc/rsyslog.d", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 11 January 2025  03:27:25 -0500 (0:00:00.478)       0:04:28.491 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/var/lib/rsyslog", 
    "secontext": "system_u:object_r:syslogd_var_lib_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 11 January 2025  03:27:25 -0500 (0:00:00.397)       0:04:28.889 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/var/log", 
    "secontext": "system_u:object_r:var_log_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 11 January 2025  03:27:26 -0500 (0:00:00.399)       0:04:29.288 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options", 
                "filename": "00-global.conf", 
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
            }, 
            {
                "name": "local-modules", 
                "sections": [
                    {
                        "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                    }
                ], 
                "state": "absent", 
                "type": "modules"
            }, 
            {
                "name": "common-defaults", 
                "sections": [
                    {
                        "comment": "Log every message", 
                        "options": "$RepeatedMsgReduction off"
                    }
                ], 
                "type": "global"
            }, 
            {
                "name": "templates", 
                "sections": [
                    {
                        "comment": "User provided output templates", 
                        "options": "\n"
                    }
                ], 
                "type": "templates"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125
Saturday 11 January 2025  03:27:26 -0500 (0:00:00.751)       0:04:30.040 ****** 
changed: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n', u'filename': u'00-global.conf'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
    "dest": "/etc/rsyslog.d/00-global.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 137, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736584046.88-23581-125229850791832/source", 
    "state": "file", 
    "uid": 0
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
changed: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
    "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 96, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736584047.8-23581-243983236582493/source", 
    "state": "file", 
    "uid": 0
}
changed: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
    "dest": "/etc/rsyslog.d/20-templates.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 85, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736584048.5-23581-176556419865656/source", 
    "state": "file", 
    "uid": 0
}
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:149
Saturday 11 January 2025  03:27:29 -0500 (0:00:02.605)       0:04:32.646 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584046.88-23581-125229850791832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584046.88-23581-125229850791832/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584047.8-23581-243983236582493/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584047.8-23581-243983236582493/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584048.5-23581-176556419865656/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584048.5-23581-176556419865656/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:153
Saturday 11 January 2025  03:27:29 -0500 (0:00:00.098)       0:04:32.745 ****** 
skipping: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n', u'filename': u'00-global.conf'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:171
Saturday 11 January 2025  03:27:29 -0500 (0:00:00.215)       0:04:32.960 ****** 
ok: [managed-node1] => (item={u'type': u'basics', u'name': u'basic_input'}) => {
    "ansible_facts": {
        "__rsyslog_basics_packages": []
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml"
    ], 
    "ansible_loop_var": "input_item", 
    "changed": false, 
    "input_item": {
        "name": "basic_input", 
        "type": "basics"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182
Saturday 11 January 2025  03:27:29 -0500 (0:00:00.122)       0:04:33.082 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3
Saturday 11 January 2025  03:27:30 -0500 (0:00:00.266)       0:04:33.349 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:27:30 -0500 (0:00:00.180)       0:04:33.530 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:27:30 -0500 (0:00:00.103)       0:04:33.633 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:27:30 -0500 (0:00:00.112)       0:04:33.745 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584046.88-23581-125229850791832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584046.88-23581-125229850791832/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584047.8-23581-243983236582493/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584047.8-23581-243983236582493/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584048.5-23581-176556419865656/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584048.5-23581-176556419865656/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:27:30 -0500 (0:00:00.172)       0:04:33.918 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-basic_input] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10
Saturday 11 January 2025  03:27:30 -0500 (0:00:00.132)       0:04:34.051 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:27:31 -0500 (0:00:00.268)       0:04:34.320 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:27:31 -0500 (0:00:00.119)       0:04:34.439 ****** 
changed: [managed-node1] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_severity_and_facility\n}\n'}], u'name': u'input-basics-basic_input'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
    "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "input-basics-basic_input", 
        "sections": [
            {
                "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input"
    }, 
    "md5sum": "7dedd1662edfba1cb67f51bb9048536c", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 581, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736584051.8-23800-113879621125583/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:27:32 -0500 (0:00:01.440)       0:04:35.880 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584046.88-23581-125229850791832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584046.88-23581-125229850791832/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584047.8-23581-243983236582493/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584047.8-23581-243983236582493/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584048.5-23581-176556419865656/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584048.5-23581-176556419865656/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584051.8-23800-113879621125583/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "7dedd1662edfba1cb67f51bb9048536c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 581, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584051.8-23800-113879621125583/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:27:32 -0500 (0:00:00.163)       0:04:36.043 ****** 
skipping: [managed-node1] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_severity_and_facility\n}\n'}], u'name': u'input-basics-basic_input'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "input-basics-basic_input", 
        "sections": [
            {
                "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:197
Saturday 11 January 2025  03:27:33 -0500 (0:00:00.989)       0:04:37.032 ****** 
ok: [managed-node1] => (item={u'tls': True, u'target': u'host.domain', u'name': u'forwards_severity_and_facility', u'facility': u'local1', u'tcp_port': 1514, u'type': u'forwards', u'severity': u'info'}) => {
    "ansible_facts": {
        "__rsyslog_conf_forwards_output_modules": [
            {
                "name": "output-forwards-modules", 
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format", 
                        "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_forwards_template_format | length > 0 and logging_forwards_template_format != \"modern\" %}\nmodule(load=\"builtin:omfwd\" Template=\"{{ logging_forwards_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_forwards_output_packages": [], 
        "__rsyslog_forwards_output_rules": [
            "{{ __rsyslog_conf_forwards_output_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "facility": "local1", 
        "name": "forwards_severity_and_facility", 
        "severity": "info", 
        "target": "host.domain", 
        "tcp_port": 1514, 
        "tls": true, 
        "type": "forwards"
    }
}
ok: [managed-node1] => (item={u'type': u'files', u'name': u'default_files'}) => {
    "ansible_facts": {
        "__rsyslog_conf_files_output_modules": [
            {
                "name": "output-files-modules", 
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format", 
                        "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_files_template_format not in [\"\", \"modern\"] %}\nmodule(load=\"builtin:omfile\" Template=\"{{ logging_files_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfile\")\n{% endif %}"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_files_output_packages": [], 
        "__rsyslog_files_output_rules": [
            "{{ __rsyslog_conf_files_output_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "name": "default_files", 
        "type": "files"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:209
Saturday 11 January 2025  03:27:33 -0500 (0:00:00.153)       0:04:37.187 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node1
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3
Saturday 11 January 2025  03:27:34 -0500 (0:00:00.206)       0:04:37.393 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:27:34 -0500 (0:00:00.188)       0:04:37.582 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:27:34 -0500 (0:00:00.184)       0:04:37.767 ****** 
changed: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
    "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 194, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736584054.72-23943-7019779320257/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:27:35 -0500 (0:00:01.050)       0:04:38.817 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584046.88-23581-125229850791832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584046.88-23581-125229850791832/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584047.8-23581-243983236582493/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584047.8-23581-243983236582493/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584048.5-23581-176556419865656/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584048.5-23581-176556419865656/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584051.8-23800-113879621125583/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "7dedd1662edfba1cb67f51bb9048536c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 581, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584051.8-23800-113879621125583/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584054.72-23943-7019779320257/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584054.72-23943-7019779320257/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:27:35 -0500 (0:00:00.150)       0:04:38.968 ****** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd" Template="RSYSLOG_TraditionalForwardFormat")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_severity_and_facility] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10
Saturday 11 January 2025  03:27:35 -0500 (0:00:00.175)       0:04:39.144 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:27:36 -0500 (0:00:00.246)       0:04:39.391 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:27:36 -0500 (0:00:00.104)       0:04:39.495 ****** 
changed: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_severity_and_facility") {\n    local1.info action(name="forwards_severity_and_facility"\n        type="omfwd"\n        Target="host.domain"\n        StreamDriver="gtls"\n        StreamDriverMode="1"\n        StreamDriverAuthMode="x509/name"\n        StreamDriverPermittedPeers="*.managed-node1"\n        Port="1514"\n        Protocol="tcp"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}], u'name': u'output-forwards-forwards_severity_and_facility'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "465399f43de481f3dc889822c890c58bc436f4a0", 
    "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-forwards_severity_and_facility", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        StreamDriver=\"gtls\"\n        StreamDriverMode=\"1\"\n        StreamDriverAuthMode=\"x509/name\"\n        StreamDriverPermittedPeers=\"*.managed-node1\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "md5sum": "2c7bf382d4b7e59967e9f9cc58100ae8", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 450, 
    "src": "/root/.ansible/tmp/ansible-tmp-1736584056.63-24028-21469477713459/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:27:37 -0500 (0:00:01.168)       0:04:40.663 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584046.88-23581-125229850791832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584046.88-23581-125229850791832/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584047.8-23581-243983236582493/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584047.8-23581-243983236582493/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584048.5-23581-176556419865656/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584048.5-23581-176556419865656/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584051.8-23800-113879621125583/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "7dedd1662edfba1cb67f51bb9048536c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 581, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584051.8-23800-113879621125583/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584054.72-23943-7019779320257/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584054.72-23943-7019779320257/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "465399f43de481f3dc889822c890c58bc436f4a0", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        StreamDriver=\"gtls\"\n        StreamDriverMode=\"1\"\n        StreamDriverAuthMode=\"x509/name\"\n        StreamDriverPermittedPeers=\"*.managed-node1\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "465399f43de481f3dc889822c890c58bc436f4a0", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584056.63-24028-21469477713459/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "2c7bf382d4b7e59967e9f9cc58100ae8", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 450, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584056.63-24028-21469477713459/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:27:37 -0500 (0:00:00.149)       0:04:40.813 ****** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_severity_and_facility") {\n    local1.info action(name="forwards_severity_and_facility"\n        type="omfwd"\n        Target="host.domain"\n        StreamDriver="gtls"\n        StreamDriverMode="1"\n        StreamDriverAuthMode="x509/name"\n        StreamDriverPermittedPeers="*.managed-node1"\n        Port="1514"\n        Protocol="tcp"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}], u'name': u'output-forwards-forwards_severity_and_facility'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-forwards_severity_and_facility", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        StreamDriver=\"gtls\"\n        StreamDriverMode=\"1\"\n        StreamDriverAuthMode=\"x509/name\"\n        StreamDriverPermittedPeers=\"*.managed-node1\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Saturday 11 January 2025  03:27:37 -0500 (0:00:00.375)       0:04:41.188 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:27:38 -0500 (0:00:00.140)       0:04:41.328 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:27:38 -0500 (0:00:00.083)       0:04:41.412 ****** 
ok: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfile")\n'}], u'type': u'modules', u'name': u'output-files-modules'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
    "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-files-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 151, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:27:38 -0500 (0:00:00.664)       0:04:42.077 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584046.88-23581-125229850791832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584046.88-23581-125229850791832/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584047.8-23581-243983236582493/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584047.8-23581-243983236582493/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584048.5-23581-176556419865656/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584048.5-23581-176556419865656/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584051.8-23800-113879621125583/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "7dedd1662edfba1cb67f51bb9048536c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 581, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584051.8-23800-113879621125583/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584054.72-23943-7019779320257/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584054.72-23943-7019779320257/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "465399f43de481f3dc889822c890c58bc436f4a0", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        StreamDriver=\"gtls\"\n        StreamDriverMode=\"1\"\n        StreamDriverAuthMode=\"x509/name\"\n        StreamDriverPermittedPeers=\"*.managed-node1\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "465399f43de481f3dc889822c890c58bc436f4a0", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584056.63-24028-21469477713459/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "2c7bf382d4b7e59967e9f9cc58100ae8", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 450, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584056.63-24028-21469477713459/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:27:38 -0500 (0:00:00.149)       0:04:42.226 ****** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfile")\n'}], u'type': u'modules', u'name': u'output-files-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-files-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Saturday 11 January 2025  03:27:39 -0500 (0:00:00.123)       0:04:42.349 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:27:39 -0500 (0:00:00.189)       0:04:42.539 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:27:39 -0500 (0:00:00.105)       0:04:42.644 ****** 
ok: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}], u'name': u'output-files-default_files'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
    "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-files-default_files", 
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 1148, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:27:40 -0500 (0:00:01.100)       0:04:43.745 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/00-global.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584046.88-23581-125229850791832/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 137, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584046.88-23581-125229850791832/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584047.8-23581-243983236582493/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 96, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584047.8-23581-243983236582493/source", 
                        "state": "file", 
                        "uid": 0
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                        "dest": "/etc/rsyslog.d/20-templates.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/20-templates.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584048.5-23581-176556419865656/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 85, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584048.5-23581-176556419865656/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "results": [], 
                "skipped": true, 
                "skipped_reason": "No items in the list"
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-basic_input", 
                            "sections": [
                                {
                                    "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_severity_and_facility\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f5f6262b9866797b1eb555af69db7e4067f0a114", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584051.8-23800-113879621125583/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "7dedd1662edfba1cb67f51bb9048536c", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 581, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584051.8-23800-113879621125583/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "6e102ac9fef41515191ca200dde66257a71b7eee", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584054.72-23943-7019779320257/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "3d30bc116d2bb5e0c249a0b80aa54f50", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 194, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584054.72-23943-7019779320257/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "465399f43de481f3dc889822c890c58bc436f4a0", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_severity_and_facility", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_severity_and_facility\") {\n    local1.info action(name=\"forwards_severity_and_facility\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        StreamDriver=\"gtls\"\n        StreamDriverMode=\"1\"\n        StreamDriverAuthMode=\"x509/name\"\n        StreamDriverPermittedPeers=\"*.managed-node1\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "465399f43de481f3dc889822c890c58bc436f4a0", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1736584056.63-24028-21469477713459/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "2c7bf382d4b7e59967e9f9cc58100ae8", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 450, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1736584056.63-24028-21469477713459/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
                        "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-default_files", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1148, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:27:40 -0500 (0:00:00.169)       0:04:43.914 ****** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}], u'name': u'output-files-default_files'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-files-default_files", 
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:222
Saturday 11 January 2025  03:27:41 -0500 (0:00:00.408)       0:04:44.323 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239
Saturday 11 January 2025  03:27:41 -0500 (0:00:00.105)       0:04:44.429 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:259
Saturday 11 January 2025  03:27:41 -0500 (0:00:00.113)       0:04:44.543 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:280
Saturday 11 January 2025  03:27:41 -0500 (0:00:00.128)       0:04:44.671 ****** 
failed: [managed-node1] (item=[{u'tls': True, u'target': u'host.domain', u'name': u'forwards_severity_and_facility', u'facility': u'local1', u'tcp_port': 1514, u'type': u'forwards', u'severity': u'info'}]) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        {
            "facility": "local1", 
            "name": "forwards_severity_and_facility", 
            "severity": "info", 
            "target": "host.domain", 
            "tcp_port": 1514, 
            "tls": true, 
            "type": "forwards"
        }
    ]
}

MSG:

Error: tls is enabled in forwards_severity_and_facility; you must specify logging_pki_files ca_cert_src and/or ca_cert in the playbook var section.
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}

TASK [Report unexpected error] *************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:573
Saturday 11 January 2025  03:27:41 -0500 (0:00:00.172)       0:04:44.844 ****** 
ok: [managed-node1] => {}

MSG:

Caught an expected error - {'msg': u'All items completed', 'failed': True, 'changed': False, 'results': [{'ansible_loop_var': u'item', '_ansible_no_log': False, 'item': [{u'tls': True, u'target': u'host.domain', u'facility': u'local1', u'tcp_port': 1514, u'severity': u'info', u'type': u'forwards', u'name': u'forwards_severity_and_facility'}], '_ansible_item_result': True, 'failed': True, 'changed': False, 'msg': u'Error: tls is enabled in forwards_severity_and_facility; you must specify logging_pki_files ca_cert_src and/or ca_cert in the playbook var section.', '_ansible_item_label': [{u'tls': True, u'target': u'host.domain', u'facility': u'local1', u'tcp_port': 1514, u'name': u'forwards_severity_and_facility', u'type': u'forwards', u'severity': u'info'}]}, {'skipped': True, '_ansible_no_log': False, 'skip_reason': u'Conditional result was False', '_ansible_item_result': True, 'item': [], 'ansible_loop_var': u'item', 'changed': False, '_ansible_ignore_errors': None, '_ansible_item_label': []}]}

TASK [Assert...] ***************************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:576
Saturday 11 January 2025  03:27:41 -0500 (0:00:00.102)       0:04:44.947 ****** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [END TEST CASE 3; Clean up the deployed config] ***************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:580
Saturday 11 January 2025  03:27:41 -0500 (0:00:00.104)       0:04:45.051 ****** 

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 11 January 2025  03:27:42 -0500 (0:00:00.476)       0:04:45.528 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 11 January 2025  03:27:42 -0500 (0:00:00.105)       0:04:45.633 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "name": "default_files", 
                "type": "files"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 11 January 2025  03:27:42 -0500 (0:00:00.107)       0:04:45.741 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_inputs": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 11 January 2025  03:27:42 -0500 (0:00:00.111)       0:04:45.852 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 11 January 2025  03:27:42 -0500 (0:00:00.102)       0:04:45.955 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 11 January 2025  03:27:42 -0500 (0:00:00.100)       0:04:46.056 ****** 

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 11 January 2025  03:27:42 -0500 (0:00:00.078)       0:04:46.134 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 11 January 2025  03:27:43 -0500 (0:00:00.210)       0:04:46.345 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 11 January 2025  03:27:43 -0500 (0:00:00.222)       0:04:46.568 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 11 January 2025  03:27:43 -0500 (0:00:00.113)       0:04:46.681 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 11 January 2025  03:27:43 -0500 (0:00:00.108)       0:04:46.790 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 11 January 2025  03:27:43 -0500 (0:00:00.068)       0:04:46.859 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 11 January 2025  03:27:43 -0500 (0:00:00.097)       0:04:46.957 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 11 January 2025  03:27:43 -0500 (0:00:00.117)       0:04:47.074 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 11 January 2025  03:27:43 -0500 (0:00:00.106)       0:04:47.180 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 11 January 2025  03:27:44 -0500 (0:00:00.113)       0:04:47.294 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 11 January 2025  03:27:44 -0500 (0:00:00.108)       0:04:47.402 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 11 January 2025  03:27:44 -0500 (0:00:00.110)       0:04:47.513 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 11 January 2025  03:27:44 -0500 (0:00:00.103)       0:04:47.616 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 11 January 2025  03:27:44 -0500 (0:00:00.109)       0:04:47.725 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 11 January 2025  03:27:44 -0500 (0:00:00.132)       0:04:47.858 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 11 January 2025  03:27:44 -0500 (0:00:00.105)       0:04:47.963 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 11 January 2025  03:27:44 -0500 (0:00:00.108)       0:04:48.072 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 11 January 2025  03:27:45 -0500 (0:00:00.201)       0:04:48.274 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 11 January 2025  03:27:45 -0500 (0:00:00.101)       0:04:48.376 ****** 

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 11 January 2025  03:27:45 -0500 (0:00:00.093)       0:04:48.469 ****** 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 11 January 2025  03:27:45 -0500 (0:00:00.090)       0:04:48.560 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 11 January 2025  03:27:45 -0500 (0:00:00.089)       0:04:48.650 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 11 January 2025  03:27:45 -0500 (0:00:00.172)       0:04:48.822 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 11 January 2025  03:27:45 -0500 (0:00:00.084)       0:04:48.906 ****** 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 11 January 2025  03:27:45 -0500 (0:00:00.189)       0:04:49.096 ****** 

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 11 January 2025  03:27:45 -0500 (0:00:00.113)       0:04:49.210 ****** 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 11 January 2025  03:27:46 -0500 (0:00:00.192)       0:04:49.402 ****** 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 11 January 2025  03:27:46 -0500 (0:00:00.172)       0:04:49.575 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 11 January 2025  03:27:46 -0500 (0:00:00.161)       0:04:49.737 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 11 January 2025  03:27:46 -0500 (0:00:00.337)       0:04:50.075 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 11 January 2025  03:27:46 -0500 (0:00:00.106)       0:04:50.181 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 11 January 2025  03:27:47 -0500 (0:00:00.215)       0:04:50.397 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 11 January 2025  03:27:47 -0500 (0:00:00.168)       0:04:50.565 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 11 January 2025  03:27:47 -0500 (0:00:00.137)       0:04:50.703 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 11 January 2025  03:27:47 -0500 (0:00:00.107)       0:04:50.810 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 11 January 2025  03:27:47 -0500 (0:00:00.109)       0:04:50.920 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 11 January 2025  03:27:47 -0500 (0:00:00.137)       0:04:51.058 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 11 January 2025  03:27:47 -0500 (0:00:00.185)       0:04:51.243 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 11 January 2025  03:27:48 -0500 (0:00:00.116)       0:04:51.360 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 11 January 2025  03:27:48 -0500 (0:00:00.134)       0:04:51.495 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 11 January 2025  03:27:48 -0500 (0:00:00.095)       0:04:51.590 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 11 January 2025  03:27:48 -0500 (0:00:00.098)       0:04:51.688 ****** 
ok: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics.j2"
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics_rhel7.j2"
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 11 January 2025  03:27:48 -0500 (0:00:00.436)       0:04:52.124 ****** 
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 11 January 2025  03:27:49 -0500 (0:00:00.224)       0:04:52.349 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 11 January 2025  03:27:49 -0500 (0:00:00.427)       0:04:52.776 ****** 
ok: [managed-node1] => (item=iproute) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-V", 
        "iproute"
    ], 
    "delta": "0:00:00.079607", 
    "end": "2025-01-11 03:27:49.946272", 
    "failed_when_result": false, 
    "item": "iproute", 
    "rc": 0, 
    "start": "2025-01-11 03:27:49.866665", 
    "warnings": [
        "Consider using the yum, dnf or zypper module rather than running 'rpm'.  If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message."
    ]
}
ok: [managed-node1] => (item=rsyslog) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-V", 
        "rsyslog"
    ], 
    "delta": "0:00:00.073814", 
    "end": "2025-01-11 03:27:50.389633", 
    "failed_when_result": false, 
    "item": "rsyslog", 
    "rc": 0, 
    "start": "2025-01-11 03:27:50.315819", 
    "warnings": [
        "Consider using the yum, dnf or zypper module rather than running 'rpm'.  If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message."
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 11 January 2025  03:27:50 -0500 (0:00:00.954)       0:04:53.730 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 11 January 2025  03:27:50 -0500 (0:00:00.086)       0:04:53.817 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed", 
        "rsyslog-8.24.0-57.el7_9.3.x86_64 providing rsyslog is already installed"
    ]
}
lsrpackages: iproute rsyslog

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 11 January 2025  03:27:51 -0500 (0:00:00.596)       0:04:54.413 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Saturday 11 January 2025  03:27:51 -0500 (0:00:00.092)       0:04:54.506 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-libnm", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-team": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-team", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-tui": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-tui", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "PyYAML": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "PyYAML", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.10"
                }
            ], 
            "acl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "acl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "aic94xx-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "aic94xx-firmware", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "30"
                }
            ], 
            "alsa-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "alsa-firmware", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.0.28"
                }
            ], 
            "alsa-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-lib", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.8"
                }
            ], 
            "alsa-tools-firmware": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-tools-firmware", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.0"
                }
            ], 
            "aspell": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "aspell", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.60.6.1"
                }
            ], 
            "audit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs-python", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "authconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "authconfig", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "6.2.8"
                }
            ], 
            "avahi-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "avahi-libs", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "0.6.31"
                }
            ], 
            "basesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "basesystem", 
                    "release": "7.el7.centos", 
                    "source": "rpm", 
                    "version": "10.0"
                }
            ], 
            "bash": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bash", 
                    "release": "35.el7_9", 
                    "source": "rpm", 
                    "version": "4.2.46"
                }
            ], 
            "bc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bc", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.06.95"
                }
            ], 
            "bind-export-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 32, 
                    "name": "bind-export-libs", 
                    "release": "26.P2.el7_9.16", 
                    "source": "rpm", 
                    "version": "9.11.4"
                }
            ], 
            "binutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "binutils", 
                    "release": "44.base.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.27"
                }
            ], 
            "biosdevname": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "biosdevname", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.7.3"
                }
            ], 
            "boost-date-time": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-date-time", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-system": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-system", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-thread": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-thread", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "btrfs-progs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "btrfs-progs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "4.9.1"
                }
            ], 
            "bzip2-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bzip2-libs", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "ca-certificates": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ca-certificates", 
                    "release": "72.el7_9", 
                    "source": "rpm", 
                    "version": "2023.2.60_v7.0.306"
                }
            ], 
            "centos-logos": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "centos-logos", 
                    "release": "3.el7.centos", 
                    "source": "rpm", 
                    "version": "70.0.6"
                }
            ], 
            "centos-release": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "centos-release", 
                    "release": "9.2009.2.el7.centos", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "checkpolicy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "checkpolicy", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "chkconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "chkconfig", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.7.6"
                }
            ], 
            "chrony": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "chrony", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "3.4"
                }
            ], 
            "cloud-utils-growpart": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "cloud-utils-growpart", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.29"
                }
            ], 
            "coreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "coreutils", 
                    "release": "24.el7_9.2", 
                    "source": "rpm", 
                    "version": "8.22"
                }
            ], 
            "cpio": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpio", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "2.11"
                }
            ], 
            "cpp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "cracklib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cracklib-dicts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib-dicts", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cronie": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "cronie-anacron": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie-anacron", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "crontabs": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "crontabs", 
                    "release": "6.20121102git.el7", 
                    "source": "rpm", 
                    "version": "1.11"
                }
            ], 
            "cryptsetup-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cryptsetup-libs", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "2.0.3"
                }
            ], 
            "curl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "curl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cyrus-sasl-lib", 
                    "release": "24.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.26"
                }
            ], 
            "dbus": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-glib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-glib", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.100"
                }
            ], 
            "dbus-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus-libs", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-python", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.1.1"
                }
            ], 
            "device-mapper": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "device-mapper-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper-libs", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "dhcp-common": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-common", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "dhcp-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-libs", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "diffutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "diffutils", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.3"
                }
            ], 
            "dmidecode": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dmidecode", 
                    "release": "5.el7_9.1", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "dracut": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dracut-config-rescue": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut-config-rescue", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dyninst": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dyninst", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "9.3.1"
                }
            ], 
            "e2fsprogs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs-libs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "ebtables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ebtables", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.0.10"
                }
            ], 
            "efivar-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "efivar-libs", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "36"
                }
            ], 
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "elfutils-default-yama-scope", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libelf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libelf", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libs", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "epel-release": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "epel-release", 
                    "release": "14", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "ethtool": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "ethtool", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "4.8"
                }
            ], 
            "expat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "expat", 
                    "release": "15.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "file": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "file-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file-libs", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "filesystem": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "filesystem", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "findutils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "findutils", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "4.5.11"
                }
            ], 
            "fipscheck": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "fipscheck-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck-lib", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "firewalld": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "firewalld-filesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld-filesystem", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "freetype": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "freetype", 
                    "release": "14.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.8"
                }
            ], 
            "fxload": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fxload", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2002_04_11"
                }
            ], 
            "gawk": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gawk", 
                    "release": "4.el7_3.1", 
                    "source": "rpm", 
                    "version": "4.0.2"
                }
            ], 
            "gcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "gdbm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gdbm", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.10"
                }
            ], 
            "gettext": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "gettext-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "git": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "git", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.8.3.1"
                }
            ], 
            "glib2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glib2", 
                    "release": "9.el7_9", 
                    "source": "rpm", 
                    "version": "2.56.1"
                }
            ], 
            "glibc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-common": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-common", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-devel", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-headers", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "gmp": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "gmp", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "6.0.0"
                }
            ], 
            "gnupg2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gnupg2", 
                    "release": "5.el7_5", 
                    "source": "rpm", 
                    "version": "2.0.22"
                }
            ], 
            "gnutls": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gnutls", 
                    "release": "9.el7_6", 
                    "source": "rpm", 
                    "version": "3.3.29"
                }
            ], 
            "gobject-introspection": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gobject-introspection", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.56.1"
                }
            ], 
            "gpg-pubkey": [
                {
                    "arch": null, 
                    "epoch": null, 
                    "name": "gpg-pubkey", 
                    "release": "52ae6884", 
                    "source": "rpm", 
                    "version": "352c64e5"
                }, 
                {
                    "arch": null, 
                    "epoch": null, 
                    "name": "gpg-pubkey", 
                    "release": "53a7ff4b", 
                    "source": "rpm", 
                    "version": "f4a80eb5"
                }
            ], 
            "gpgme": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gpgme", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.3.2"
                }
            ], 
            "gpm-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gpm-libs", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.20.7"
                }
            ], 
            "grep": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "grep", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.20"
                }
            ], 
            "groff-base": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "groff-base", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.22.2"
                }
            ], 
            "grub2": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-common": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "grub2-common", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-pc": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-pc", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-pc-modules": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "grub2-pc-modules", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools-extra": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools-extra", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "grub2-tools-minimal", 
                    "release": "0.87.0.2.el7.centos.14", 
                    "source": "rpm", 
                    "version": "2.02"
                }
            ], 
            "grubby": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "grubby", 
                    "release": "26.el7", 
                    "source": "rpm", 
                    "version": "8.28"
                }
            ], 
            "gssproxy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gssproxy", 
                    "release": "30.el7_9", 
                    "source": "rpm", 
                    "version": "0.7.0"
                }
            ], 
            "gzip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gzip", 
                    "release": "11.el7_9", 
                    "source": "rpm", 
                    "version": "1.5"
                }
            ], 
            "hardlink": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "hardlink", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.0"
                }
            ], 
            "hostname": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "hostname", 
                    "release": "3.el7_7.1", 
                    "source": "rpm", 
                    "version": "3.13"
                }
            ], 
            "hwdata": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "hwdata", 
                    "release": "9.7.el7", 
                    "source": "rpm", 
                    "version": "0.252"
                }
            ], 
            "info": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "info", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "5.1"
                }
            ], 
            "iproute": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iproute", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "4.11.0"
                }
            ], 
            "iprutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iprutils", 
                    "release": "3.el7_7", 
                    "source": "rpm", 
                    "version": "2.4.17.1"
                }
            ], 
            "ipset": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "ipset-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset-libs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "iptables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iptables", 
                    "release": "35.el7", 
                    "source": "rpm", 
                    "version": "1.4.21"
                }
            ], 
            "iputils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iputils", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "20160308"
                }
            ], 
            "irqbalance": [
                {
                    "arch": "x86_64", 
                    "epoch": 3, 
                    "name": "irqbalance", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "1.0.7"
                }
            ], 
            "ivtv-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 2, 
                    "name": "ivtv-firmware", 
                    "release": "26.el7", 
                    "source": "rpm", 
                    "version": "20080701"
                }
            ], 
            "iwl100-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl100-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl1000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "iwl1000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl105-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl105-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl135-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl135-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2030-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2030-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl3160-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3160-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "iwl3945-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3945-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "15.32.2.9"
                }
            ], 
            "iwl4965-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl4965-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "228.61.2.24"
                }
            ], 
            "iwl5000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.83.5.1_1"
                }
            ], 
            "iwl5150-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5150-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.24.2.2"
                }
            ], 
            "iwl6000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "9.221.4.1"
                }
            ], 
            "iwl6000g2a-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2a-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6000g2b-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2b-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6050-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6050-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "41.28.5.1"
                }
            ], 
            "iwl7260-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl7260-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "jansson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "jansson", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.10"
                }
            ], 
            "json-c": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "json-c", 
                    "release": "4.el7_0", 
                    "source": "rpm", 
                    "version": "0.11"
                }
            ], 
            "kbd-legacy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-legacy", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kbd-misc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-misc", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kernel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }, 
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-debug-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-debug-devel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-headers", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools-libs", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "keyutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "keyutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "kmod": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kmod-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod-libs", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kpartx": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kpartx", 
                    "release": "136.el7_9", 
                    "source": "rpm", 
                    "version": "0.4.9"
                }
            ], 
            "krb5-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "krb5-libs", 
                    "release": "55.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.1"
                }
            ], 
            "less": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "less", 
                    "release": "10.el7_9", 
                    "source": "rpm", 
                    "version": "458"
                }
            ], 
            "libacl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libacl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "libassuan": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libassuan", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "libattr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libattr", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "2.4.46"
                }
            ], 
            "libbasicobjects": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libbasicobjects", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.1"
                }
            ], 
            "libblkid": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libblkid", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libcap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.22"
                }
            ], 
            "libcap-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap-ng", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.7.5"
                }
            ], 
            "libcgroup": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcgroup", 
                    "release": "21.el7", 
                    "source": "rpm", 
                    "version": "0.41"
                }
            ], 
            "libcollection": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcollection", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.7.0"
                }
            ], 
            "libcom_err": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcom_err", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libcroco": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcroco", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.12"
                }
            ], 
            "libcurl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcurl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "libdaemon": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdaemon", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libdb": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdb-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb-utils", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdrm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdrm", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.4.97"
                }
            ], 
            "libdwarf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdwarf", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "20130207"
                }
            ], 
            "libedit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libedit", 
                    "release": "12.20121213cvs.el7", 
                    "source": "rpm", 
                    "version": "3.0"
                }
            ], 
            "libestr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libestr", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.1.9"
                }
            ], 
            "libevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libevent", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.0.21"
                }
            ], 
            "libfastjson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libfastjson", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.99.4"
                }
            ], 
            "libffi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libffi", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "3.0.13"
                }
            ], 
            "libgcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgcrypt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcrypt", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "1.5.3"
                }
            ], 
            "libgomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgomp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgpg-error": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgpg-error", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.12"
                }
            ], 
            "libidn": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libidn", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.28"
                }
            ], 
            "libini_config": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libini_config", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "1.3.1"
                }
            ], 
            "libmnl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmnl", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.0.3"
                }
            ], 
            "libmount": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmount", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libmpc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmpc", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libndp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libndp", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.2"
                }
            ], 
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnetfilter_conntrack", 
                    "release": "1.el7_3", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "libnfnetlink": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfnetlink", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libnfsidmap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfsidmap", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "0.25"
                }
            ], 
            "libnl3": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libnl3-cli": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3-cli", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libpath_utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpath_utils", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.2.1"
                }
            ], 
            "libpciaccess": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpciaccess", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libpipeline": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpipeline", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libpng": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "libpng", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.5.13"
                }
            ], 
            "libpwquality": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpwquality", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libref_array": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libref_array", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.5"
                }
            ], 
            "libseccomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libseccomp", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.3.1"
                }
            ], 
            "libselinux": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-python", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-utils", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage-python", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsepol": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsepol", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsmartcols": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsmartcols", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libss": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libss", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libssh2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libssh2", 
                    "release": "4.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.8.0"
                }
            ], 
            "libstdc++": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libstdc++", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libsysfs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsysfs", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "libtasn1": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtasn1", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "4.10"
                }
            ], 
            "libteam": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libteam", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.29"
                }
            ], 
            "libtirpc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtirpc", 
                    "release": "0.16.el7", 
                    "source": "rpm", 
                    "version": "0.2.4"
                }
            ], 
            "libunistring": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libunistring", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.9.3"
                }
            ], 
            "libuser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libuser", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.60"
                }
            ], 
            "libutempter": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libutempter", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.1.6"
                }
            ], 
            "libuuid": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libuuid", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libverto": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libverto", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.2.5"
                }
            ], 
            "libverto-libevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libverto-libevent", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.2.5"
                }
            ], 
            "libxml2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxml2", 
                    "release": "6.el7_9.6", 
                    "source": "rpm", 
                    "version": "2.9.1"
                }
            ], 
            "libxml2-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxml2-python", 
                    "release": "6.el7_9.6", 
                    "source": "rpm", 
                    "version": "2.9.1"
                }
            ], 
            "libxslt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libxslt", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.1.28"
                }
            ], 
            "libyaml": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libyaml", 
                    "release": "11.el7_0", 
                    "source": "rpm", 
                    "version": "0.1.4"
                }
            ], 
            "linux-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "linux-firmware", 
                    "release": "82.git78c0348.el7_9", 
                    "source": "rpm", 
                    "version": "20200421"
                }
            ], 
            "logrotate": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "logrotate", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "3.8.6"
                }
            ], 
            "lshw": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lshw", 
                    "release": "0.1.20180614git028f6b2.beaker.1.el7bkr.1", 
                    "source": "rpm", 
                    "version": "B.02.19"
                }
            ], 
            "lsscsi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lsscsi", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.27"
                }
            ], 
            "lua": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lua", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "5.1.4"
                }
            ], 
            "lz4": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lz4", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.8.3"
                }
            ], 
            "lzo": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lzo", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "2.06"
                }
            ], 
            "mailcap": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "mailcap", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.1.41"
                }
            ], 
            "make": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "make", 
                    "release": "24.el7", 
                    "source": "rpm", 
                    "version": "3.82"
                }
            ], 
            "man-db": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "man-db", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.6.3"
                }
            ], 
            "mariadb-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "mariadb-libs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "5.5.68"
                }
            ], 
            "microcode_ctl": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "microcode_ctl", 
                    "release": "73.20.el7_9", 
                    "source": "rpm", 
                    "version": "2.1"
                }
            ], 
            "mokutil": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mokutil", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "15"
                }
            ], 
            "mozjs17": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mozjs17", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "17.0.0"
                }
            ], 
            "mpfr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "mpfr", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.1.1"
                }
            ], 
            "ncurses": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ncurses", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "ncurses-base": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ncurses-base", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "ncurses-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ncurses-libs", 
                    "release": "14.20130511.el7_4", 
                    "source": "rpm", 
                    "version": "5.9"
                }
            ], 
            "net-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "net-tools", 
                    "release": "0.25.20131004git.el7", 
                    "source": "rpm", 
                    "version": "2.0"
                }
            ], 
            "nettle": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nettle", 
                    "release": "9.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.1"
                }
            ], 
            "newt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "newt", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.52.15"
                }
            ], 
            "newt-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "newt-python", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.52.15"
                }
            ], 
            "nfs-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "nfs-utils", 
                    "release": "0.68.el7.2", 
                    "source": "rpm", 
                    "version": "1.3.0"
                }
            ], 
            "nspr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nspr", 
                    "release": "1.el7_9", 
                    "source": "rpm", 
                    "version": "4.35.0"
                }
            ], 
            "nss": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-pem": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-pem", 
                    "release": "7.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.0.3"
                }
            ], 
            "nss-softokn": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-softokn", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-softokn-freebl", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-sysinit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-sysinit", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-tools", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "nss-util": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "nss-util", 
                    "release": "1.el7_9", 
                    "source": "rpm", 
                    "version": "3.90.0"
                }
            ], 
            "numactl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "numactl-libs", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.0.12"
                }
            ], 
            "openldap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openldap", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "2.4.44"
                }
            ], 
            "openssh": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssh-clients": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh-clients", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssh-server": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "openssh-server", 
                    "release": "23.el7_9", 
                    "source": "rpm", 
                    "version": "7.4p1"
                }
            ], 
            "openssl": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "openssl", 
                    "release": "26.el7_9", 
                    "source": "rpm", 
                    "version": "1.0.2k"
                }
            ], 
            "openssl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "openssl-libs", 
                    "release": "26.el7_9", 
                    "source": "rpm", 
                    "version": "1.0.2k"
                }
            ], 
            "os-prober": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "os-prober", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.58"
                }
            ], 
            "p11-kit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "p11-kit", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.5"
                }
            ], 
            "p11-kit-trust": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "p11-kit-trust", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.5"
                }
            ], 
            "pam": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pam", 
                    "release": "23.el7", 
                    "source": "rpm", 
                    "version": "1.1.8"
                }
            ], 
            "parted": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "parted", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "3.1"
                }
            ], 
            "passwd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "passwd", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.79"
                }
            ], 
            "pciutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pciutils-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.5.1"
                }
            ], 
            "pcre": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pcre", 
                    "release": "17.el7", 
                    "source": "rpm", 
                    "version": "8.32"
                }
            ], 
            "perl": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-Business-ISBN": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Business-ISBN", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.06"
                }
            ], 
            "perl-Business-ISBN-Data": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Business-ISBN-Data", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "20120719.001"
                }
            ], 
            "perl-CGI": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-CGI", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.63"
                }
            ], 
            "perl-Carp": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Carp", 
                    "release": "244.el7", 
                    "source": "rpm", 
                    "version": "1.26"
                }
            ], 
            "perl-Compress-Raw-Bzip2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Compress-Raw-Bzip2", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-Compress-Raw-Zlib": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-Compress-Raw-Zlib", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Data-Dumper", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.145"
                }
            ], 
            "perl-Date-Manip": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Date-Manip", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.41"
                }
            ], 
            "perl-Digest": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Digest", 
                    "release": "245.el7", 
                    "source": "rpm", 
                    "version": "1.17"
                }
            ], 
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Digest-MD5", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.52"
                }
            ], 
            "perl-Encode": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Encode", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.51"
                }
            ], 
            "perl-Encode-Locale": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Encode-Locale", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.03"
                }
            ], 
            "perl-Error": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Error", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.17020"
                }
            ], 
            "perl-Exporter": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Exporter", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "5.68"
                }
            ], 
            "perl-FCGI": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-FCGI", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "0.74"
                }
            ], 
            "perl-File-Listing": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Listing", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "6.04"
                }
            ], 
            "perl-File-Path": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Path", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.09"
                }
            ], 
            "perl-File-Temp": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-File-Temp", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.23.01"
                }
            ], 
            "perl-Filter": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Filter", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.49"
                }
            ], 
            "perl-Font-AFM": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Font-AFM", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.20"
                }
            ], 
            "perl-Getopt-Long": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Getopt-Long", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.40"
                }
            ], 
            "perl-Git": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Git", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.8.3.1"
                }
            ], 
            "perl-HTML-Format": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTML-Format", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.10"
                }
            ], 
            "perl-HTML-Parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-HTML-Parser", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.71"
                }
            ], 
            "perl-HTML-Tagset": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTML-Tagset", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "3.20"
                }
            ], 
            "perl-HTML-Tree": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-HTML-Tree", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "5.03"
                }
            ], 
            "perl-HTTP-Cookies": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Cookies", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Daemon": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Daemon", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Date": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Date", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-HTTP-Message": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Message", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "6.06"
                }
            ], 
            "perl-HTTP-Negotiate": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Negotiate", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.01"
                }
            ], 
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-HTTP-Tiny", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.033"
                }
            ], 
            "perl-IO-Compress": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Compress", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.061"
                }
            ], 
            "perl-IO-HTML": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-HTML", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.00"
                }
            ], 
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Socket-IP", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.21"
                }
            ], 
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-Socket-SSL", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.94"
                }
            ], 
            "perl-IO-Zlib": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-IO-Zlib", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "1.10"
                }
            ], 
            "perl-IO-stringy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-IO-stringy", 
                    "release": "22.el7", 
                    "source": "rpm", 
                    "version": "2.110"
                }
            ], 
            "perl-LWP-MediaTypes": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-LWP-MediaTypes", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-LWP-Protocol-https": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-LWP-Protocol-https", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "6.04"
                }
            ], 
            "perl-Module-Load": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Module-Load", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.24"
                }
            ], 
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Mozilla-CA", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "20130114"
                }
            ], 
            "perl-Net-HTTP": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Net-HTTP", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.06"
                }
            ], 
            "perl-Net-LibIDN": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Net-LibIDN", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "0.12"
                }
            ], 
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Net-SSLeay", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.55"
                }
            ], 
            "perl-PathTools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-PathTools", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "3.40"
                }
            ], 
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Pod-Escapes", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "1.04"
                }
            ], 
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Pod-Perldoc", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.20"
                }
            ], 
            "perl-Pod-Simple": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-Pod-Simple", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.28"
                }
            ], 
            "perl-Pod-Usage": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Pod-Usage", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.63"
                }
            ], 
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Scalar-List-Utils", 
                    "release": "248.el7", 
                    "source": "rpm", 
                    "version": "1.27"
                }
            ], 
            "perl-Socket": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Socket", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.010"
                }
            ], 
            "perl-Storable": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-Storable", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.45"
                }
            ], 
            "perl-TermReadKey": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-TermReadKey", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "2.30"
                }
            ], 
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Text-ParseWords", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.29"
                }
            ], 
            "perl-Time-HiRes": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-Time-HiRes", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.9725"
                }
            ], 
            "perl-Time-Local": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-Time-Local", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.2300"
                }
            ], 
            "perl-TimeDate": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-TimeDate", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.30"
                }
            ], 
            "perl-URI": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-URI", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.60"
                }
            ], 
            "perl-WWW-RobotRules": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-WWW-RobotRules", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.02"
                }
            ], 
            "perl-XML-LibXML": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "perl-XML-LibXML", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "2.0018"
                }
            ], 
            "perl-XML-NamespaceSupport": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-NamespaceSupport", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "1.11"
                }
            ], 
            "perl-XML-Parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-XML-Parser", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.41"
                }
            ], 
            "perl-XML-SAX": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-SAX", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.99"
                }
            ], 
            "perl-XML-SAX-Base": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-SAX-Base", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.08"
                }
            ], 
            "perl-XML-Twig": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-XML-Twig", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "3.44"
                }
            ], 
            "perl-constant": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-constant", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.27"
                }
            ], 
            "perl-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-libs", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-libwww-perl": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-libwww-perl", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "6.05"
                }
            ], 
            "perl-macros": [
                {
                    "arch": "x86_64", 
                    "epoch": 4, 
                    "name": "perl-macros", 
                    "release": "299.el7_9", 
                    "source": "rpm", 
                    "version": "5.16.3"
                }
            ], 
            "perl-parent": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "perl-parent", 
                    "release": "244.el7", 
                    "source": "rpm", 
                    "version": "0.225"
                }
            ], 
            "perl-podlators": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "perl-podlators", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.5.1"
                }
            ], 
            "perl-threads": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-threads", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.87"
                }
            ], 
            "perl-threads-shared": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "perl-threads-shared", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.43"
                }
            ], 
            "pinentry": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pinentry", 
                    "release": "17.el7", 
                    "source": "rpm", 
                    "version": "0.8.1"
                }
            ], 
            "pkgconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "pkgconfig", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.27.1"
                }
            ], 
            "plymouth-core-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth-core-libs", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "policycoreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "policycoreutils-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils-python", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "polkit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit", 
                    "release": "26.el7_9.1", 
                    "source": "rpm", 
                    "version": "0.112"
                }
            ], 
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit-pkla-compat", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.1"
                }
            ], 
            "popt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "popt", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "1.13"
                }
            ], 
            "postfix": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "postfix", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "2.10.1"
                }
            ], 
            "procps-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "procps-ng", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "3.3.10"
                }
            ], 
            "pth": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pth", 
                    "release": "23.el7", 
                    "source": "rpm", 
                    "version": "2.0.7"
                }
            ], 
            "pygpgme": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pygpgme", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.3"
                }
            ], 
            "pyliblzma": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pyliblzma", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "0.5.3"
                }
            ], 
            "pyserial": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "pyserial", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "2.6"
                }
            ], 
            "python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python", 
                    "release": "94.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.5"
                }
            ], 
            "python-IPy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-IPy", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.75"
                }
            ], 
            "python-babel": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-babel", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "0.9.6"
                }
            ], 
            "python-backports": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-backports", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.0"
                }
            ], 
            "python-backports-ssl_match_hostname": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-backports-ssl_match_hostname", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "3.5.0.1"
                }
            ], 
            "python-chardet": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-chardet", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.2.1"
                }
            ], 
            "python-configobj": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-configobj", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "4.7.2"
                }
            ], 
            "python-decorator": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-decorator", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.4.0"
                }
            ], 
            "python-firewall": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-firewall", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "python-gobject-base": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-gobject-base", 
                    "release": "1.el7_4.1", 
                    "source": "rpm", 
                    "version": "3.22.0"
                }
            ], 
            "python-iniparse": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-iniparse", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.4"
                }
            ], 
            "python-ipaddress": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-ipaddress", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.0.16"
                }
            ], 
            "python-jinja2": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jinja2", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.7.2"
                }
            ], 
            "python-jsonpatch": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jsonpatch", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.2"
                }
            ], 
            "python-jsonpointer": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-jsonpointer", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.9"
                }
            ], 
            "python-kitchen": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-kitchen", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.1.1"
                }
            ], 
            "python-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-libs", 
                    "release": "94.el7_9", 
                    "source": "rpm", 
                    "version": "2.7.5"
                }
            ], 
            "python-linux-procfs": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-linux-procfs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.11"
                }
            ], 
            "python-lxml": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-lxml", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.1"
                }
            ], 
            "python-markupsafe": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-markupsafe", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "0.11"
                }
            ], 
            "python-perf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-perf", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "python-prettytable": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-prettytable", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.7.2"
                }
            ], 
            "python-pycurl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-pycurl", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "7.19.0"
                }
            ], 
            "python-pyudev": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-pyudev", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.15"
                }
            ], 
            "python-requests": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-requests", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.6.0"
                }
            ], 
            "python-schedutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-schedutils", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "0.4"
                }
            ], 
            "python-setuptools": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-setuptools", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.9.8"
                }
            ], 
            "python-six": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-six", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.9.0"
                }
            ], 
            "python-slip": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-slip", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.0"
                }
            ], 
            "python-slip-dbus": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-slip-dbus", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.4.0"
                }
            ], 
            "python-urlgrabber": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-urlgrabber", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "3.10"
                }
            ], 
            "python-urllib3": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-urllib3", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.10.2"
                }
            ], 
            "pyxattr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "pyxattr", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.5.1"
                }
            ], 
            "qa-tools": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "qa-tools", 
                    "release": "4.el7_9", 
                    "source": "rpm", 
                    "version": "4.1"
                }
            ], 
            "qemu-guest-agent": [
                {
                    "arch": "x86_64", 
                    "epoch": 10, 
                    "name": "qemu-guest-agent", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.12.0"
                }
            ], 
            "qrencode-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "qrencode-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "3.4.1"
                }
            ], 
            "quota": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "quota", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "4.01"
                }
            ], 
            "quota-nls": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "quota-nls", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "4.01"
                }
            ], 
            "readline": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "readline", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "6.2"
                }
            ], 
            "restraint": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "restraint", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "0.4.4"
                }
            ], 
            "restraint-rhts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "restraint-rhts", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "0.4.4"
                }
            ], 
            "rng-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rng-tools", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "6.3.1"
                }
            ], 
            "rootfiles": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rootfiles", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "8.1"
                }
            ], 
            "rpcbind": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpcbind", 
                    "release": "49.el7", 
                    "source": "rpm", 
                    "version": "0.2.0"
                }
            ], 
            "rpm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-build-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-build-libs", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-libs", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rpm-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rpm-python", 
                    "release": "48.el7_9", 
                    "source": "rpm", 
                    "version": "4.11.3"
                }
            ], 
            "rsync": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rsync", 
                    "release": "12.el7_9", 
                    "source": "rpm", 
                    "version": "3.1.2"
                }
            ], 
            "rsyslog": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rsyslog", 
                    "release": "57.el7_9.3", 
                    "source": "rpm", 
                    "version": "8.24.0"
                }
            ], 
            "rsyslog-gnutls": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rsyslog-gnutls", 
                    "release": "57.el7_9.3", 
                    "source": "rpm", 
                    "version": "8.24.0"
                }
            ], 
            "ruby": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ruby", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "ruby-irb": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ruby-irb", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "ruby-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ruby-libs", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0.648"
                }
            ], 
            "rubygem-bigdecimal": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-bigdecimal", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "1.2.0"
                }
            ], 
            "rubygem-io-console": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-io-console", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "0.4.2"
                }
            ], 
            "rubygem-json": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-json", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "1.7.7"
                }
            ], 
            "rubygem-psych": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "rubygem-psych", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.0"
                }
            ], 
            "rubygem-rdoc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rubygem-rdoc", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "4.0.0"
                }
            ], 
            "rubygems": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "rubygems", 
                    "release": "39.el7_9", 
                    "source": "rpm", 
                    "version": "2.0.14.1"
                }
            ], 
            "sed": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sed", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "4.2.2"
                }
            ], 
            "selinux-policy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "selinux-policy", 
                    "release": "268.el7_9.2", 
                    "source": "rpm", 
                    "version": "3.13.1"
                }
            ], 
            "selinux-policy-targeted": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "selinux-policy-targeted", 
                    "release": "268.el7_9.2", 
                    "source": "rpm", 
                    "version": "3.13.1"
                }
            ], 
            "setools-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "setools-libs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.3.8"
                }
            ], 
            "setup": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "setup", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.8.71"
                }
            ], 
            "sg3_utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "sg3_utils", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.37"
                }
            ], 
            "sg3_utils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "sg3_utils-libs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.37"
                }
            ], 
            "shadow-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "shadow-utils", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "4.6"
                }
            ], 
            "shared-mime-info": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "shared-mime-info", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.8"
                }
            ], 
            "slang": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "slang", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.2.4"
                }
            ], 
            "snappy": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "snappy", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.1.0"
                }
            ], 
            "sqlite": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sqlite", 
                    "release": "8.el7_7.1", 
                    "source": "rpm", 
                    "version": "3.7.17"
                }
            ], 
            "strace": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "strace", 
                    "release": "7.el7_9", 
                    "source": "rpm", 
                    "version": "4.24"
                }
            ], 
            "sudo": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sudo", 
                    "release": "10.el7_9.3", 
                    "source": "rpm", 
                    "version": "1.8.23"
                }
            ], 
            "systemd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemd-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd-libs", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemd-sysv": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemd-sysv", 
                    "release": "78.el7_9.9", 
                    "source": "rpm", 
                    "version": "219"
                }
            ], 
            "systemtap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-client": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-client", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-devel", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "systemtap-runtime": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "systemtap-runtime", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "4.0"
                }
            ], 
            "sysvinit-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "sysvinit-tools", 
                    "release": "14.dsf.el7", 
                    "source": "rpm", 
                    "version": "2.88"
                }
            ], 
            "tar": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "tar", 
                    "release": "35.el7", 
                    "source": "rpm", 
                    "version": "1.26"
                }
            ], 
            "tcp_wrappers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "tcp_wrappers", 
                    "release": "77.el7", 
                    "source": "rpm", 
                    "version": "7.6"
                }
            ], 
            "tcp_wrappers-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "tcp_wrappers-libs", 
                    "release": "77.el7", 
                    "source": "rpm", 
                    "version": "7.6"
                }
            ], 
            "teamd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "teamd", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.29"
                }
            ], 
            "time": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "time", 
                    "release": "45.el7", 
                    "source": "rpm", 
                    "version": "1.7"
                }
            ], 
            "tps-devel": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tps-devel", 
                    "release": "1", 
                    "source": "rpm", 
                    "version": "2.44.50"
                }
            ], 
            "trousers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "trousers", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.3.14"
                }
            ], 
            "tuned": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tuned", 
                    "release": "12.el7_9", 
                    "source": "rpm", 
                    "version": "2.11.0"
                }
            ], 
            "tzdata": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "tzdata", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2024a"
                }
            ], 
            "unzip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "unzip", 
                    "release": "24.el7_9", 
                    "source": "rpm", 
                    "version": "6.0"
                }
            ], 
            "ustr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ustr", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "1.0.4"
                }
            ], 
            "util-linux": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "util-linux", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "vim-common": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-common", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-enhanced": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-enhanced", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-filesystem": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-filesystem", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "vim-minimal": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "vim-minimal", 
                    "release": "8.el7_9", 
                    "source": "rpm", 
                    "version": "7.4.629"
                }
            ], 
            "virt-what": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "virt-what", 
                    "release": "4.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.18"
                }
            ], 
            "wget": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "wget", 
                    "release": "18.el7_6.1", 
                    "source": "rpm", 
                    "version": "1.14"
                }
            ], 
            "which": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "which", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "2.20"
                }
            ], 
            "wpa_supplicant": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "wpa_supplicant", 
                    "release": "12.el7_9.2", 
                    "source": "rpm", 
                    "version": "2.6"
                }
            ], 
            "xfsprogs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xfsprogs", 
                    "release": "22.el7", 
                    "source": "rpm", 
                    "version": "4.5.0"
                }
            ], 
            "xz": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xz", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "5.2.2"
                }
            ], 
            "xz-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xz-libs", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "5.2.2"
                }
            ], 
            "yum": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum", 
                    "release": "168.el7.centos", 
                    "source": "rpm", 
                    "version": "3.4.3"
                }
            ], 
            "yum-metadata-parser": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "yum-metadata-parser", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "1.1.4"
                }
            ], 
            "yum-plugin-fastestmirror": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum-plugin-fastestmirror", 
                    "release": "54.el7_8", 
                    "source": "rpm", 
                    "version": "1.1.31"
                }
            ], 
            "yum-utils": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "yum-utils", 
                    "release": "54.el7_8", 
                    "source": "rpm", 
                    "version": "1.1.31"
                }
            ], 
            "zip": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "zip", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.0"
                }
            ], 
            "zlib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "zlib", 
                    "release": "21.el7_9", 
                    "source": "rpm", 
                    "version": "1.2.7"
                }
            ]
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 11 January 2025  03:27:52 -0500 (0:00:01.391)       0:04:55.897 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_version": "8.24.0"
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 11 January 2025  03:27:52 -0500 (0:00:00.092)       0:04:55.990 ****** 
ok: [managed-node1] => {}

MSG:

Rsyslog_version is 8.24.0, which is older than "8.37.0-7.2".

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 11 January 2025  03:27:52 -0500 (0:00:00.077)       0:04:56.068 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 11 January 2025  03:27:52 -0500 (0:00:00.097)       0:04:56.165 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create the config directory if it does not exist] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 11 January 2025  03:27:52 -0500 (0:00:00.079)       0:04:56.245 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/etc/rsyslog.d", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 11 January 2025  03:27:53 -0500 (0:00:00.461)       0:04:56.707 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/var/lib/rsyslog", 
    "secontext": "system_u:object_r:syslogd_var_lib_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 11 January 2025  03:27:53 -0500 (0:00:00.433)       0:04:57.140 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/var/log", 
    "secontext": "system_u:object_r:var_log_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 11 January 2025  03:27:54 -0500 (0:00:00.406)       0:04:57.547 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options", 
                "filename": "00-global.conf", 
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
            }, 
            {
                "name": "local-modules", 
                "sections": [
                    {
                        "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                    }
                ], 
                "state": "absent", 
                "type": "modules"
            }, 
            {
                "name": "common-defaults", 
                "sections": [
                    {
                        "comment": "Log every message", 
                        "options": "$RepeatedMsgReduction off"
                    }
                ], 
                "type": "global"
            }, 
            {
                "name": "templates", 
                "sections": [
                    {
                        "comment": "User provided output templates", 
                        "options": "\n"
                    }
                ], 
                "type": "templates"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125
Saturday 11 January 2025  03:27:54 -0500 (0:00:00.470)       0:04:58.018 ****** 
skipping: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n', u'filename': u'00-global.conf'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:149
Saturday 11 January 2025  03:27:54 -0500 (0:00:00.158)       0:04:58.176 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:153
Saturday 11 January 2025  03:27:55 -0500 (0:00:00.106)       0:04:58.283 ****** 
skipping: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n', u'filename': u'00-global.conf'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:171
Saturday 11 January 2025  03:27:55 -0500 (0:00:00.147)       0:04:58.430 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182
Saturday 11 January 2025  03:27:55 -0500 (0:00:00.104)       0:04:58.534 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:197
Saturday 11 January 2025  03:27:55 -0500 (0:00:00.080)       0:04:58.615 ****** 
ok: [managed-node1] => (item={u'type': u'files', u'name': u'default_files'}) => {
    "ansible_facts": {
        "__rsyslog_conf_files_output_modules": [
            {
                "name": "output-files-modules", 
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format", 
                        "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_files_template_format not in [\"\", \"modern\"] %}\nmodule(load=\"builtin:omfile\" Template=\"{{ logging_files_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfile\")\n{% endif %}"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_files_output_packages": [], 
        "__rsyslog_files_output_rules": [
            "{{ __rsyslog_conf_files_output_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "name": "default_files", 
        "type": "files"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:209
Saturday 11 January 2025  03:27:55 -0500 (0:00:00.086)       0:04:58.702 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Saturday 11 January 2025  03:27:55 -0500 (0:00:00.186)       0:04:58.888 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:27:55 -0500 (0:00:00.145)       0:04:59.034 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:27:55 -0500 (0:00:00.075)       0:04:59.109 ****** 
ok: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfile")\n'}], u'type': u'modules', u'name': u'output-files-modules'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
    "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-files-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 151, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:27:56 -0500 (0:00:00.604)       0:04:59.714 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:27:56 -0500 (0:00:00.081)       0:04:59.796 ****** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfile")\n'}], u'type': u'modules', u'name': u'output-files-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-files-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Saturday 11 January 2025  03:27:56 -0500 (0:00:00.083)       0:04:59.879 ****** 
included: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 11 January 2025  03:27:56 -0500 (0:00:00.195)       0:05:00.075 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 11 January 2025  03:27:56 -0500 (0:00:00.069)       0:05:00.144 ****** 
ok: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}], u'name': u'output-files-default_files'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
    "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-files-default_files", 
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 1148, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 11 January 2025  03:27:57 -0500 (0:00:00.769)       0:05:00.913 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "local-modules", 
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ], 
                            "state": "absent", 
                            "type": "modules"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "common-defaults", 
                            "sections": [
                                {
                                    "comment": "Log every message", 
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ], 
                            "type": "global"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }, 
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "name": "templates", 
                            "sections": [
                                {
                                    "comment": "User provided output templates", 
                                    "options": "\n"
                                }
                            ], 
                            "type": "templates"
                        }, 
                        "skip_reason": "Conditional result was False", 
                        "skipped": true
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
                        "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-default_files", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null, 
                                "_original_basename": "rules.conf.j2", 
                                "access_time": null, 
                                "access_time_format": "%Y%m%d%H%M.%S", 
                                "attributes": null, 
                                "backup": null, 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": false, 
                                "group": "root", 
                                "mode": "0644", 
                                "modification_time": null, 
                                "modification_time_format": "%Y%m%d%H%M.%S", 
                                "owner": "root", 
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                                "recurse": false, 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": null, 
                                "state": "file", 
                                "unsafe_writes": false
                            }
                        }, 
                        "mode": "0644", 
                        "owner": "root", 
                        "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1148, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 11 January 2025  03:27:57 -0500 (0:00:00.083)       0:05:00.997 ****** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}], u'name': u'output-files-default_files'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-files-default_files", 
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:222
Saturday 11 January 2025  03:27:58 -0500 (0:00:00.261)       0:05:01.258 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n  rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n  if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n    echo \"/etc/rsyslog.d/$conf\"\n  fi\ndone\n", 
    "delta": "0:00:00.256250", 
    "end": "2025-01-11 03:27:58.554896", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-01-11 03:27:58.298646"
}

STDOUT:

/etc/rsyslog.d/00-global.conf
/etc/rsyslog.d/05-common-defaults.conf
/etc/rsyslog.d/10-output-files-modules.conf
/etc/rsyslog.d/10-output-forwards-modules.conf
/etc/rsyslog.d/20-templates.conf
/etc/rsyslog.d/30-output-files-default_files.conf
/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf
/etc/rsyslog.d/90-input-basics-basic_input.conf

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239
Saturday 11 January 2025  03:27:58 -0500 (0:00:00.640)       0:05:01.898 ****** 
changed: [managed-node1] => (item=/etc/rsyslog.d/00-global.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/00-global.conf", 
    "path": "/etc/rsyslog.d/00-global.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/05-common-defaults.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/05-common-defaults.conf", 
    "path": "/etc/rsyslog.d/05-common-defaults.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/10-output-forwards-modules.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/20-templates.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/20-templates.conf", 
    "path": "/etc/rsyslog.d/20-templates.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
    "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/90-input-basics-basic_input.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
    "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf", 
    "state": "absent"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:259
Saturday 11 January 2025  03:28:00 -0500 (0:00:02.292)       0:05:04.191 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:280
Saturday 11 January 2025  03:28:01 -0500 (0:00:00.106)       0:05:04.298 ****** 
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local ca_cert file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:288
Saturday 11 January 2025  03:28:01 -0500 (0:00:00.184)       0:05:04.482 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local cert file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:300
Saturday 11 January 2025  03:28:01 -0500 (0:00:00.241)       0:05:04.723 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local key file to the target if needed] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:312
Saturday 11 January 2025  03:28:01 -0500 (0:00:00.137)       0:05:04.860 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:324
Saturday 11 January 2025  03:28:01 -0500 (0:00:00.126)       0:05:04.987 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "rsyslog", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-01-11 03:27:07 EST", 
        "ActiveEnterTimestampMonotonic": "562132982", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "network.target system.slice basic.target network-online.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-01-11 03:27:07 EST", 
        "AssertTimestampMonotonic": "562125983", 
        "Before": "multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2025-01-11 03:27:07 EST", 
        "ConditionTimestampMonotonic": "562125982", 
        "Conflicts": "shutdown.target", 
        "ControlGroup": "/system.slice/rsyslog.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "System Logging Service", 
        "DevicePolicy": "auto", 
        "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", 
        "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "20577", 
        "ExecMainStartTimestamp": "Sat 2025-01-11 03:27:07 EST", 
        "ExecMainStartTimestampMonotonic": "562126672", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Sat 2025-01-11 03:27:07 EST] ; stop_time=[n/a] ; pid=20577 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "rsyslog.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2025-01-11 03:27:07 EST", 
        "InactiveExitTimestampMonotonic": "562126704", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "20577", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "rsyslog.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "main", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "on-failure", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "notify", 
        "UMask": "0066", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network.target network-online.target", 
        "WatchdogTimestamp": "Sat 2025-01-11 03:27:07 EST", 
        "WatchdogTimestampMonotonic": "562132729", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332
Saturday 11 January 2025  03:28:02 -0500 (0:00:00.838)       0:05:05.825 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:341
Saturday 11 January 2025  03:28:02 -0500 (0:00:00.404)       0:05:06.230 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:353
Saturday 11 January 2025  03:28:03 -0500 (0:00:00.177)       0:05:06.408 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get mode of rsyslog.conf if it exists] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:360
Saturday 11 January 2025  03:28:03 -0500 (0:00:00.178)       0:05:06.586 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate main rsyslog configuration] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:366
Saturday 11 January 2025  03:28:03 -0500 (0:00:00.127)       0:05:06.714 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 11 January 2025  03:28:03 -0500 (0:00:00.035)       0:05:06.750 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "name": "rsyslog", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-01-11 03:27:07 EST", 
        "ActiveEnterTimestampMonotonic": "562132982", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "network.target system.slice basic.target network-online.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-01-11 03:27:07 EST", 
        "AssertTimestampMonotonic": "562125983", 
        "Before": "multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2025-01-11 03:27:07 EST", 
        "ConditionTimestampMonotonic": "562125982", 
        "Conflicts": "shutdown.target", 
        "ControlGroup": "/system.slice/rsyslog.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "System Logging Service", 
        "DevicePolicy": "auto", 
        "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", 
        "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "20577", 
        "ExecMainStartTimestamp": "Sat 2025-01-11 03:27:07 EST", 
        "ExecMainStartTimestampMonotonic": "562126672", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Sat 2025-01-11 03:27:07 EST] ; stop_time=[n/a] ; pid=20577 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "rsyslog.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2025-01-11 03:27:07 EST", 
        "InactiveExitTimestampMonotonic": "562126704", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "20577", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "rsyslog.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "main", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "on-failure", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "notify", 
        "UMask": "0066", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network.target network-online.target", 
        "WatchdogTimestamp": "Sat 2025-01-11 03:27:07 EST", 
        "WatchdogTimestampMonotonic": "562132729", 
        "WatchdogUSec": "0"
    }
}
META: ran handlers

TASK [Clean up fake pki files] *************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:594
Saturday 11 January 2025  03:28:04 -0500 (0:00:00.801)       0:05:07.552 ****** 
ok: [managed-node1] => (item=/etc/pki/tls/private/test-key.pem) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/etc/pki/tls/private/test-key.pem", 
    "path": "/etc/pki/tls/private/test-key.pem", 
    "state": "absent"
}

TASK [Remove tempdir] **********************************************************
task path: /tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tests_basics_forwards.yml:602
Saturday 11 January 2025  03:28:05 -0500 (0:00:00.752)       0:05:08.304 ****** 
changed: [managed-node1 -> localhost] => {
    "changed": true, 
    "path": "/tmp/logging_test_VvToDL", 
    "state": "absent"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed-node1              : ok=469  changed=59   unreachable=0    failed=0    skipped=498  rescued=1    ignored=0   

Saturday 11 January 2025  03:28:05 -0500 (0:00:00.310)       0:05:08.615 ****** 
=============================================================================== 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 6.49s
/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 5.73s
/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 4.67s
/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 3.99s
/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 3.95s
/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent --- 3.94s
/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 3.42s
/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 3.37s
/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 3.10s
/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 3.04s
/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 2.75s
/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 2.68s
/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 2.61s
/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125 
Check conf files exist -------------------------------------------------- 2.35s
/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 2.29s
/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 2.08s
/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 2.08s
/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 2.01s
/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent --- 2.01s
/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent --- 1.94s
/tmp/collections-9H5/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22