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_server.yml *****************************************************
1 plays in /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml

PLAY [Test the server configuration containing tls tcp, plain tcp and udp connection] ***

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:11
Saturday 18 January 2025  03:31:39 -0500 (0:00:00.025)       0:00:00.025 ****** 
ok: [managed-node2]
META: ran handlers

TASK [TEST CASE 0; Test the server configuration containing tls tcp, plain tcp and udp connection] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:27
Saturday 18 January 2025  03:31:40 -0500 (0:00:00.924)       0:00:00.950 ****** 

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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 18 January 2025  03:31:41 -0500 (0:00:00.097)       0:00:01.047 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 18 January 2025  03:31:41 -0500 (0:00:00.073)       0:00:01.120 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "name": "files_output", 
                "type": "files"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 18 January 2025  03:31:41 -0500 (0:00:00.077)       0:00:01.198 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "rsyslog_inputs": [
            {
                "name": "system_input", 
                "type": "basics"
            }, 
            {
                "name": "remote_tcp", 
                "permitted_clients": [
                    "*.client.com", 
                    "*.example.com"
                ], 
                "pki_authmode": "x509/name", 
                "tcp_ports": [
                    6514, 
                    40000, 
                    40001
                ], 
                "tls": true, 
                "type": "remote"
            }, 
            {
                "name": "remote_ptcp", 
                "tcp_ports": [
                    514, 
                    40010, 
                    40011, 
                    40012
                ], 
                "type": "remote"
            }, 
            {
                "name": "remote_udp", 
                "type": "remote", 
                "udp_ports": [
                    514, 
                    40020
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 18 January 2025  03:31:41 -0500 (0:00:00.079)       0:00:01.278 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 18 January 2025  03:31:41 -0500 (0:00:00.069)       0:00:01.347 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 18 January 2025  03:31:41 -0500 (0:00:00.076)       0:00:01.423 ****** 
skipping: [managed-node2] => (item={u'inputs': [u'system_input', u'remote_tcp', u'remote_ptcp', u'remote_udp'], u'name': u'flows', u'outputs': [u'files_output']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "inputs": [
            "system_input", 
            "remote_tcp", 
            "remote_ptcp", 
            "remote_udp"
        ], 
        "name": "flows", 
        "outputs": [
            "files_output"
        ]
    }, 
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 18 January 2025  03:31:41 -0500 (0:00:00.106)       0:00:01.530 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 18 January 2025  03:31:41 -0500 (0:00:00.114)       0:00:01.645 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 18 January 2025  03:31:41 -0500 (0:00:00.072)       0:00:01.718 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 18 January 2025  03:31:41 -0500 (0:00:00.063)       0:00:01.781 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 18 January 2025  03:31:41 -0500 (0:00:00.069)       0:00:01.851 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 18 January 2025  03:31:41 -0500 (0:00:00.073)       0:00:01.924 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 18 January 2025  03:31:41 -0500 (0:00:00.070)       0:00:01.995 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 18 January 2025  03:31:42 -0500 (0:00:00.069)       0:00:02.064 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 18 January 2025  03:31:42 -0500 (0:00:00.073)       0:00:02.137 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 18 January 2025  03:31:42 -0500 (0:00:00.069)       0:00:02.207 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 18 January 2025  03:31:42 -0500 (0:00:00.063)       0:00:02.271 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 18 January 2025  03:31:42 -0500 (0:00:00.070)       0:00:02.341 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 18 January 2025  03:31:42 -0500 (0:00:00.060)       0:00:02.402 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 18 January 2025  03:31:42 -0500 (0:00:00.092)       0:00:02.495 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 18 January 2025  03:31:42 -0500 (0:00:00.129)       0:00:02.624 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 18 January 2025  03:31:42 -0500 (0:00:00.058)       0:00:02.683 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 18 January 2025  03:31:42 -0500 (0:00:00.048)       0:00:02.732 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 18 January 2025  03:31:42 -0500 (0:00:00.082)       0:00:02.815 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 18 January 2025  03:31:42 -0500 (0:00:00.069)       0:00:02.884 ****** 

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 18 January 2025  03:31:42 -0500 (0:00:00.065)       0:00:02.950 ****** 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 18 January 2025  03:31:42 -0500 (0:00:00.068)       0:00:03.019 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 18 January 2025  03:31:43 -0500 (0:00:00.077)       0:00:03.096 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 18 January 2025  03:31:43 -0500 (0:00:00.133)       0:00:03.229 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 18 January 2025  03:31:43 -0500 (0:00:00.071)       0:00:03.301 ****** 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 18 January 2025  03:31:43 -0500 (0:00:00.061)       0:00:03.362 ****** 

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 18 January 2025  03:31:43 -0500 (0:00:00.062)       0:00:03.424 ****** 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 18 January 2025  03:31:43 -0500 (0:00:00.064)       0:00:03.489 ****** 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 18 January 2025  03:31:43 -0500 (0:00:00.064)       0:00:03.553 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 18 January 2025  03:31:43 -0500 (0:00:00.069)       0:00:03.623 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node2

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 18 January 2025  03:31:43 -0500 (0:00:00.150)       0:00:03.774 ****** 

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 18 January 2025  03:31:43 -0500 (0:00:00.197)       0:00:03.972 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 18 January 2025  03:31:44 -0500 (0:00:00.099)       0:00:04.071 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 18 January 2025  03:31:44 -0500 (0:00:00.081)       0:00:04.153 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 18 January 2025  03:31:44 -0500 (0:00:00.485)       0:00:04.638 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__certificate_is_ostree": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 18 January 2025  03:31:44 -0500 (0:00:00.070)       0:00:04.708 ****** 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=CentOS_7.yml) => {
    "ansible_facts": {
        "__certificate_default_directory": "/etc/pki/tls", 
        "__certificate_packages": [
            "python-pyasn1", 
            "python-cryptography", 
            "python-dbus"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml"
}
skipping: [managed-node2] => (item=CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 18 January 2025  03:31:44 -0500 (0:00:00.130)       0:00:04.839 ****** 
changed: [managed-node2] => {
    "changed": true, 
    "changes": {
        "installed": [
            "python-pyasn1", 
            "python-cryptography"
        ]
    }, 
    "rc": 0, 
    "results": [
        "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus 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 python2-cryptography.x86_64 0:1.7.2-2.el7 will be installed\n--> Processing Dependency: python-idna >= 2.0 for package: python2-cryptography-1.7.2-2.el7.x86_64\n--> Processing Dependency: python-cffi >= 1.4.1 for package: python2-cryptography-1.7.2-2.el7.x86_64\n--> Processing Dependency: python-enum34 for package: python2-cryptography-1.7.2-2.el7.x86_64\n---> Package python2-pyasn1.noarch 0:0.1.9-7.el7 will be installed\n--> Running transaction check\n---> Package python-cffi.x86_64 0:1.6.0-5.el7 will be installed\n--> Processing Dependency: python-pycparser for package: python-cffi-1.6.0-5.el7.x86_64\n---> Package python-enum34.noarch 0:1.0.4-1.el7 will be installed\n---> Package python-idna.noarch 0:2.4-1.el7 will be installed\n--> Running transaction check\n---> Package python-pycparser.noarch 0:2.14-1.el7 will be installed\n--> Processing Dependency: python-ply for package: python-pycparser-2.14-1.el7.noarch\n--> Running transaction check\n---> Package python-ply.noarch 0:3.4-11.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package                     Arch          Version            Repository   Size\n================================================================================\nInstalling:\n python2-cryptography        x86_64        1.7.2-2.el7        base        502 k\n python2-pyasn1              noarch        0.1.9-7.el7        base        100 k\nInstalling for dependencies:\n python-cffi                 x86_64        1.6.0-5.el7        base        218 k\n python-enum34               noarch        1.0.4-1.el7        base         52 k\n python-idna                 noarch        2.4-1.el7          base         94 k\n python-ply                  noarch        3.4-11.el7         base        123 k\n python-pycparser            noarch        2.14-1.el7         base        104 k\n\nTransaction Summary\n================================================================================\nInstall  2 Packages (+5 Dependent packages)\n\nTotal download size: 1.2 M\nInstalled size: 6.1 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal                                              3.7 MB/s | 1.2 MB  00:00     \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : python2-pyasn1-0.1.9-7.el7.noarch                            1/7 \n  Installing : python-enum34-1.0.4-1.el7.noarch                             2/7 \n  Installing : python-ply-3.4-11.el7.noarch                                 3/7 \n  Installing : python-pycparser-2.14-1.el7.noarch                           4/7 \n  Installing : python-cffi-1.6.0-5.el7.x86_64                               5/7 \n  Installing : python-idna-2.4-1.el7.noarch                                 6/7 \n  Installing : python2-cryptography-1.7.2-2.el7.x86_64                      7/7 \n  Verifying  : python-idna-2.4-1.el7.noarch                                 1/7 \n  Verifying  : python-pycparser-2.14-1.el7.noarch                           2/7 \n  Verifying  : python-ply-3.4-11.el7.noarch                                 3/7 \n  Verifying  : python-cffi-1.6.0-5.el7.x86_64                               4/7 \n  Verifying  : python-enum34-1.0.4-1.el7.noarch                             5/7 \n  Verifying  : python2-pyasn1-0.1.9-7.el7.noarch                            6/7 \n  Verifying  : python2-cryptography-1.7.2-2.el7.x86_64                      7/7 \n\nInstalled:\n  python2-cryptography.x86_64 0:1.7.2-2.el7 python2-pyasn1.noarch 0:0.1.9-7.el7\n\nDependency Installed:\n  python-cffi.x86_64 0:1.6.0-5.el7        python-enum34.noarch 0:1.0.4-1.el7   \n  python-idna.noarch 0:2.4-1.el7          python-ply.noarch 0:3.4-11.el7       \n  python-pycparser.noarch 0:2.14-1.el7   \n\nComplete!\n"
    ]
}
lsrpackages: python-cryptography python-dbus python-pyasn1

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 18 January 2025  03:31:55 -0500 (0:00:10.272)       0:00:15.112 ****** 
changed: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": true, 
    "changes": {
        "installed": [
            "certmonger"
        ]
    }, 
    "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 certmonger.x86_64 0:0.78.4-17.el7_9 will be installed\n--> Processing Dependency: psmisc for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtevent.so.0(TEVENT_0.9.9)(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc_util.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc_client.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtevent.so.0()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtalloc.so.2()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Running transaction check\n---> Package libtalloc.x86_64 0:2.1.16-1.el7 will be installed\n---> Package libtevent.x86_64 0:0.9.39-1.el7 will be installed\n---> Package psmisc.x86_64 0:22.20-17.el7 will be installed\n---> Package xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 will be installed\n---> Package xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package             Arch       Version                       Repository   Size\n================================================================================\nInstalling:\n certmonger          x86_64     0.78.4-17.el7_9               updates     608 k\nInstalling for dependencies:\n libtalloc           x86_64     2.1.16-1.el7                  base         33 k\n libtevent           x86_64     0.9.39-1.el7                  base         41 k\n psmisc              x86_64     22.20-17.el7                  base        141 k\n xmlrpc-c            x86_64     1.32.5-1905.svn2451.el7       base        130 k\n xmlrpc-c-client     x86_64     1.32.5-1905.svn2451.el7       base         32 k\n\nTransaction Summary\n================================================================================\nInstall  1 Package (+5 Dependent packages)\n\nTotal download size: 984 k\nInstalled size: 3.7 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal                                              2.6 MB/s | 984 kB  00:00     \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64                      1/6 \n  Installing : libtalloc-2.1.16-1.el7.x86_64                                2/6 \n  Installing : libtevent-0.9.39-1.el7.x86_64                                3/6 \n  Installing : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64               4/6 \n  Installing : psmisc-22.20-17.el7.x86_64                                   5/6 \n  Installing : certmonger-0.78.4-17.el7_9.x86_64                            6/6 \n  Verifying  : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64               1/6 \n  Verifying  : libtevent-0.9.39-1.el7.x86_64                                2/6 \n  Verifying  : libtalloc-2.1.16-1.el7.x86_64                                3/6 \n  Verifying  : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64                      4/6 \n  Verifying  : certmonger-0.78.4-17.el7_9.x86_64                            5/6 \n  Verifying  : psmisc-22.20-17.el7.x86_64                                   6/6 \n\nInstalled:\n  certmonger.x86_64 0:0.78.4-17.el7_9                                           \n\nDependency Installed:\n  libtalloc.x86_64 0:2.1.16-1.el7                                               \n  libtevent.x86_64 0:0.9.39-1.el7                                               \n  psmisc.x86_64 0:22.20-17.el7                                                  \n  xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7                                     \n  xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7                              \n\nComplete!\n"
    ]
}
lsrpackages: certmonger

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 18 January 2025  03:32:05 -0500 (0:00:09.937)       0:00:25.049 ****** 
changed: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": true, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/etc/certmonger//pre-scripts", 
    "secontext": "unconfined_u:object_r:etc_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 18 January 2025  03:32:05 -0500 (0:00:00.638)       0:00:25.688 ****** 
changed: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": true, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/etc/certmonger//post-scripts", 
    "secontext": "unconfined_u:object_r:etc_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 18 January 2025  03:32:06 -0500 (0:00:00.457)       0:00:26.145 ****** 
changed: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": true, 
    "enabled": true, 
    "name": "certmonger", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "network.target basic.target syslog.target dbus.service system.slice systemd-journald.socket", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "no", 
        "AssertTimestampMonotonic": "0", 
        "Before": "shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedorahosted.certmonger", 
        "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": "Certificate monitoring and PKI enrollment", 
        "DevicePolicy": "auto", 
        "EnvironmentFile": "/etc/sysconfig/certmonger (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "0", 
        "ExecMainStartTimestampMonotonic": "0", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS ; 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/certmonger.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "certmonger.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": "certmonger.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PIDFile": "/var/run/certmonger.pid", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "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": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "disabled", 
        "WatchdogTimestampMonotonic": "0", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 18 January 2025  03:32:07 -0500 (0:00:01.606)       0:00:27.751 ****** 
changed: [managed-node2] => (item={u'ca': u'self-sign', u'name': u'logging_cert', u'dns': [u'localhost', u'www.example.com']}) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "ca": "self-sign", 
        "dns": [
            "localhost", 
            "www.example.com"
        ], 
        "name": "logging_cert"
    }
}

MSG:

Certificate requested (new).

TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 18 January 2025  03:32:09 -0500 (0:00:01.340)       0:00:29.092 ****** 
skipping: [managed-node2] => (item=[u'cert', {u'ca': u'self-sign', u'name': u'logging_cert', u'dns': [u'localhost', u'www.example.com']}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        "cert", 
        {
            "ca": "self-sign", 
            "dns": [
                "localhost", 
                "www.example.com"
            ], 
            "name": "logging_cert"
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[u'key', {u'ca': u'self-sign', u'name': u'logging_cert', u'dns': [u'localhost', u'www.example.com']}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        "key", 
        {
            "ca": "self-sign", 
            "dns": [
                "localhost", 
                "www.example.com"
            ], 
            "name": "logging_cert"
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[u'ca', {u'ca': u'self-sign', u'name': u'logging_cert', u'dns': [u'localhost', u'www.example.com']}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        "ca", 
        {
            "ca": "self-sign", 
            "dns": [
                "localhost", 
                "www.example.com"
            ], 
            "name": "logging_cert"
        }
    ], 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Create return data] **************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 18 January 2025  03:32:09 -0500 (0:00:00.215)       0:00:29.307 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 18 January 2025  03:32:09 -0500 (0:00:00.097)       0:00:29.405 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 18 January 2025  03:32:09 -0500 (0:00:00.087)       0:00:29.492 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 18 January 2025  03:32:09 -0500 (0:00:00.077)       0:00:29.570 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 18 January 2025  03:32:09 -0500 (0:00:00.055)       0:00:29.625 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 18 January 2025  03:32:09 -0500 (0:00:00.055)       0:00:29.681 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 18 January 2025  03:32:09 -0500 (0:00:00.062)       0:00:29.743 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 18 January 2025  03:32:09 -0500 (0:00:00.080)       0:00:29.823 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 18 January 2025  03:32:09 -0500 (0:00:00.082)       0:00:29.905 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 18 January 2025  03:32:09 -0500 (0:00:00.106)       0:00:30.012 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 18 January 2025  03:32:10 -0500 (0:00:00.141)       0:00:30.154 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 18 January 2025  03:32:10 -0500 (0:00:00.088)       0:00:30.242 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 18 January 2025  03:32:10 -0500 (0:00:00.084)       0:00:30.327 ****** 
ok: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 18 January 2025  03:32:10 -0500 (0:00:00.361)       0:00:30.689 ****** 
ok: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 18 January 2025  03:32:10 -0500 (0:00:00.074)       0:00:30.764 ****** 
ok: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 18 January 2025  03:32:10 -0500 (0:00:00.157)       0:00:30.921 ****** 
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 18 January 2025  03:32:11 -0500 (0:00:00.133)       0:00:31.055 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 18 January 2025  03:32:11 -0500 (0:00:00.254)       0:00:31.309 ****** 
skipping: [managed-node2] => (item=iproute)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iproute", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 18 January 2025  03:32:11 -0500 (0:00:00.050)       0:00:31.360 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 18 January 2025  03:32:11 -0500 (0:00:00.048)       0:00:31.408 ****** 
changed: [managed-node2] => {
    "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--> 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.9 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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 18 January 2025  03:32:21 -0500 (0:00:09.680)       0:00:41.089 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Saturday 18 January 2025  03:32:21 -0500 (0:00:00.023)       0:00:41.112 ****** 
ok: [managed-node2] => {
    "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"
                }
            ], 
            "certmonger": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "certmonger", 
                    "release": "17.el7_9", 
                    "source": "rpm", 
                    "version": "0.78.4"
                }
            ], 
            "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"
                }
            ], 
            "libtalloc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtalloc", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.1.16"
                }
            ], 
            "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"
                }
            ], 
            "libtevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtevent", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "0.9.39"
                }
            ], 
            "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"
                }
            ], 
            "lsof": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lsof", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "4.87"
                }
            ], 
            "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"
                }
            ], 
            "psmisc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "psmisc", 
                    "release": "17.el7", 
                    "source": "rpm", 
                    "version": "22.20"
                }
            ], 
            "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-cffi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-cffi", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.6.0"
                }
            ], 
            "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-enum34": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-enum34", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.0.4"
                }
            ], 
            "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-idna": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-idna", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.4"
                }
            ], 
            "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-ply": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-ply", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.4"
                }
            ], 
            "python-prettytable": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-prettytable", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.7.2"
                }
            ], 
            "python-pycparser": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-pycparser", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.14"
                }
            ], 
            "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"
                }
            ], 
            "python2-cryptography": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python2-cryptography", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.7.2"
                }
            ], 
            "python2-pyasn1": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python2-pyasn1", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.1.9"
                }
            ], 
            "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"
                }
            ], 
            "xmlrpc-c": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xmlrpc-c", 
                    "release": "1905.svn2451.el7", 
                    "source": "rpm", 
                    "version": "1.32.5"
                }
            ], 
            "xmlrpc-c-client": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xmlrpc-c-client", 
                    "release": "1905.svn2451.el7", 
                    "source": "rpm", 
                    "version": "1.32.5"
                }
            ], 
            "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 18 January 2025  03:32:23 -0500 (0:00:02.049)       0:00:43.162 ****** 
ok: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 18 January 2025  03:32:23 -0500 (0:00:00.121)       0:00:43.283 ****** 
ok: [managed-node2] => {}

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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 18 January 2025  03:32:23 -0500 (0:00:00.100)       0:00:43.384 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 18 January 2025  03:32:23 -0500 (0:00:00.098)       0:00:43.482 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 18 January 2025  03:32:23 -0500 (0:00:00.093)       0:00:43.575 ****** 
ok: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 18 January 2025  03:32:23 -0500 (0:00:00.412)       0:00:43.987 ****** 
ok: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 18 January 2025  03:32:24 -0500 (0:00:00.408)       0:00:44.395 ****** 
ok: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 18 January 2025  03:32:24 -0500 (0:00:00.627)       0:00:45.023 ****** 
ok: [managed-node2] => {
    "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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125
Saturday 18 January 2025  03:32:25 -0500 (0:00:00.480)       0:00:45.503 ****** 
changed: [managed-node2] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\n  maxMessageSize="8192"\n)\n', u'filename': u'00-global.conf'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
    "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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 349, 
    "src": "/root/.ansible/tmp/ansible-tmp-1737189145.58-31113-250854304010776/source", 
    "state": "file", 
    "uid": 0
}
skipping: [managed-node2] => (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-node2] => (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-1737189147.54-31113-87101941399116/source", 
    "state": "file", 
    "uid": 0
}
changed: [managed-node2] => (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-1737189148.41-31113-226895959703023/source", 
    "state": "file", 
    "uid": 0
}
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:149
Saturday 18 January 2025  03:32:29 -0500 (0:00:03.658)       0:00:49.162 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                        "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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                                "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-1737189145.58-31113-250854304010776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 349, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189145.58-31113-250854304010776/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-1737189147.54-31113-87101941399116/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-1737189147.54-31113-87101941399116/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-1737189148.41-31113-226895959703023/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-1737189148.41-31113-226895959703023/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:153
Saturday 18 January 2025  03:32:29 -0500 (0:00:00.134)       0:00:49.296 ****** 
skipping: [managed-node2] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (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-node2] => (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-node2] => (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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:171
Saturday 18 January 2025  03:32:29 -0500 (0:00:00.156)       0:00:49.453 ****** 
ok: [managed-node2] => (item={u'type': u'basics', u'name': u'system_input'}) => {
    "ansible_facts": {
        "__rsyslog_basics_packages": []
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-gMO/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": "system_input", 
        "type": "basics"
    }
}
ok: [managed-node2] => (item={u'tls': True, u'permitted_clients': [u'*.client.com', u'*.example.com'], u'pki_authmode': u'x509/name', u'name': u'remote_tcp', u'tcp_ports': [6514, 40000, 40001], u'type': u'remote'}) => {
    "ansible_facts": {
        "__rsyslog_remote_packages": []
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml"
    ], 
    "ansible_loop_var": "input_item", 
    "changed": false, 
    "input_item": {
        "name": "remote_tcp", 
        "permitted_clients": [
            "*.client.com", 
            "*.example.com"
        ], 
        "pki_authmode": "x509/name", 
        "tcp_ports": [
            6514, 
            40000, 
            40001
        ], 
        "tls": true, 
        "type": "remote"
    }
}
ok: [managed-node2] => (item={u'tcp_ports': [514, 40010, 40011, 40012], u'type': u'remote', u'name': u'remote_ptcp'}) => {
    "ansible_facts": {
        "__rsyslog_remote_packages": []
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml"
    ], 
    "ansible_loop_var": "input_item", 
    "changed": false, 
    "input_item": {
        "name": "remote_ptcp", 
        "tcp_ports": [
            514, 
            40010, 
            40011, 
            40012
        ], 
        "type": "remote"
    }
}
ok: [managed-node2] => (item={u'type': u'remote', u'name': u'remote_udp', u'udp_ports': [514, 40020]}) => {
    "ansible_facts": {
        "__rsyslog_remote_packages": []
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml"
    ], 
    "ansible_loop_var": "input_item", 
    "changed": false, 
    "input_item": {
        "name": "remote_udp", 
        "type": "remote", 
        "udp_ports": [
            514, 
            40020
        ]
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182
Saturday 18 January 2025  03:32:29 -0500 (0:00:00.177)       0:00:49.630 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node2
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node2
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node2
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3
Saturday 18 January 2025  03:32:29 -0500 (0:00:00.408)       0:00:50.039 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 18 January 2025  03:32:30 -0500 (0:00:00.187)       0:00:50.226 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 18 January 2025  03:32:30 -0500 (0:00:00.105)       0:00:50.332 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 18 January 2025  03:32:30 -0500 (0:00:00.101)       0:00:50.434 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                        "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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                                "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-1737189145.58-31113-250854304010776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 349, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189145.58-31113-250854304010776/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-1737189147.54-31113-87101941399116/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-1737189147.54-31113-87101941399116/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-1737189148.41-31113-226895959703023/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-1737189148.41-31113-226895959703023/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 18 January 2025  03:32:30 -0500 (0:00:00.120)       0:00:50.554 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-system_input] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10
Saturday 18 January 2025  03:32:30 -0500 (0:00:00.084)       0:00:50.638 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 18 January 2025  03:32:30 -0500 (0:00:00.140)       0:00:50.779 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 18 January 2025  03:32:30 -0500 (0:00:00.063)       0:00:50.843 ****** 
changed: [managed-node2] => (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 files_output\n}\n'}], u'name': u'input-basics-system_input'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
    "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "input-basics-system_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 files_output\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input"
    }, 
    "md5sum": "179687d86f01f34610c37655b4714145", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 563, 
    "src": "/root/.ansible/tmp/ansible-tmp-1737189151.18-31295-146545295586215/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 18 January 2025  03:32:31 -0500 (0:00:00.972)       0:00:51.815 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                        "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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                                "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-1737189145.58-31113-250854304010776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 349, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189145.58-31113-250854304010776/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-1737189147.54-31113-87101941399116/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-1737189147.54-31113-87101941399116/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-1737189148.41-31113-226895959703023/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-1737189148.41-31113-226895959703023/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": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
                        "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-system_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 files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-system_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-1737189151.18-31295-146545295586215/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "179687d86f01f34610c37655b4714145", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 563, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189151.18-31295-146545295586215/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 18 January 2025  03:32:31 -0500 (0:00:00.086)       0:00:51.901 ****** 
skipping: [managed-node2] => (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 files_output\n}\n'}], u'name': u'input-basics-system_input'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "input-basics-system_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 files_output\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure Remote inputs contain no conflict connection type] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:12
Saturday 18 January 2025  03:32:32 -0500 (0:00:00.508)       0:00:52.410 ****** 
skipping: [managed-node2] => (item=[{u'type': u'remote', u'name': u'remote_udp', u'udp_ports': [514, 40020]}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        {
            "name": "remote_udp", 
            "type": "remote", 
            "udp_ports": [
                514, 
                40020
            ]
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[{u'tcp_ports': [514, 40010, 40011, 40012], u'type': u'remote', u'name': u'remote_ptcp'}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        {
            "name": "remote_ptcp", 
            "tcp_ports": [
                514, 
                40010, 
                40011, 
                40012
            ], 
            "type": "remote"
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[{u'tls': True, u'permitted_clients': [u'*.client.com', u'*.example.com'], u'pki_authmode': u'x509/name', u'name': u'remote_tcp', u'tcp_ports': [6514, 40000, 40001], u'type': u'remote'}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        {
            "name": "remote_tcp", 
            "permitted_clients": [
                "*.client.com", 
                "*.example.com"
            ], 
            "pki_authmode": "x509/name", 
            "tcp_ports": [
                6514, 
                40000, 
                40001
            ], 
            "tls": true, 
            "type": "remote"
        }
    ], 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update remote input packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:19
Saturday 18 January 2025  03:32:32 -0500 (0:00:00.123)       0:00:52.533 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 18 January 2025  03:32:32 -0500 (0:00:00.130)       0:00:52.664 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 18 January 2025  03:32:32 -0500 (0:00:00.103)       0:00:52.768 ****** 
changed: [managed-node2] => (item={u'type': u'modules', u'sections': [{u'options': u'# Read messages sent over TCP with TLS\nmodule(load="imtcp"\n       StreamDriver.Name="gtls"\n       StreamDriver.Mode="1"\n       StreamDriver.AuthMode="x509/name"\n       PermittedPeer=["*.client.com","*.example.com"]\n)\n'}], u'name': u'input-remote-modules-remote_tcp'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", 
    "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "input-remote-modules-remote_tcp", 
        "sections": [
            {
                "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n       StreamDriver.Name=\"gtls\"\n       StreamDriver.Mode=\"1\"\n       StreamDriver.AuthMode=\"x509/name\"\n       PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n"
            }
        ], 
        "type": "modules"
    }, 
    "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 264, 
    "src": "/root/.ansible/tmp/ansible-tmp-1737189153.08-31362-86786266718167/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 18 January 2025  03:32:33 -0500 (0:00:01.135)       0:00:53.903 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                        "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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                                "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-1737189145.58-31113-250854304010776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 349, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189145.58-31113-250854304010776/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-1737189147.54-31113-87101941399116/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-1737189147.54-31113-87101941399116/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-1737189148.41-31113-226895959703023/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-1737189148.41-31113-226895959703023/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": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
                        "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-system_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 files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-system_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-1737189151.18-31295-146545295586215/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "179687d86f01f34610c37655b4714145", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 563, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189151.18-31295-146545295586215/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", 
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-modules-remote_tcp", 
                            "sections": [
                                {
                                    "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n       StreamDriver.Name=\"gtls\"\n       StreamDriver.Mode=\"1\"\n       StreamDriver.AuthMode=\"x509/name\"\n       PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189153.08-31362-86786266718167/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 264, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189153.08-31362-86786266718167/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 18 January 2025  03:32:33 -0500 (0:00:00.120)       0:00:54.023 ****** 
skipping: [managed-node2] => (item={u'type': u'modules', u'sections': [{u'options': u'# Read messages sent over TCP with TLS\nmodule(load="imtcp"\n       StreamDriver.Name="gtls"\n       StreamDriver.Mode="1"\n       StreamDriver.AuthMode="x509/name"\n       PermittedPeer=["*.client.com","*.example.com"]\n)\n'}], u'name': u'input-remote-modules-remote_tcp'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "input-remote-modules-remote_tcp", 
        "sections": [
            {
                "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n       StreamDriver.Name=\"gtls\"\n       StreamDriver.Mode=\"1\"\n       StreamDriver.AuthMode=\"x509/name\"\n       PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create remote input configuration file /etc/rsyslog.d/input-remote-remote_tcp] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:31
Saturday 18 January 2025  03:32:34 -0500 (0:00:00.234)       0:00:54.258 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 18 January 2025  03:32:34 -0500 (0:00:00.164)       0:00:54.422 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 18 January 2025  03:32:34 -0500 (0:00:00.106)       0:00:54.529 ****** 
changed: [managed-node2] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'# Log messages from remote hosts over TLS\ninput(name="remote_tcp_1" type="imtcp" port="6514")\nif\n  ($inputname == "remote_tcp_1")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name="remote_tcp_2" type="imtcp" port="40000")\nif\n  ($inputname == "remote_tcp_2")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name="remote_tcp_3" type="imtcp" port="40001")\nif\n  ($inputname == "remote_tcp_3")\n  then {\n    call files_output\n}\n'}], u'name': u'input-remote-remote_tcp', u'weight': u'11'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", 
    "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "input-remote-remote_tcp", 
        "sections": [
            {
                "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n  ($inputname == \"remote_tcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n  ($inputname == \"remote_tcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n  ($inputname == \"remote_tcp_3\")\n  then {\n    call files_output\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input", 
        "weight": "11"
    }, 
    "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 538, 
    "src": "/root/.ansible/tmp/ansible-tmp-1737189154.82-31430-126475720209097/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 18 January 2025  03:32:35 -0500 (0:00:00.910)       0:00:55.440 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                        "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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                                "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-1737189145.58-31113-250854304010776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 349, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189145.58-31113-250854304010776/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-1737189147.54-31113-87101941399116/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-1737189147.54-31113-87101941399116/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-1737189148.41-31113-226895959703023/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-1737189148.41-31113-226895959703023/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": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
                        "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-system_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 files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-system_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-1737189151.18-31295-146545295586215/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "179687d86f01f34610c37655b4714145", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 563, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189151.18-31295-146545295586215/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", 
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-modules-remote_tcp", 
                            "sections": [
                                {
                                    "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n       StreamDriver.Name=\"gtls\"\n       StreamDriver.Mode=\"1\"\n       StreamDriver.AuthMode=\"x509/name\"\n       PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189153.08-31362-86786266718167/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 264, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189153.08-31362-86786266718167/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", 
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-remote_tcp", 
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n  ($inputname == \"remote_tcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n  ($inputname == \"remote_tcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n  ($inputname == \"remote_tcp_3\")\n  then {\n    call files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189154.82-31430-126475720209097/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 538, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189154.82-31430-126475720209097/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 18 January 2025  03:32:35 -0500 (0:00:00.119)       0:00:55.559 ****** 
skipping: [managed-node2] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'# Log messages from remote hosts over TLS\ninput(name="remote_tcp_1" type="imtcp" port="6514")\nif\n  ($inputname == "remote_tcp_1")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name="remote_tcp_2" type="imtcp" port="40000")\nif\n  ($inputname == "remote_tcp_2")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name="remote_tcp_3" type="imtcp" port="40001")\nif\n  ($inputname == "remote_tcp_3")\n  then {\n    call files_output\n}\n'}], u'name': u'input-remote-remote_tcp', u'weight': u'11'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "input-remote-remote_tcp", 
        "sections": [
            {
                "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n  ($inputname == \"remote_tcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n  ($inputname == \"remote_tcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n  ($inputname == \"remote_tcp_3\")\n  then {\n    call files_output\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input", 
        "weight": "11"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure Remote inputs contain no conflict connection type] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:12
Saturday 18 January 2025  03:32:35 -0500 (0:00:00.351)       0:00:55.911 ****** 
skipping: [managed-node2] => (item=[{u'type': u'remote', u'name': u'remote_udp', u'udp_ports': [514, 40020]}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        {
            "name": "remote_udp", 
            "type": "remote", 
            "udp_ports": [
                514, 
                40020
            ]
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[{u'tcp_ports': [514, 40010, 40011, 40012], u'type': u'remote', u'name': u'remote_ptcp'}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        {
            "name": "remote_ptcp", 
            "tcp_ports": [
                514, 
                40010, 
                40011, 
                40012
            ], 
            "type": "remote"
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[{u'tls': True, u'permitted_clients': [u'*.client.com', u'*.example.com'], u'pki_authmode': u'x509/name', u'name': u'remote_tcp', u'tcp_ports': [6514, 40000, 40001], u'type': u'remote'}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        {
            "name": "remote_tcp", 
            "permitted_clients": [
                "*.client.com", 
                "*.example.com"
            ], 
            "pki_authmode": "x509/name", 
            "tcp_ports": [
                6514, 
                40000, 
                40001
            ], 
            "tls": true, 
            "type": "remote"
        }
    ], 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update remote input packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:19
Saturday 18 January 2025  03:32:36 -0500 (0:00:00.170)       0:00:56.081 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 18 January 2025  03:32:36 -0500 (0:00:00.195)       0:00:56.277 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 18 January 2025  03:32:36 -0500 (0:00:00.109)       0:00:56.386 ****** 
changed: [managed-node2] => (item={u'type': u'modules', u'sections': [{u'options': u'# Read messages sent over plain TCP\nmodule(load="imptcp" threads="1")\n'}], u'name': u'input-remote-modules-remote_ptcp'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", 
    "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "input-remote-modules-remote_ptcp", 
        "sections": [
            {
                "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 117, 
    "src": "/root/.ansible/tmp/ansible-tmp-1737189156.63-31488-157845663060877/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 18 January 2025  03:32:37 -0500 (0:00:00.991)       0:00:57.378 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                        "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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                                "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-1737189145.58-31113-250854304010776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 349, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189145.58-31113-250854304010776/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-1737189147.54-31113-87101941399116/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-1737189147.54-31113-87101941399116/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-1737189148.41-31113-226895959703023/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-1737189148.41-31113-226895959703023/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": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
                        "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-system_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 files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-system_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-1737189151.18-31295-146545295586215/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "179687d86f01f34610c37655b4714145", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 563, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189151.18-31295-146545295586215/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", 
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-modules-remote_tcp", 
                            "sections": [
                                {
                                    "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n       StreamDriver.Name=\"gtls\"\n       StreamDriver.Mode=\"1\"\n       StreamDriver.AuthMode=\"x509/name\"\n       PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189153.08-31362-86786266718167/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 264, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189153.08-31362-86786266718167/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", 
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-remote_tcp", 
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n  ($inputname == \"remote_tcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n  ($inputname == \"remote_tcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n  ($inputname == \"remote_tcp_3\")\n  then {\n    call files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189154.82-31430-126475720209097/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 538, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189154.82-31430-126475720209097/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", 
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-modules-remote_ptcp", 
                            "sections": [
                                {
                                    "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189156.63-31488-157845663060877/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 117, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189156.63-31488-157845663060877/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 18 January 2025  03:32:37 -0500 (0:00:00.153)       0:00:57.532 ****** 
skipping: [managed-node2] => (item={u'type': u'modules', u'sections': [{u'options': u'# Read messages sent over plain TCP\nmodule(load="imptcp" threads="1")\n'}], u'name': u'input-remote-modules-remote_ptcp'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "input-remote-modules-remote_ptcp", 
        "sections": [
            {
                "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create remote input configuration file /etc/rsyslog.d/input-remote-remote_ptcp] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:31
Saturday 18 January 2025  03:32:37 -0500 (0:00:00.409)       0:00:57.941 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 18 January 2025  03:32:38 -0500 (0:00:00.264)       0:00:58.206 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 18 January 2025  03:32:38 -0500 (0:00:00.114)       0:00:58.320 ****** 
changed: [managed-node2] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_1" type="imptcp" port="514")\nif\n  ($inputname == "remote_ptcp_1")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_2" type="imptcp" port="40010")\nif\n  ($inputname == "remote_ptcp_2")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_3" type="imptcp" port="40011")\nif\n  ($inputname == "remote_ptcp_3")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_4" type="imptcp" port="40012")\nif\n  ($inputname == "remote_ptcp_4")\n  then {\n    call files_output\n}\n'}], u'name': u'input-remote-remote_ptcp', u'weight': u'11'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", 
    "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "input-remote-remote_ptcp", 
        "sections": [
            {
                "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n  ($inputname == \"remote_ptcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n  ($inputname == \"remote_ptcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n  ($inputname == \"remote_ptcp_3\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n  ($inputname == \"remote_ptcp_4\")\n  then {\n    call files_output\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input", 
        "weight": "11"
    }, 
    "md5sum": "d00029be5c7e980521b7d798ae8ee312", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 737, 
    "src": "/root/.ansible/tmp/ansible-tmp-1737189158.61-31548-206066542021239/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 18 January 2025  03:32:39 -0500 (0:00:01.005)       0:00:59.325 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                        "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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                                "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-1737189145.58-31113-250854304010776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 349, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189145.58-31113-250854304010776/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-1737189147.54-31113-87101941399116/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-1737189147.54-31113-87101941399116/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-1737189148.41-31113-226895959703023/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-1737189148.41-31113-226895959703023/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": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
                        "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-system_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 files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-system_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-1737189151.18-31295-146545295586215/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "179687d86f01f34610c37655b4714145", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 563, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189151.18-31295-146545295586215/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", 
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-modules-remote_tcp", 
                            "sections": [
                                {
                                    "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n       StreamDriver.Name=\"gtls\"\n       StreamDriver.Mode=\"1\"\n       StreamDriver.AuthMode=\"x509/name\"\n       PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189153.08-31362-86786266718167/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 264, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189153.08-31362-86786266718167/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", 
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-remote_tcp", 
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n  ($inputname == \"remote_tcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n  ($inputname == \"remote_tcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n  ($inputname == \"remote_tcp_3\")\n  then {\n    call files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189154.82-31430-126475720209097/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 538, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189154.82-31430-126475720209097/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", 
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-modules-remote_ptcp", 
                            "sections": [
                                {
                                    "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189156.63-31488-157845663060877/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 117, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189156.63-31488-157845663060877/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", 
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-remote_ptcp", 
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n  ($inputname == \"remote_ptcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n  ($inputname == \"remote_ptcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n  ($inputname == \"remote_ptcp_3\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n  ($inputname == \"remote_ptcp_4\")\n  then {\n    call files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189158.61-31548-206066542021239/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "d00029be5c7e980521b7d798ae8ee312", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 737, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189158.61-31548-206066542021239/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 18 January 2025  03:32:39 -0500 (0:00:00.128)       0:00:59.453 ****** 
skipping: [managed-node2] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_1" type="imptcp" port="514")\nif\n  ($inputname == "remote_ptcp_1")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_2" type="imptcp" port="40010")\nif\n  ($inputname == "remote_ptcp_2")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_3" type="imptcp" port="40011")\nif\n  ($inputname == "remote_ptcp_3")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_4" type="imptcp" port="40012")\nif\n  ($inputname == "remote_ptcp_4")\n  then {\n    call files_output\n}\n'}], u'name': u'input-remote-remote_ptcp', u'weight': u'11'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "input-remote-remote_ptcp", 
        "sections": [
            {
                "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n  ($inputname == \"remote_ptcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n  ($inputname == \"remote_ptcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n  ($inputname == \"remote_ptcp_3\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n  ($inputname == \"remote_ptcp_4\")\n  then {\n    call files_output\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input", 
        "weight": "11"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure Remote inputs contain no conflict connection type] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:12
Saturday 18 January 2025  03:32:39 -0500 (0:00:00.228)       0:00:59.682 ****** 
skipping: [managed-node2] => (item=[{u'type': u'remote', u'name': u'remote_udp', u'udp_ports': [514, 40020]}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        {
            "name": "remote_udp", 
            "type": "remote", 
            "udp_ports": [
                514, 
                40020
            ]
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[{u'tcp_ports': [514, 40010, 40011, 40012], u'type': u'remote', u'name': u'remote_ptcp'}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        {
            "name": "remote_ptcp", 
            "tcp_ports": [
                514, 
                40010, 
                40011, 
                40012
            ], 
            "type": "remote"
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[{u'tls': True, u'permitted_clients': [u'*.client.com', u'*.example.com'], u'pki_authmode': u'x509/name', u'name': u'remote_tcp', u'tcp_ports': [6514, 40000, 40001], u'type': u'remote'}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        {
            "name": "remote_tcp", 
            "permitted_clients": [
                "*.client.com", 
                "*.example.com"
            ], 
            "pki_authmode": "x509/name", 
            "tcp_ports": [
                6514, 
                40000, 
                40001
            ], 
            "tls": true, 
            "type": "remote"
        }
    ], 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update remote input packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:19
Saturday 18 January 2025  03:32:39 -0500 (0:00:00.135)       0:00:59.818 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 18 January 2025  03:32:39 -0500 (0:00:00.213)       0:01:00.032 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 18 January 2025  03:32:40 -0500 (0:00:00.088)       0:01:00.120 ****** 
changed: [managed-node2] => (item={u'type': u'modules', u'sections': [{u'options': u'# Read messages sent over UDP\nmodule(load="imudp" threads="1"\n       TimeRequery="2"\n       BatchSize="32")\n'}], u'name': u'input-remote-modules-remote_udp'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", 
    "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "input-remote-modules-remote_udp", 
        "sections": [
            {
                "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n       TimeRequery=\"2\"\n       BatchSize=\"32\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "md5sum": "9a4e7c77879969f165773e22542351d5", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 155, 
    "src": "/root/.ansible/tmp/ansible-tmp-1737189160.31-31611-89332545055937/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 18 January 2025  03:32:40 -0500 (0:00:00.785)       0:01:00.906 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                        "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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                                "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-1737189145.58-31113-250854304010776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 349, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189145.58-31113-250854304010776/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-1737189147.54-31113-87101941399116/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-1737189147.54-31113-87101941399116/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-1737189148.41-31113-226895959703023/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-1737189148.41-31113-226895959703023/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": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
                        "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-system_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 files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-system_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-1737189151.18-31295-146545295586215/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "179687d86f01f34610c37655b4714145", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 563, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189151.18-31295-146545295586215/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", 
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-modules-remote_tcp", 
                            "sections": [
                                {
                                    "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n       StreamDriver.Name=\"gtls\"\n       StreamDriver.Mode=\"1\"\n       StreamDriver.AuthMode=\"x509/name\"\n       PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189153.08-31362-86786266718167/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 264, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189153.08-31362-86786266718167/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", 
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-remote_tcp", 
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n  ($inputname == \"remote_tcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n  ($inputname == \"remote_tcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n  ($inputname == \"remote_tcp_3\")\n  then {\n    call files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189154.82-31430-126475720209097/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 538, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189154.82-31430-126475720209097/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", 
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-modules-remote_ptcp", 
                            "sections": [
                                {
                                    "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189156.63-31488-157845663060877/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 117, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189156.63-31488-157845663060877/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", 
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-remote_ptcp", 
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n  ($inputname == \"remote_ptcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n  ($inputname == \"remote_ptcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n  ($inputname == \"remote_ptcp_3\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n  ($inputname == \"remote_ptcp_4\")\n  then {\n    call files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189158.61-31548-206066542021239/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "d00029be5c7e980521b7d798ae8ee312", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 737, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189158.61-31548-206066542021239/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", 
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-modules-remote_udp", 
                            "sections": [
                                {
                                    "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n       TimeRequery=\"2\"\n       BatchSize=\"32\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_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-1737189160.31-31611-89332545055937/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "9a4e7c77879969f165773e22542351d5", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 155, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189160.31-31611-89332545055937/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 18 January 2025  03:32:40 -0500 (0:00:00.104)       0:01:01.010 ****** 
skipping: [managed-node2] => (item={u'type': u'modules', u'sections': [{u'options': u'# Read messages sent over UDP\nmodule(load="imudp" threads="1"\n       TimeRequery="2"\n       BatchSize="32")\n'}], u'name': u'input-remote-modules-remote_udp'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "input-remote-modules-remote_udp", 
        "sections": [
            {
                "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n       TimeRequery=\"2\"\n       BatchSize=\"32\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create remote input configuration file /etc/rsyslog.d/input-remote-remote_udp] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:31
Saturday 18 January 2025  03:32:41 -0500 (0:00:00.332)       0:01:01.343 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 18 January 2025  03:32:41 -0500 (0:00:00.190)       0:01:01.534 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 18 January 2025  03:32:41 -0500 (0:00:00.103)       0:01:01.637 ****** 
changed: [managed-node2] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'# Log messages from remote hosts over UDP\ninput(name="remote_udp" type="imudp" port=["514","40020"])\nif\n  ($inputname == "remote_udp")\n  then {\n    call files_output\n}\n\n'}], u'name': u'input-remote-remote_udp', u'weight': u'11'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", 
    "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "input-remote-remote_udp", 
        "sections": [
            {
                "options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp\" type=\"imudp\" port=[\"514\",\"40020\"])\nif\n  ($inputname == \"remote_udp\")\n  then {\n    call files_output\n}\n\n"
            }
        ], 
        "state": "present", 
        "type": "input", 
        "weight": "11"
    }, 
    "md5sum": "9f04c4e7019366a115b05ce1af69a8e7", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 216, 
    "src": "/root/.ansible/tmp/ansible-tmp-1737189162.2-31648-159431028114716/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 18 January 2025  03:32:42 -0500 (0:00:01.332)       0:01:02.970 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                        "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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                                "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-1737189145.58-31113-250854304010776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 349, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189145.58-31113-250854304010776/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-1737189147.54-31113-87101941399116/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-1737189147.54-31113-87101941399116/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-1737189148.41-31113-226895959703023/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-1737189148.41-31113-226895959703023/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": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
                        "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-system_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 files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-system_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-1737189151.18-31295-146545295586215/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "179687d86f01f34610c37655b4714145", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 563, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189151.18-31295-146545295586215/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", 
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-modules-remote_tcp", 
                            "sections": [
                                {
                                    "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n       StreamDriver.Name=\"gtls\"\n       StreamDriver.Mode=\"1\"\n       StreamDriver.AuthMode=\"x509/name\"\n       PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189153.08-31362-86786266718167/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 264, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189153.08-31362-86786266718167/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", 
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-remote_tcp", 
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n  ($inputname == \"remote_tcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n  ($inputname == \"remote_tcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n  ($inputname == \"remote_tcp_3\")\n  then {\n    call files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189154.82-31430-126475720209097/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 538, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189154.82-31430-126475720209097/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", 
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-modules-remote_ptcp", 
                            "sections": [
                                {
                                    "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189156.63-31488-157845663060877/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 117, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189156.63-31488-157845663060877/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", 
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-remote_ptcp", 
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n  ($inputname == \"remote_ptcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n  ($inputname == \"remote_ptcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n  ($inputname == \"remote_ptcp_3\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n  ($inputname == \"remote_ptcp_4\")\n  then {\n    call files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189158.61-31548-206066542021239/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "d00029be5c7e980521b7d798ae8ee312", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 737, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189158.61-31548-206066542021239/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", 
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-modules-remote_udp", 
                            "sections": [
                                {
                                    "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n       TimeRequery=\"2\"\n       BatchSize=\"32\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_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-1737189160.31-31611-89332545055937/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "9a4e7c77879969f165773e22542351d5", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 155, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189160.31-31611-89332545055937/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", 
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-remote_udp", 
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp\" type=\"imudp\" port=[\"514\",\"40020\"])\nif\n  ($inputname == \"remote_udp\")\n  then {\n    call files_output\n}\n\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_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-1737189162.2-31648-159431028114716/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "9f04c4e7019366a115b05ce1af69a8e7", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 216, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189162.2-31648-159431028114716/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 18 January 2025  03:32:43 -0500 (0:00:00.140)       0:01:03.110 ****** 
skipping: [managed-node2] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'# Log messages from remote hosts over UDP\ninput(name="remote_udp" type="imudp" port=["514","40020"])\nif\n  ($inputname == "remote_udp")\n  then {\n    call files_output\n}\n\n'}], u'name': u'input-remote-remote_udp', u'weight': u'11'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "input-remote-remote_udp", 
        "sections": [
            {
                "options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp\" type=\"imudp\" port=[\"514\",\"40020\"])\nif\n  ($inputname == \"remote_udp\")\n  then {\n    call files_output\n}\n\n"
            }
        ], 
        "state": "present", 
        "type": "input", 
        "weight": "11"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:197
Saturday 18 January 2025  03:32:43 -0500 (0:00:00.465)       0:01:03.576 ****** 
ok: [managed-node2] => (item={u'type': u'files', u'name': u'files_output'}) => {
    "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-gMO/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": "files_output", 
        "type": "files"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:209
Saturday 18 January 2025  03:32:43 -0500 (0:00:00.091)       0:01:03.668 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node2

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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Saturday 18 January 2025  03:32:43 -0500 (0:00:00.261)       0:01:03.929 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 18 January 2025  03:32:44 -0500 (0:00:00.323)       0:01:04.252 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 18 January 2025  03:32:44 -0500 (0:00:00.194)       0:01:04.447 ****** 
ok: [managed-node2] => (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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 18 January 2025  03:32:45 -0500 (0:00:01.034)       0:01:05.481 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                        "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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                                "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-1737189145.58-31113-250854304010776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 349, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189145.58-31113-250854304010776/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-1737189147.54-31113-87101941399116/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-1737189147.54-31113-87101941399116/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-1737189148.41-31113-226895959703023/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-1737189148.41-31113-226895959703023/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": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
                        "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-system_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 files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-system_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-1737189151.18-31295-146545295586215/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "179687d86f01f34610c37655b4714145", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 563, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189151.18-31295-146545295586215/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", 
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-modules-remote_tcp", 
                            "sections": [
                                {
                                    "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n       StreamDriver.Name=\"gtls\"\n       StreamDriver.Mode=\"1\"\n       StreamDriver.AuthMode=\"x509/name\"\n       PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189153.08-31362-86786266718167/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 264, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189153.08-31362-86786266718167/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", 
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-remote_tcp", 
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n  ($inputname == \"remote_tcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n  ($inputname == \"remote_tcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n  ($inputname == \"remote_tcp_3\")\n  then {\n    call files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189154.82-31430-126475720209097/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 538, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189154.82-31430-126475720209097/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", 
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-modules-remote_ptcp", 
                            "sections": [
                                {
                                    "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189156.63-31488-157845663060877/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 117, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189156.63-31488-157845663060877/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", 
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-remote_ptcp", 
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n  ($inputname == \"remote_ptcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n  ($inputname == \"remote_ptcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n  ($inputname == \"remote_ptcp_3\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n  ($inputname == \"remote_ptcp_4\")\n  then {\n    call files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189158.61-31548-206066542021239/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "d00029be5c7e980521b7d798ae8ee312", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 737, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189158.61-31548-206066542021239/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", 
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-modules-remote_udp", 
                            "sections": [
                                {
                                    "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n       TimeRequery=\"2\"\n       BatchSize=\"32\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_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-1737189160.31-31611-89332545055937/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "9a4e7c77879969f165773e22542351d5", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 155, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189160.31-31611-89332545055937/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", 
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-remote_udp", 
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp\" type=\"imudp\" port=[\"514\",\"40020\"])\nif\n  ($inputname == \"remote_udp\")\n  then {\n    call files_output\n}\n\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_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-1737189162.2-31648-159431028114716/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "9f04c4e7019366a115b05ce1af69a8e7", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 216, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189162.2-31648-159431028114716/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 18 January 2025  03:32:45 -0500 (0:00:00.150)       0:01:05.632 ****** 
skipping: [managed-node2] => (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-files_output] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Saturday 18 January 2025  03:32:45 -0500 (0:00:00.118)       0:01:05.750 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 18 January 2025  03:32:45 -0500 (0:00:00.195)       0:01:05.946 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 18 January 2025  03:32:46 -0500 (0:00:00.113)       0:01:06.059 ****** 
changed: [managed-node2] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="files_output") {\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-files_output'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "165048827f331e37d59c821ee3a11f13967f945f", 
    "dest": "/etc/rsyslog.d/30-output-files-files_output.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-files-files_output", 
        "sections": [
            {
                "options": "ruleset(name=\"files_output\") {\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": "6a6570dcffae51672c267731664d01f5", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 1147, 
    "src": "/root/.ansible/tmp/ansible-tmp-1737189166.47-31816-127495056097624/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 18 January 2025  03:32:47 -0500 (0:00:01.299)       0:01:07.359 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                        "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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                                "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-1737189145.58-31113-250854304010776/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 349, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189145.58-31113-250854304010776/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-1737189147.54-31113-87101941399116/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-1737189147.54-31113-87101941399116/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-1737189148.41-31113-226895959703023/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-1737189148.41-31113-226895959703023/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": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
                        "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-system_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 files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-system_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-1737189151.18-31295-146545295586215/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "179687d86f01f34610c37655b4714145", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 563, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189151.18-31295-146545295586215/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", 
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-modules-remote_tcp", 
                            "sections": [
                                {
                                    "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n       StreamDriver.Name=\"gtls\"\n       StreamDriver.Mode=\"1\"\n       StreamDriver.AuthMode=\"x509/name\"\n       PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189153.08-31362-86786266718167/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 264, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189153.08-31362-86786266718167/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", 
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-remote_tcp", 
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n  ($inputname == \"remote_tcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n  ($inputname == \"remote_tcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n  ($inputname == \"remote_tcp_3\")\n  then {\n    call files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189154.82-31430-126475720209097/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 538, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189154.82-31430-126475720209097/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", 
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-modules-remote_ptcp", 
                            "sections": [
                                {
                                    "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189156.63-31488-157845663060877/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 117, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189156.63-31488-157845663060877/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", 
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-remote_ptcp", 
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n  ($inputname == \"remote_ptcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n  ($inputname == \"remote_ptcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n  ($inputname == \"remote_ptcp_3\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n  ($inputname == \"remote_ptcp_4\")\n  then {\n    call files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189158.61-31548-206066542021239/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "d00029be5c7e980521b7d798ae8ee312", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 737, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189158.61-31548-206066542021239/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", 
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-modules-remote_udp", 
                            "sections": [
                                {
                                    "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n       TimeRequery=\"2\"\n       BatchSize=\"32\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_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-1737189160.31-31611-89332545055937/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "9a4e7c77879969f165773e22542351d5", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 155, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189160.31-31611-89332545055937/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", 
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-remote-remote_udp", 
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp\" type=\"imudp\" port=[\"514\",\"40020\"])\nif\n  ($inputname == \"remote_udp\")\n  then {\n    call files_output\n}\n\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_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-1737189162.2-31648-159431028114716/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "9f04c4e7019366a115b05ce1af69a8e7", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 216, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189162.2-31648-159431028114716/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": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "165048827f331e37d59c821ee3a11f13967f945f", 
                        "dest": "/etc/rsyslog.d/30-output-files-files_output.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-files_output", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"files_output\") {\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": "165048827f331e37d59c821ee3a11f13967f945f", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-files-files_output.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1737189166.47-31816-127495056097624/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "6a6570dcffae51672c267731664d01f5", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1147, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189166.47-31816-127495056097624/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 18 January 2025  03:32:47 -0500 (0:00:00.437)       0:01:07.797 ****** 
skipping: [managed-node2] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="files_output") {\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-files_output'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-files-files_output", 
        "sections": [
            {
                "options": "ruleset(name=\"files_output\") {\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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:222
Saturday 18 January 2025  03:32:48 -0500 (0:00:00.603)       0:01:08.401 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239
Saturday 18 January 2025  03:32:48 -0500 (0:00:00.203)       0:01:08.605 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:259
Saturday 18 January 2025  03:32:48 -0500 (0:00:00.183)       0:01:08.788 ****** 

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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:280
Saturday 18 January 2025  03:32:48 -0500 (0:00:00.146)       0:01:08.935 ****** 
skipping: [managed-node2] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[{u'tls': True, u'permitted_clients': [u'*.client.com', u'*.example.com'], u'pki_authmode': u'x509/name', u'name': u'remote_tcp', u'tcp_ports': [6514, 40000, 40001], u'type': u'remote'}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        {
            "name": "remote_tcp", 
            "permitted_clients": [
                "*.client.com", 
                "*.example.com"
            ], 
            "pki_authmode": "x509/name", 
            "tcp_ports": [
                6514, 
                40000, 
                40001
            ], 
            "tls": true, 
            "type": "remote"
        }
    ], 
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:288
Saturday 18 January 2025  03:32:49 -0500 (0:00:00.300)       0:01:09.235 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:300
Saturday 18 January 2025  03:32:49 -0500 (0:00:00.232)       0:01:09.468 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:312
Saturday 18 January 2025  03:32:49 -0500 (0:00:00.139)       0:01:09.608 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:324
Saturday 18 January 2025  03:32:49 -0500 (0:00:00.168)       0:01:09.776 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "rsyslog", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-01-18 03:31:36 EST", 
        "ActiveEnterTimestampMonotonic": "791487649", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target network.target system.slice network-online.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-01-18 03:31:36 EST", 
        "AssertTimestampMonotonic": "791479401", 
        "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": "yes", 
        "ConditionTimestamp": "Sat 2025-01-18 03:31:36 EST", 
        "ConditionTimestampMonotonic": "791479399", 
        "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": "28285", 
        "ExecMainStartTimestamp": "Sat 2025-01-18 03:31:36 EST", 
        "ExecMainStartTimestampMonotonic": "791480069", 
        "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-18 03:31:36 EST", 
        "InactiveExitTimestampMonotonic": "791480105", 
        "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": "28285", 
        "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-18 03:31:36 EST", 
        "WatchdogTimestampMonotonic": "791487613", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332
Saturday 18 January 2025  03:32:50 -0500 (0:00:00.537)       0:01:10.314 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:341
Saturday 18 January 2025  03:32:50 -0500 (0:00:00.110)       0:01:10.424 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:353
Saturday 18 January 2025  03:32:50 -0500 (0:00:00.146)       0:01:10.571 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:360
Saturday 18 January 2025  03:32:50 -0500 (0:00:00.169)       0:01:10.741 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "stat": {
        "atime": 1737189096.2928243, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "c9638f934d9bd63f915871a44f22aa1968342884", 
        "ctime": 1737189080.250718, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 136788, 
        "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": "18446744072873001994", 
        "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:366
Saturday 18 January 2025  03:32:51 -0500 (0:00:00.508)       0:01:11.249 ****** 
changed: [managed-node2] => {
    "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-1737189171.27-32008-246332442014529/source", 
    "state": "file", 
    "uid": 0
}

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 18 January 2025  03:32:51 -0500 (0:00:00.632)       0:01:11.882 ****** 
changed: [managed-node2] => {
    "changed": true, 
    "name": "rsyslog", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-01-18 03:31:36 EST", 
        "ActiveEnterTimestampMonotonic": "791487649", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target network.target system.slice network-online.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-01-18 03:31:36 EST", 
        "AssertTimestampMonotonic": "791479401", 
        "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": "yes", 
        "ConditionTimestamp": "Sat 2025-01-18 03:31:36 EST", 
        "ConditionTimestampMonotonic": "791479399", 
        "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": "28285", 
        "ExecMainStartTimestamp": "Sat 2025-01-18 03:31:36 EST", 
        "ExecMainStartTimestampMonotonic": "791480069", 
        "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-18 03:31:36 EST", 
        "InactiveExitTimestampMonotonic": "791480105", 
        "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": "28285", 
        "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-18 03:31:36 EST", 
        "WatchdogTimestampMonotonic": "791487613", 
        "WatchdogUSec": "0"
    }
}
META: ran handlers

TASK [Ensure config file size and counts] **************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:70
Saturday 18 January 2025  03:32:52 -0500 (0:00:00.663)       0:01:12.546 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml for managed-node2

TASK [Get info of /etc/rsyslog.conf] *******************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2
Saturday 18 January 2025  03:32:52 -0500 (0:00:00.312)       0:01:12.858 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "stat": {
        "atime": 1737189172.3403215, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", 
        "ctime": 1737189171.7953181, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 263435, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1737189171.5673165, 
        "nlink": 1, 
        "path": "/etc/rsyslog.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 131, 
        "uid": 0, 
        "version": "18446744072873003732", 
        "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-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7
Saturday 18 January 2025  03:32:53 -0500 (0:00:00.479)       0:01:13.337 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "examined": 14, 
    "files": [
        {
            "atime": 1737188972.8280337, 
            "ctime": 1737188968.2070029, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262591, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1737188967.9550014, 
            "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": 1737189172.3403215, 
            "ctime": 1737189162.7982593, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263433, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1737189162.5222576, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 216, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1737189172.3403215, 
            "ctime": 1737189155.3022103, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263429, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1737189155.0982091, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 538, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1737189172.3403215, 
            "ctime": 1737189167.1422877, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263434, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1737189166.8242855, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/30-output-files-files_output.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 1147, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1737189172.3403215, 
            "ctime": 1737189159.1562355, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263431, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1737189158.919234, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 737, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1737189172.3403215, 
            "ctime": 1737189147.2531579, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263363, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1737189146.2731514, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/00-global.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 349, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1737189172.3403215, 
            "ctime": 1737189153.6621997, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263428, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1737189153.393198, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 264, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1737189172.3403215, 
            "ctime": 1737189148.2921646, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263364, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1737189148.032163, 
            "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": 1737189172.3403215, 
            "ctime": 1737189151.6791868, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263427, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1737189151.4551852, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/90-input-basics-system_input.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 563, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1737189172.3403215, 
            "ctime": 1737189160.7712462, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263432, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1737189160.5652447, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 155, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1737188972.8280337, 
            "ctime": 1737188966.7699933, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262590, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1737188966.5199916, 
            "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": 1737189172.3403215, 
            "ctime": 1737189148.9781692, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263426, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1737189148.7371676, 
            "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": 1737189172.3403215, 
            "ctime": 1737189157.204223, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263430, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1737189156.9592211, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 117, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }
    ], 
    "matched": 13
}

TASK [Check rsyslog.conf size (less)] ******************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13
Saturday 18 January 2025  03:32:53 -0500 (0:00:00.696)       0:01:14.034 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check rsyslog.conf size (more)] ******************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18
Saturday 18 January 2025  03:32:54 -0500 (0:00:00.120)       0:01:14.154 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Check file counts in rsyslog.d] ******************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23
Saturday 18 January 2025  03:32:54 -0500 (0:00:00.119)       0:01:14.274 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check conf files exist] **************************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27
Saturday 18 January 2025  03:32:54 -0500 (0:00:00.143)       0:01:14.417 ****** 
ok: [managed-node2] => (item=/etc/rsyslog.d/11-input-remote-remote_ptcp.conf) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", 
    "stat": {
        "atime": 1737189172.3403215, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", 
        "ctime": 1737189159.1562355, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 263431, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1737189158.919234, 
        "nlink": 1, 
        "path": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 737, 
        "uid": 0, 
        "version": "18446744072873003671", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}
ok: [managed-node2] => (item=/etc/rsyslog.d/11-input-remote-remote_tcp.conf) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", 
    "stat": {
        "atime": 1737189172.3403215, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", 
        "ctime": 1737189155.3022103, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 263429, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1737189155.0982091, 
        "nlink": 1, 
        "path": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 538, 
        "uid": 0, 
        "version": "18446744072873003651", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}
ok: [managed-node2] => (item=/etc/rsyslog.d/11-input-remote-remote_udp.conf) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", 
    "stat": {
        "atime": 1737189172.3403215, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", 
        "ctime": 1737189162.7982593, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 263433, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1737189162.5222576, 
        "nlink": 1, 
        "path": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 216, 
        "uid": 0, 
        "version": "18446744072873003692", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Check rsyslog errors] ****************************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35
Saturday 18 January 2025  03:32:55 -0500 (0:00:01.230)       0:01:15.647 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Install lsof] ************************************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:81
Saturday 18 January 2025  03:32:55 -0500 (0:00:00.083)       0:01:15.730 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "lsof-4.87-6.el7.x86_64 providing lsof is already installed"
    ]
}
lsrpackages: lsof

TASK [Check lsof outputs for rsyslogd] *****************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:87
Saturday 18 January 2025  03:32:56 -0500 (0:00:00.563)       0:01:16.294 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd", 
    "delta": "0:00:00.045859", 
    "end": "2025-01-18 03:32:56.744487", 
    "rc": 0, 
    "start": "2025-01-18 03:32:56.698628"
}

STDOUT:

rsyslogd  30655   root    4u  IPv4 111704      0t0  TCP *:40012 (LISTEN)
rsyslogd  30655   root    5u  IPv6 111705      0t0  TCP *:40012 (LISTEN)
rsyslogd  30655   root    6u  IPv4 111708      0t0  TCP *:40011 (LISTEN)
rsyslogd  30655   root    7u  IPv6 111709      0t0  TCP *:40011 (LISTEN)
rsyslogd  30655   root    8u  IPv4 111712      0t0  TCP *:40010 (LISTEN)
rsyslogd  30655   root    9u  IPv6 111713      0t0  TCP *:40010 (LISTEN)
rsyslogd  30655   root   10u  IPv4 111716      0t0  TCP *:514 (LISTEN)
rsyslogd  30655   root   11u  IPv6 111717      0t0  TCP *:514 (LISTEN)
rsyslogd  30655   root   13u  IPv4 111570      0t0  TCP *:40001 (LISTEN)
rsyslogd  30655   root   14u  IPv6 111571      0t0  TCP *:40001 (LISTEN)
rsyslogd  30655   root   15u  IPv4 111574      0t0  TCP *:40000 (LISTEN)
rsyslogd  30655   root   16u  IPv6 111575      0t0  TCP *:40000 (LISTEN)
rsyslogd  30655   root   17u  IPv4 111578      0t0  TCP *:6514 (LISTEN)
rsyslogd  30655   root   18u  IPv6 111579      0t0  TCP *:6514 (LISTEN)
rsyslogd  30655   root   19u  IPv4 111582      0t0  UDP *:514 
rsyslogd  30655   root   20u  IPv6 111583      0t0  UDP *:514 
rsyslogd  30655   root   21u  IPv4 111586      0t0  UDP *:40020 
rsyslogd  30655   root   22u  IPv6 111587      0t0  UDP *:40020 

TASK [Show lsof output] ********************************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:94
Saturday 18 January 2025  03:32:56 -0500 (0:00:00.586)       0:01:16.881 ****** 
ok: [managed-node2] => {}

MSG:

lsof returned rsyslogd  30655   root    4u  IPv4 111704      0t0  TCP *:40012 (LISTEN)
rsyslogd  30655   root    5u  IPv6 111705      0t0  TCP *:40012 (LISTEN)
rsyslogd  30655   root    6u  IPv4 111708      0t0  TCP *:40011 (LISTEN)
rsyslogd  30655   root    7u  IPv6 111709      0t0  TCP *:40011 (LISTEN)
rsyslogd  30655   root    8u  IPv4 111712      0t0  TCP *:40010 (LISTEN)
rsyslogd  30655   root    9u  IPv6 111713      0t0  TCP *:40010 (LISTEN)
rsyslogd  30655   root   10u  IPv4 111716      0t0  TCP *:514 (LISTEN)
rsyslogd  30655   root   11u  IPv6 111717      0t0  TCP *:514 (LISTEN)
rsyslogd  30655   root   13u  IPv4 111570      0t0  TCP *:40001 (LISTEN)
rsyslogd  30655   root   14u  IPv6 111571      0t0  TCP *:40001 (LISTEN)
rsyslogd  30655   root   15u  IPv4 111574      0t0  TCP *:40000 (LISTEN)
rsyslogd  30655   root   16u  IPv6 111575      0t0  TCP *:40000 (LISTEN)
rsyslogd  30655   root   17u  IPv4 111578      0t0  TCP *:6514 (LISTEN)
rsyslogd  30655   root   18u  IPv6 111579      0t0  TCP *:6514 (LISTEN)
rsyslogd  30655   root   19u  IPv4 111582      0t0  UDP *:514 
rsyslogd  30655   root   20u  IPv6 111583      0t0  UDP *:514 
rsyslogd  30655   root   21u  IPv4 111586      0t0  UDP *:40020 
rsyslogd  30655   root   22u  IPv6 111587      0t0  UDP *:40020 

TASK [Check port 514, 6514, 40010 and 40011 is open for TCP] *******************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:98
Saturday 18 January 2025  03:32:56 -0500 (0:00:00.089)       0:01:16.971 ****** 
ok: [managed-node2] => (item=514) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 514", 
    "delta": "0:00:00.022269", 
    "end": "2025-01-18 03:32:57.258068", 
    "item": 514, 
    "rc": 0, 
    "start": "2025-01-18 03:32:57.235799"
}

STDOUT:

rsyslogd  30655   root   10u  IPv4 111716      0t0  TCP *:514 (LISTEN)
rsyslogd  30655   root   11u  IPv6 111717      0t0  TCP *:514 (LISTEN)
rsyslogd  30655   root   17u  IPv4 111578      0t0  TCP *:6514 (LISTEN)
rsyslogd  30655   root   18u  IPv6 111579      0t0  TCP *:6514 (LISTEN)
ok: [managed-node2] => (item=6514) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 6514", 
    "delta": "0:00:00.015224", 
    "end": "2025-01-18 03:32:57.553143", 
    "item": 6514, 
    "rc": 0, 
    "start": "2025-01-18 03:32:57.537919"
}

STDOUT:

rsyslogd  30655   root   17u  IPv4 111578      0t0  TCP *:6514 (LISTEN)
rsyslogd  30655   root   18u  IPv6 111579      0t0  TCP *:6514 (LISTEN)
ok: [managed-node2] => (item=40010) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 40010", 
    "delta": "0:00:00.015571", 
    "end": "2025-01-18 03:32:57.892252", 
    "item": 40010, 
    "rc": 0, 
    "start": "2025-01-18 03:32:57.876681"
}

STDOUT:

rsyslogd  30655   root    8u  IPv4 111712      0t0  TCP *:40010 (LISTEN)
rsyslogd  30655   root    9u  IPv6 111713      0t0  TCP *:40010 (LISTEN)
ok: [managed-node2] => (item=40011) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 40011", 
    "delta": "0:00:00.015056", 
    "end": "2025-01-18 03:32:58.268754", 
    "item": 40011, 
    "rc": 0, 
    "start": "2025-01-18 03:32:58.253698"
}

STDOUT:

rsyslogd  30655   root    6u  IPv4 111708      0t0  TCP *:40011 (LISTEN)
rsyslogd  30655   root    7u  IPv6 111709      0t0  TCP *:40011 (LISTEN)

TASK [Check port 514 and 40020 is open for UDP] ********************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:105
Saturday 18 January 2025  03:32:58 -0500 (0:00:01.458)       0:01:18.430 ****** 
ok: [managed-node2] => (item=514) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep UDP | grep 514", 
    "delta": "0:00:00.014741", 
    "end": "2025-01-18 03:32:58.690659", 
    "item": 514, 
    "rc": 0, 
    "start": "2025-01-18 03:32:58.675918"
}

STDOUT:

rsyslogd  30655   root   19u  IPv4 111582      0t0  UDP *:514 
rsyslogd  30655   root   20u  IPv6 111583      0t0  UDP *:514 
ok: [managed-node2] => (item=40020) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep UDP | grep 40020", 
    "delta": "0:00:00.015195", 
    "end": "2025-01-18 03:32:59.013729", 
    "item": 40020, 
    "rc": 0, 
    "start": "2025-01-18 03:32:58.998534"
}

STDOUT:

rsyslogd  30655   root   21u  IPv4 111586      0t0  UDP *:40020 
rsyslogd  30655   root   22u  IPv6 111587      0t0  UDP *:40020 

TASK [Check ports managed by firewall and selinux] *****************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:112
Saturday 18 January 2025  03:32:59 -0500 (0:00:00.826)       0:01:19.256 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node2

TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Saturday 18 January 2025  03:32:59 -0500 (0:00:00.199)       0:01:19.455 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Saturday 18 January 2025  03:32:59 -0500 (0:00:00.115)       0:01:19.571 ****** 

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Saturday 18 January 2025  03:32:59 -0500 (0:00:00.088)       0:01:19.659 ****** 

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Saturday 18 January 2025  03:32:59 -0500 (0:00:00.072)       0:01:19.732 ****** 

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Saturday 18 January 2025  03:32:59 -0500 (0:00:00.075)       0:01:19.807 ****** 

TASK [END TEST CASE 0; Clean up the deployed config] ***************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:115
Saturday 18 January 2025  03:32:59 -0500 (0:00:00.060)       0:01:19.868 ****** 

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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 18 January 2025  03:32:59 -0500 (0:00:00.170)       0:01:20.038 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 18 January 2025  03:33:00 -0500 (0:00:00.113)       0:01:20.151 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "rsyslog_outputs": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 18 January 2025  03:33:00 -0500 (0:00:00.113)       0:01:20.265 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "rsyslog_inputs": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 18 January 2025  03:33:00 -0500 (0:00:00.136)       0:01:20.402 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 18 January 2025  03:33:00 -0500 (0:00:00.103)       0:01:20.505 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 18 January 2025  03:33:00 -0500 (0:00:00.111)       0:01:20.617 ****** 

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 18 January 2025  03:33:00 -0500 (0:00:00.094)       0:01:20.711 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 18 January 2025  03:33:00 -0500 (0:00:00.201)       0:01:20.913 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 18 January 2025  03:33:01 -0500 (0:00:00.146)       0:01:21.059 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 18 January 2025  03:33:01 -0500 (0:00:00.313)       0:01:21.373 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 18 January 2025  03:33:01 -0500 (0:00:00.116)       0:01:21.489 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 18 January 2025  03:33:01 -0500 (0:00:00.124)       0:01:21.613 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 18 January 2025  03:33:01 -0500 (0:00:00.112)       0:01:21.726 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 18 January 2025  03:33:01 -0500 (0:00:00.104)       0:01:21.831 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 18 January 2025  03:33:01 -0500 (0:00:00.119)       0:01:21.950 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 18 January 2025  03:33:02 -0500 (0:00:00.128)       0:01:22.078 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 18 January 2025  03:33:02 -0500 (0:00:00.120)       0:01:22.198 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 18 January 2025  03:33:02 -0500 (0:00:00.113)       0:01:22.312 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 18 January 2025  03:33:02 -0500 (0:00:00.153)       0:01:22.465 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 18 January 2025  03:33:02 -0500 (0:00:00.197)       0:01:22.662 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 18 January 2025  03:33:02 -0500 (0:00:00.161)       0:01:22.824 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 18 January 2025  03:33:02 -0500 (0:00:00.162)       0:01:22.987 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 18 January 2025  03:33:03 -0500 (0:00:00.198)       0:01:23.185 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 18 January 2025  03:33:03 -0500 (0:00:00.312)       0:01:23.498 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 18 January 2025  03:33:03 -0500 (0:00:00.107)       0:01:23.605 ****** 

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 18 January 2025  03:33:03 -0500 (0:00:00.139)       0:01:23.745 ****** 

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

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 18 January 2025  03:33:03 -0500 (0:00:00.102)       0:01:23.941 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 18 January 2025  03:33:04 -0500 (0:00:00.282)       0:01:24.224 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 18 January 2025  03:33:04 -0500 (0:00:00.177)       0:01:24.401 ****** 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 18 January 2025  03:33:04 -0500 (0:00:00.088)       0:01:24.489 ****** 

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 18 January 2025  03:33:04 -0500 (0:00:00.099)       0:01:24.589 ****** 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 18 January 2025  03:33:04 -0500 (0:00:00.132)       0:01:24.721 ****** 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 18 January 2025  03:33:04 -0500 (0:00:00.120)       0:01:24.842 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 18 January 2025  03:33:04 -0500 (0:00:00.121)       0:01:24.964 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node2

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 18 January 2025  03:33:05 -0500 (0:00:00.257)       0:01:25.222 ****** 

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 18 January 2025  03:33:05 -0500 (0:00:00.188)       0:01:25.410 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 18 January 2025  03:33:05 -0500 (0:00:00.218)       0:01:25.629 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 18 January 2025  03:33:05 -0500 (0:00:00.143)       0:01:25.772 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 18 January 2025  03:33:05 -0500 (0:00:00.123)       0:01:25.896 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 18 January 2025  03:33:05 -0500 (0:00:00.107)       0:01:26.003 ****** 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=CentOS_7.yml) => {
    "ansible_facts": {
        "__certificate_default_directory": "/etc/pki/tls", 
        "__certificate_packages": [
            "python-pyasn1", 
            "python-cryptography", 
            "python-dbus"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml"
}
skipping: [managed-node2] => (item=CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 18 January 2025  03:33:06 -0500 (0:00:00.428)       0:01:26.431 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "python2-pyasn1-0.1.9-7.el7.noarch providing python-pyasn1 is already installed", 
        "python2-cryptography-1.7.2-2.el7.x86_64 providing python-cryptography is already installed", 
        "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed"
    ]
}
lsrpackages: python-cryptography python-dbus python-pyasn1

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 18 January 2025  03:33:08 -0500 (0:00:01.722)       0:01:28.154 ****** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "rc": 0, 
    "results": [
        "certmonger-0.78.4-17.el7_9.x86_64 providing certmonger is already installed"
    ]
}
lsrpackages: certmonger

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 18 January 2025  03:33:09 -0500 (0:00:00.911)       0:01:29.066 ****** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/etc/certmonger//pre-scripts", 
    "secontext": "unconfined_u:object_r:etc_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 18 January 2025  03:33:09 -0500 (0:00:00.591)       0:01:29.658 ****** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/etc/certmonger//post-scripts", 
    "secontext": "unconfined_u:object_r:etc_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 18 January 2025  03:33:10 -0500 (0:00:00.767)       0:01:30.425 ****** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "enabled": true, 
    "name": "certmonger", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-01-18 03:32:07 EST", 
        "ActiveEnterTimestampMonotonic": "822690111", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "syslog.target systemd-journald.socket system.slice basic.target network.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-01-18 03:32:07 EST", 
        "AssertTimestampMonotonic": "822661421", 
        "Before": "shutdown.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedorahosted.certmonger", 
        "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-18 03:32:07 EST", 
        "ConditionTimestampMonotonic": "822661419", 
        "Conflicts": "shutdown.target", 
        "ControlGroup": "/system.slice/certmonger.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "Certificate monitoring and PKI enrollment", 
        "DevicePolicy": "auto", 
        "EnvironmentFile": "/etc/sysconfig/certmonger (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "28914", 
        "ExecMainStartTimestamp": "Sat 2025-01-18 03:32:07 EST", 
        "ExecMainStartTimestampMonotonic": "822662122", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS ; 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/certmonger.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "certmonger.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2025-01-18 03:32:07 EST", 
        "InactiveExitTimestampMonotonic": "822662152", 
        "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": "28914", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "certmonger.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PIDFile": "/var/run/certmonger.pid", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "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": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "WatchdogTimestamp": "Sat 2025-01-18 03:32:07 EST", 
        "WatchdogTimestampMonotonic": "822689713", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 18 January 2025  03:33:11 -0500 (0:00:00.800)       0:01:31.226 ****** 
changed: [managed-node2] => (item={u'ca': u'self-sign', u'name': u'logging_cert', u'dns': [u'localhost', u'www.example.com']}) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "ca": "self-sign", 
        "dns": [
            "localhost", 
            "www.example.com"
        ], 
        "name": "logging_cert"
    }
}

MSG:

Certificate requested (update).

TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 18 January 2025  03:33:12 -0500 (0:00:01.252)       0:01:32.479 ****** 
skipping: [managed-node2] => (item=[u'cert', {u'ca': u'self-sign', u'name': u'logging_cert', u'dns': [u'localhost', u'www.example.com']}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        "cert", 
        {
            "ca": "self-sign", 
            "dns": [
                "localhost", 
                "www.example.com"
            ], 
            "name": "logging_cert"
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[u'key', {u'ca': u'self-sign', u'name': u'logging_cert', u'dns': [u'localhost', u'www.example.com']}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        "key", 
        {
            "ca": "self-sign", 
            "dns": [
                "localhost", 
                "www.example.com"
            ], 
            "name": "logging_cert"
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[u'ca', {u'ca': u'self-sign', u'name': u'logging_cert', u'dns': [u'localhost', u'www.example.com']}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        "ca", 
        {
            "ca": "self-sign", 
            "dns": [
                "localhost", 
                "www.example.com"
            ], 
            "name": "logging_cert"
        }
    ], 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Create return data] **************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 18 January 2025  03:33:12 -0500 (0:00:00.140)       0:01:32.619 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 18 January 2025  03:33:12 -0500 (0:00:00.096)       0:01:32.716 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 18 January 2025  03:33:12 -0500 (0:00:00.106)       0:01:32.823 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 18 January 2025  03:33:12 -0500 (0:00:00.110)       0:01:32.934 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 18 January 2025  03:33:13 -0500 (0:00:00.115)       0:01:33.049 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 18 January 2025  03:33:13 -0500 (0:00:00.113)       0:01:33.163 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 18 January 2025  03:33:13 -0500 (0:00:00.119)       0:01:33.283 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 18 January 2025  03:33:13 -0500 (0:00:00.130)       0:01:33.413 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 18 January 2025  03:33:13 -0500 (0:00:00.181)       0:01:33.595 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 18 January 2025  03:33:13 -0500 (0:00:00.163)       0:01:33.758 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 18 January 2025  03:33:14 -0500 (0:00:00.318)       0:01:34.077 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 18 January 2025  03:33:14 -0500 (0:00:00.369)       0:01:34.446 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 18 January 2025  03:33:14 -0500 (0:00:00.198)       0:01:34.645 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 18 January 2025  03:33:14 -0500 (0:00:00.130)       0:01:34.776 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 18 January 2025  03:33:14 -0500 (0:00:00.193)       0:01:34.969 ****** 
ok: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 18 January 2025  03:33:15 -0500 (0:00:00.217)       0:01:35.186 ****** 
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 18 January 2025  03:33:15 -0500 (0:00:00.155)       0:01:35.342 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 18 January 2025  03:33:15 -0500 (0:00:00.272)       0:01:35.614 ****** 
ok: [managed-node2] => (item=iproute) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-V", 
        "iproute"
    ], 
    "delta": "0:00:00.083284", 
    "end": "2025-01-18 03:33:16.123586", 
    "failed_when_result": false, 
    "item": "iproute", 
    "rc": 0, 
    "start": "2025-01-18 03:33:16.040302", 
    "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-node2] => (item=rsyslog) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-V", 
        "rsyslog"
    ], 
    "delta": "0:00:00.077398", 
    "end": "2025-01-18 03:33:16.697025", 
    "failed_when_result": false, 
    "item": "rsyslog", 
    "rc": 1, 
    "start": "2025-01-18 03:33:16.619627", 
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 18 January 2025  03:33:16 -0500 (0:00:01.254)       0:01:36.869 ****** 
changed: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 18 January 2025  03:33:18 -0500 (0:00:01.814)       0:01:38.683 ****** 
changed: [managed-node2] => {
    "changed": true, 
    "changes": {
        "installed": [
            "iproute", 
            "rsyslog", 
            "rsyslog-gnutls"
        ]
    }, 
    "rc": 0, 
    "results": [
        "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 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---> 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 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 rsyslog-gnutls       x86_64       8.24.0-57.el7_9.3        updates        51 k\n\nTransaction Summary\n================================================================================\nInstall  3 Packages\n\nTotal download size: 1.4 M\nInstalled size: 3.8 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal                                              4.0 MB/s | 1.4 MB  00:00     \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : rsyslog-8.24.0-57.el7_9.3.x86_64                             1/3 \n  Installing : rsyslog-gnutls-8.24.0-57.el7_9.3.x86_64                      2/3 \n  Installing : 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\nInstalled:\n  iproute.x86_64 0:4.11.0-30.el7             rsyslog.x86_64 0:8.24.0-57.el7_9.3 \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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 18 January 2025  03:33:28 -0500 (0:00:09.836)       0:01:48.519 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Saturday 18 January 2025  03:33:28 -0500 (0:00:00.075)       0:01:48.595 ****** 
ok: [managed-node2] => {
    "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"
                }
            ], 
            "certmonger": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "certmonger", 
                    "release": "17.el7_9", 
                    "source": "rpm", 
                    "version": "0.78.4"
                }
            ], 
            "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"
                }
            ], 
            "libtalloc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtalloc", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.1.16"
                }
            ], 
            "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"
                }
            ], 
            "libtevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtevent", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "0.9.39"
                }
            ], 
            "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"
                }
            ], 
            "lsof": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lsof", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "4.87"
                }
            ], 
            "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"
                }
            ], 
            "psmisc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "psmisc", 
                    "release": "17.el7", 
                    "source": "rpm", 
                    "version": "22.20"
                }
            ], 
            "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-cffi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-cffi", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.6.0"
                }
            ], 
            "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-enum34": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-enum34", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.0.4"
                }
            ], 
            "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-idna": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-idna", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.4"
                }
            ], 
            "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-ply": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-ply", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.4"
                }
            ], 
            "python-prettytable": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-prettytable", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.7.2"
                }
            ], 
            "python-pycparser": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-pycparser", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.14"
                }
            ], 
            "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"
                }
            ], 
            "python2-cryptography": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python2-cryptography", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.7.2"
                }
            ], 
            "python2-pyasn1": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python2-pyasn1", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.1.9"
                }
            ], 
            "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"
                }
            ], 
            "xmlrpc-c": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xmlrpc-c", 
                    "release": "1905.svn2451.el7", 
                    "source": "rpm", 
                    "version": "1.32.5"
                }
            ], 
            "xmlrpc-c-client": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xmlrpc-c-client", 
                    "release": "1905.svn2451.el7", 
                    "source": "rpm", 
                    "version": "1.32.5"
                }
            ], 
            "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 18 January 2025  03:33:30 -0500 (0:00:01.465)       0:01:50.061 ****** 
ok: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 18 January 2025  03:33:30 -0500 (0:00:00.099)       0:01:50.160 ****** 
ok: [managed-node2] => {}

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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 18 January 2025  03:33:30 -0500 (0:00:00.084)       0:01:50.245 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 18 January 2025  03:33:30 -0500 (0:00:00.078)       0:01:50.324 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 18 January 2025  03:33:30 -0500 (0:00:00.102)       0:01:50.426 ****** 
ok: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 18 January 2025  03:33:30 -0500 (0:00:00.380)       0:01:50.807 ****** 
ok: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 18 January 2025  03:33:31 -0500 (0:00:00.361)       0:01:51.168 ****** 
ok: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 18 January 2025  03:33:31 -0500 (0:00:00.378)       0:01:51.547 ****** 
ok: [managed-node2] => {
    "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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125
Saturday 18 January 2025  03:33:32 -0500 (0:00:00.655)       0:01:52.202 ****** 
skipping: [managed-node2] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (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-node2] => (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-node2] => (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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:149
Saturday 18 January 2025  03:33:32 -0500 (0:00:00.176)       0:01:52.379 ****** 
ok: [managed-node2] => {
    "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  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:153
Saturday 18 January 2025  03:33:32 -0500 (0:00:00.114)       0:01:52.493 ****** 
skipping: [managed-node2] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (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-node2] => (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-node2] => (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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:171
Saturday 18 January 2025  03:33:32 -0500 (0:00:00.154)       0:01:52.648 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182
Saturday 18 January 2025  03:33:32 -0500 (0:00:00.092)       0:01:52.740 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:197
Saturday 18 January 2025  03:33:32 -0500 (0:00:00.100)       0:01:52.841 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:209
Saturday 18 January 2025  03:33:32 -0500 (0:00:00.090)       0:01:52.931 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:222
Saturday 18 January 2025  03:33:32 -0500 (0:00:00.090)       0:01:53.022 ****** 
ok: [managed-node2] => {
    "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.405666", 
    "end": "2025-01-18 03:33:33.721798", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-01-18 03:33:33.316132"
}

STDOUT:

/etc/rsyslog.d/00-global.conf
/etc/rsyslog.d/05-common-defaults.conf
/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf
/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf
/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf
/etc/rsyslog.d/10-output-files-modules.conf
/etc/rsyslog.d/11-input-remote-remote_ptcp.conf
/etc/rsyslog.d/11-input-remote-remote_tcp.conf
/etc/rsyslog.d/11-input-remote-remote_udp.conf
/etc/rsyslog.d/20-templates.conf
/etc/rsyslog.d/30-output-files-default_files.conf
/etc/rsyslog.d/30-output-files-files_output.conf
/etc/rsyslog.d/90-input-basics-system_input.conf

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239
Saturday 18 January 2025  03:33:33 -0500 (0:00:00.870)       0:01:53.893 ****** 
changed: [managed-node2] => (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-node2] => (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-node2] => (item=/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", 
    "path": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", 
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", 
    "path": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", 
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", 
    "path": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", 
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/10-output-files-modules.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/10-output-files-modules.conf", 
    "path": "/etc/rsyslog.d/10-output-files-modules.conf", 
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/11-input-remote-remote_ptcp.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", 
    "path": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", 
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/11-input-remote-remote_tcp.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", 
    "path": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", 
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/11-input-remote-remote_udp.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", 
    "path": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", 
    "state": "absent"
}
changed: [managed-node2] => (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-node2] => (item=/etc/rsyslog.d/30-output-files-default_files.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/30-output-files-default_files.conf", 
    "path": "/etc/rsyslog.d/30-output-files-default_files.conf", 
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/30-output-files-files_output.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/30-output-files-files_output.conf", 
    "path": "/etc/rsyslog.d/30-output-files-files_output.conf", 
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/90-input-basics-system_input.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/90-input-basics-system_input.conf", 
    "path": "/etc/rsyslog.d/90-input-basics-system_input.conf", 
    "state": "absent"
}
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node2

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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:259
Saturday 18 January 2025  03:33:39 -0500 (0:00:05.853)       0:01:59.747 ****** 

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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:280
Saturday 18 January 2025  03:33:39 -0500 (0:00:00.126)       0:01:59.874 ****** 
skipping: [managed-node2] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:288
Saturday 18 January 2025  03:33:39 -0500 (0:00:00.148)       0:02:00.022 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:300
Saturday 18 January 2025  03:33:40 -0500 (0:00:00.103)       0:02:00.126 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:312
Saturday 18 January 2025  03:33:40 -0500 (0:00:00.089)       0:02:00.215 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:324
Saturday 18 January 2025  03:33:40 -0500 (0:00:00.073)       0:02:00.289 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "rsyslog", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "basic.target network.target network-online.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.target network-online.target", 
        "WatchdogTimestampMonotonic": "0", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332
Saturday 18 January 2025  03:33:40 -0500 (0:00:00.495)       0:02:00.784 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:341
Saturday 18 January 2025  03:33:40 -0500 (0:00:00.111)       0:02:00.895 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:353
Saturday 18 January 2025  03:33:40 -0500 (0:00:00.124)       0:02:01.019 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:360
Saturday 18 January 2025  03:33:41 -0500 (0:00:00.108)       0:02:01.128 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:366
Saturday 18 January 2025  03:33:41 -0500 (0:00:00.178)       0:02:01.306 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 18 January 2025  03:33:41 -0500 (0:00:00.030)       0:02:01.337 ****** 
changed: [managed-node2] => {
    "changed": true, 
    "name": "rsyslog", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "basic.target network.target network-online.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.target network-online.target", 
        "WatchdogTimestampMonotonic": "0", 
        "WatchdogUSec": "0"
    }
}
META: ran handlers

TASK [Check ports managed by firewall and selinux] *****************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:130
Saturday 18 January 2025  03:33:41 -0500 (0:00:00.616)       0:02:01.953 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node2

TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Saturday 18 January 2025  03:33:42 -0500 (0:00:00.235)       0:02:02.188 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Saturday 18 January 2025  03:33:42 -0500 (0:00:00.113)       0:02:02.302 ****** 

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Saturday 18 January 2025  03:33:42 -0500 (0:00:00.096)       0:02:02.399 ****** 

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Saturday 18 January 2025  03:33:42 -0500 (0:00:00.094)       0:02:02.493 ****** 

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Saturday 18 January 2025  03:33:42 -0500 (0:00:00.098)       0:02:02.592 ****** 

TASK [TEST CASE 1; Test the server configuration containing conflicted tls inputs in the remote input] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:140
Saturday 18 January 2025  03:33:42 -0500 (0:00:00.093)       0:02:02.685 ****** 

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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 18 January 2025  03:33:42 -0500 (0:00:00.204)       0:02:02.890 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 18 January 2025  03:33:42 -0500 (0:00:00.109)       0:02:03.000 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "name": "files_output", 
                "type": "files"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 18 January 2025  03:33:43 -0500 (0:00:00.104)       0:02:03.104 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "rsyslog_inputs": [
            {
                "name": "system_input", 
                "type": "basics"
            }, 
            {
                "name": "remote_tcp_0", 
                "permitted_clients": [
                    "*.client.com", 
                    "*.example.com"
                ], 
                "pki_authmode": "x509/name", 
                "tcp_ports": [
                    6514, 
                    40000, 
                    40001
                ], 
                "tls": true, 
                "type": "remote"
            }, 
            {
                "name": "remote_tcp_1", 
                "tcp_ports": [
                    514, 
                    40010, 
                    40011
                ], 
                "tls": true, 
                "type": "remote"
            }, 
            {
                "name": "remote_udp", 
                "type": "remote", 
                "udp_ports": [
                    514, 
                    40020
                ]
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 18 January 2025  03:33:43 -0500 (0:00:00.094)       0:02:03.198 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 18 January 2025  03:33:43 -0500 (0:00:00.068)       0:02:03.267 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 18 January 2025  03:33:43 -0500 (0:00:00.072)       0:02:03.339 ****** 
skipping: [managed-node2] => (item={u'inputs': [u'system_input', u'remote_tcp_0', u'remote_tcp_1', u'remote_udp'], u'name': u'flows', u'outputs': [u'files_output']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "inputs": [
            "system_input", 
            "remote_tcp_0", 
            "remote_tcp_1", 
            "remote_udp"
        ], 
        "name": "flows", 
        "outputs": [
            "files_output"
        ]
    }, 
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 18 January 2025  03:33:43 -0500 (0:00:00.083)       0:02:03.423 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 18 January 2025  03:33:43 -0500 (0:00:00.157)       0:02:03.581 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 18 January 2025  03:33:43 -0500 (0:00:00.216)       0:02:03.797 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 18 January 2025  03:33:43 -0500 (0:00:00.133)       0:02:03.931 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 18 January 2025  03:33:44 -0500 (0:00:00.213)       0:02:04.144 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 18 January 2025  03:33:44 -0500 (0:00:00.124)       0:02:04.269 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 18 January 2025  03:33:44 -0500 (0:00:00.120)       0:02:04.390 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 18 January 2025  03:33:44 -0500 (0:00:00.111)       0:02:04.501 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 18 January 2025  03:33:44 -0500 (0:00:00.125)       0:02:04.627 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 18 January 2025  03:33:44 -0500 (0:00:00.107)       0:02:04.734 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 18 January 2025  03:33:44 -0500 (0:00:00.110)       0:02:04.844 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 18 January 2025  03:33:44 -0500 (0:00:00.118)       0:02:04.963 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 18 January 2025  03:33:45 -0500 (0:00:00.106)       0:02:05.069 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 18 January 2025  03:33:45 -0500 (0:00:00.130)       0:02:05.200 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 18 January 2025  03:33:45 -0500 (0:00:00.101)       0:02:05.301 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 18 January 2025  03:33:45 -0500 (0:00:00.090)       0:02:05.392 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 18 January 2025  03:33:45 -0500 (0:00:00.077)       0:02:05.470 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 18 January 2025  03:33:45 -0500 (0:00:00.169)       0:02:05.639 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 18 January 2025  03:33:45 -0500 (0:00:00.102)       0:02:05.742 ****** 

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 18 January 2025  03:33:45 -0500 (0:00:00.093)       0:02:05.835 ****** 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 18 January 2025  03:33:45 -0500 (0:00:00.118)       0:02:05.954 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 18 January 2025  03:33:46 -0500 (0:00:00.125)       0:02:06.079 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 18 January 2025  03:33:46 -0500 (0:00:00.372)       0:02:06.451 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 18 January 2025  03:33:46 -0500 (0:00:00.118)       0:02:06.570 ****** 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 18 January 2025  03:33:46 -0500 (0:00:00.235)       0:02:06.806 ****** 

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 18 January 2025  03:33:46 -0500 (0:00:00.147)       0:02:06.953 ****** 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 18 January 2025  03:33:47 -0500 (0:00:00.123)       0:02:07.076 ****** 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 18 January 2025  03:33:47 -0500 (0:00:00.129)       0:02:07.206 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 18 January 2025  03:33:47 -0500 (0:00:00.106)       0:02:07.313 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node2

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 18 January 2025  03:33:47 -0500 (0:00:00.254)       0:02:07.567 ****** 

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 18 January 2025  03:33:47 -0500 (0:00:00.269)       0:02:07.836 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 18 January 2025  03:33:48 -0500 (0:00:00.351)       0:02:08.187 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 18 January 2025  03:33:48 -0500 (0:00:00.127)       0:02:08.315 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 18 January 2025  03:33:48 -0500 (0:00:00.097)       0:02:08.412 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 18 January 2025  03:33:48 -0500 (0:00:00.080)       0:02:08.492 ****** 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=CentOS_7.yml) => {
    "ansible_facts": {
        "__certificate_default_directory": "/etc/pki/tls", 
        "__certificate_packages": [
            "python-pyasn1", 
            "python-cryptography", 
            "python-dbus"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml"
}
skipping: [managed-node2] => (item=CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 18 January 2025  03:33:48 -0500 (0:00:00.234)       0:02:08.727 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "python2-pyasn1-0.1.9-7.el7.noarch providing python-pyasn1 is already installed", 
        "python2-cryptography-1.7.2-2.el7.x86_64 providing python-cryptography is already installed", 
        "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed"
    ]
}
lsrpackages: python-cryptography python-dbus python-pyasn1

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 18 January 2025  03:33:52 -0500 (0:00:04.254)       0:02:12.981 ****** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "rc": 0, 
    "results": [
        "certmonger-0.78.4-17.el7_9.x86_64 providing certmonger is already installed"
    ]
}
lsrpackages: certmonger

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 18 January 2025  03:33:53 -0500 (0:00:00.651)       0:02:13.632 ****** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/etc/certmonger//pre-scripts", 
    "secontext": "unconfined_u:object_r:etc_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 18 January 2025  03:33:54 -0500 (0:00:00.431)       0:02:14.063 ****** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/etc/certmonger//post-scripts", 
    "secontext": "unconfined_u:object_r:etc_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 18 January 2025  03:33:54 -0500 (0:00:00.492)       0:02:14.555 ****** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "enabled": true, 
    "name": "certmonger", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-01-18 03:32:07 EST", 
        "ActiveEnterTimestampMonotonic": "822690111", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "network.target dbus.service basic.target system.slice syslog.target systemd-journald.socket", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-01-18 03:32:07 EST", 
        "AssertTimestampMonotonic": "822661421", 
        "Before": "shutdown.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedorahosted.certmonger", 
        "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-18 03:32:07 EST", 
        "ConditionTimestampMonotonic": "822661419", 
        "Conflicts": "shutdown.target", 
        "ControlGroup": "/system.slice/certmonger.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "Certificate monitoring and PKI enrollment", 
        "DevicePolicy": "auto", 
        "EnvironmentFile": "/etc/sysconfig/certmonger (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "28914", 
        "ExecMainStartTimestamp": "Sat 2025-01-18 03:32:07 EST", 
        "ExecMainStartTimestampMonotonic": "822662122", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS ; 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/certmonger.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "certmonger.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2025-01-18 03:32:07 EST", 
        "InactiveExitTimestampMonotonic": "822662152", 
        "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": "28914", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "certmonger.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PIDFile": "/var/run/certmonger.pid", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "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": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "WatchdogTimestamp": "Sat 2025-01-18 03:32:07 EST", 
        "WatchdogTimestampMonotonic": "822689713", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 18 January 2025  03:33:55 -0500 (0:00:00.557)       0:02:15.113 ****** 
changed: [managed-node2] => (item={u'ca': u'self-sign', u'name': u'logging_cert', u'dns': [u'localhost', u'www.example.com']}) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "ca": "self-sign", 
        "dns": [
            "localhost", 
            "www.example.com"
        ], 
        "name": "logging_cert"
    }
}

MSG:

Certificate requested (update).

TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 18 January 2025  03:33:56 -0500 (0:00:00.967)       0:02:16.080 ****** 
skipping: [managed-node2] => (item=[u'cert', {u'ca': u'self-sign', u'name': u'logging_cert', u'dns': [u'localhost', u'www.example.com']}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        "cert", 
        {
            "ca": "self-sign", 
            "dns": [
                "localhost", 
                "www.example.com"
            ], 
            "name": "logging_cert"
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[u'key', {u'ca': u'self-sign', u'name': u'logging_cert', u'dns': [u'localhost', u'www.example.com']}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        "key", 
        {
            "ca": "self-sign", 
            "dns": [
                "localhost", 
                "www.example.com"
            ], 
            "name": "logging_cert"
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[u'ca', {u'ca': u'self-sign', u'name': u'logging_cert', u'dns': [u'localhost', u'www.example.com']}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        "ca", 
        {
            "ca": "self-sign", 
            "dns": [
                "localhost", 
                "www.example.com"
            ], 
            "name": "logging_cert"
        }
    ], 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Create return data] **************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 18 January 2025  03:33:56 -0500 (0:00:00.099)       0:02:16.180 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 18 January 2025  03:33:56 -0500 (0:00:00.188)       0:02:16.368 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 18 January 2025  03:33:56 -0500 (0:00:00.101)       0:02:16.469 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 18 January 2025  03:33:56 -0500 (0:00:00.092)       0:02:16.562 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 18 January 2025  03:33:56 -0500 (0:00:00.073)       0:02:16.636 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 18 January 2025  03:33:56 -0500 (0:00:00.096)       0:02:16.732 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 18 January 2025  03:33:56 -0500 (0:00:00.091)       0:02:16.824 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 18 January 2025  03:33:56 -0500 (0:00:00.085)       0:02:16.909 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 18 January 2025  03:33:56 -0500 (0:00:00.110)       0:02:17.020 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 18 January 2025  03:33:57 -0500 (0:00:00.121)       0:02:17.141 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 18 January 2025  03:33:57 -0500 (0:00:00.177)       0:02:17.319 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 18 January 2025  03:33:57 -0500 (0:00:00.176)       0:02:17.496 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 18 January 2025  03:33:57 -0500 (0:00:00.127)       0:02:17.624 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 18 January 2025  03:33:57 -0500 (0:00:00.099)       0:02:17.723 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 18 January 2025  03:33:57 -0500 (0:00:00.097)       0:02:17.820 ****** 
ok: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 18 January 2025  03:33:58 -0500 (0:00:00.253)       0:02:18.074 ****** 
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 18 January 2025  03:33:58 -0500 (0:00:00.202)       0:02:18.276 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 18 January 2025  03:33:58 -0500 (0:00:00.242)       0:02:18.519 ****** 
skipping: [managed-node2] => (item=iproute)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iproute", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 18 January 2025  03:33:58 -0500 (0:00:00.118)       0:02:18.637 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 18 January 2025  03:33:58 -0500 (0:00:00.078)       0:02:18.715 ****** 
ok: [managed-node2] => {
    "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", 
        "rsyslog-gnutls-8.24.0-57.el7_9.3.x86_64 providing rsyslog-gnutls is already installed", 
        "ca-certificates-2023.2.60_v7.0.306-72.el7_9.noarch providing ca-certificates is already installed"
    ]
}
lsrpackages: ca-certificates iproute rsyslog rsyslog-gnutls

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 18 January 2025  03:33:59 -0500 (0:00:00.729)       0:02:19.445 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Saturday 18 January 2025  03:33:59 -0500 (0:00:00.097)       0:02:19.543 ****** 
ok: [managed-node2] => {
    "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"
                }
            ], 
            "certmonger": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "certmonger", 
                    "release": "17.el7_9", 
                    "source": "rpm", 
                    "version": "0.78.4"
                }
            ], 
            "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"
                }
            ], 
            "libtalloc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtalloc", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.1.16"
                }
            ], 
            "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"
                }
            ], 
            "libtevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtevent", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "0.9.39"
                }
            ], 
            "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"
                }
            ], 
            "lsof": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lsof", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "4.87"
                }
            ], 
            "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"
                }
            ], 
            "psmisc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "psmisc", 
                    "release": "17.el7", 
                    "source": "rpm", 
                    "version": "22.20"
                }
            ], 
            "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-cffi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-cffi", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.6.0"
                }
            ], 
            "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-enum34": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-enum34", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.0.4"
                }
            ], 
            "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-idna": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-idna", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.4"
                }
            ], 
            "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-ply": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-ply", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.4"
                }
            ], 
            "python-prettytable": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-prettytable", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.7.2"
                }
            ], 
            "python-pycparser": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-pycparser", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.14"
                }
            ], 
            "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"
                }
            ], 
            "python2-cryptography": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python2-cryptography", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.7.2"
                }
            ], 
            "python2-pyasn1": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python2-pyasn1", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.1.9"
                }
            ], 
            "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"
                }
            ], 
            "xmlrpc-c": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xmlrpc-c", 
                    "release": "1905.svn2451.el7", 
                    "source": "rpm", 
                    "version": "1.32.5"
                }
            ], 
            "xmlrpc-c-client": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xmlrpc-c-client", 
                    "release": "1905.svn2451.el7", 
                    "source": "rpm", 
                    "version": "1.32.5"
                }
            ], 
            "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 18 January 2025  03:34:00 -0500 (0:00:01.499)       0:02:21.042 ****** 
ok: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 18 January 2025  03:34:01 -0500 (0:00:00.134)       0:02:21.177 ****** 
ok: [managed-node2] => {}

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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 18 January 2025  03:34:01 -0500 (0:00:00.113)       0:02:21.290 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 18 January 2025  03:34:01 -0500 (0:00:00.099)       0:02:21.390 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 18 January 2025  03:34:01 -0500 (0:00:00.094)       0:02:21.484 ****** 
ok: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 18 January 2025  03:34:01 -0500 (0:00:00.368)       0:02:21.853 ****** 
ok: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 18 January 2025  03:34:02 -0500 (0:00:00.414)       0:02:22.267 ****** 
ok: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 18 January 2025  03:34:02 -0500 (0:00:00.442)       0:02:22.710 ****** 
ok: [managed-node2] => {
    "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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125
Saturday 18 January 2025  03:34:03 -0500 (0:00:00.503)       0:02:23.213 ****** 
changed: [managed-node2] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\n  maxMessageSize="8192"\n)\n', u'filename': u'00-global.conf'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
    "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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 349, 
    "src": "/root/.ansible/tmp/ansible-tmp-1737189243.24-2290-110316885966616/source", 
    "state": "file", 
    "uid": 0
}
skipping: [managed-node2] => (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-node2] => (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-1737189244.21-2290-181393193693363/source", 
    "state": "file", 
    "uid": 0
}
changed: [managed-node2] => (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-1737189244.94-2290-275989361948681/source", 
    "state": "file", 
    "uid": 0
}
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:149
Saturday 18 January 2025  03:34:05 -0500 (0:00:02.686)       0:02:25.900 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                        "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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                                "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-1737189243.24-2290-110316885966616/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 349, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189243.24-2290-110316885966616/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-1737189244.21-2290-181393193693363/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-1737189244.21-2290-181393193693363/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-1737189244.94-2290-275989361948681/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-1737189244.94-2290-275989361948681/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:153
Saturday 18 January 2025  03:34:06 -0500 (0:00:00.151)       0:02:26.051 ****** 
skipping: [managed-node2] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (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-node2] => (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-node2] => (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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:171
Saturday 18 January 2025  03:34:06 -0500 (0:00:00.233)       0:02:26.285 ****** 
ok: [managed-node2] => (item={u'type': u'basics', u'name': u'system_input'}) => {
    "ansible_facts": {
        "__rsyslog_basics_packages": []
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-gMO/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": "system_input", 
        "type": "basics"
    }
}
ok: [managed-node2] => (item={u'tls': True, u'permitted_clients': [u'*.client.com', u'*.example.com'], u'pki_authmode': u'x509/name', u'name': u'remote_tcp_0', u'tcp_ports': [6514, 40000, 40001], u'type': u'remote'}) => {
    "ansible_facts": {
        "__rsyslog_remote_packages": []
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml"
    ], 
    "ansible_loop_var": "input_item", 
    "changed": false, 
    "input_item": {
        "name": "remote_tcp_0", 
        "permitted_clients": [
            "*.client.com", 
            "*.example.com"
        ], 
        "pki_authmode": "x509/name", 
        "tcp_ports": [
            6514, 
            40000, 
            40001
        ], 
        "tls": true, 
        "type": "remote"
    }
}
ok: [managed-node2] => (item={u'tls': True, u'tcp_ports': [514, 40010, 40011], u'type': u'remote', u'name': u'remote_tcp_1'}) => {
    "ansible_facts": {
        "__rsyslog_remote_packages": []
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml"
    ], 
    "ansible_loop_var": "input_item", 
    "changed": false, 
    "input_item": {
        "name": "remote_tcp_1", 
        "tcp_ports": [
            514, 
            40010, 
            40011
        ], 
        "tls": true, 
        "type": "remote"
    }
}
ok: [managed-node2] => (item={u'type': u'remote', u'name': u'remote_udp', u'udp_ports': [514, 40020]}) => {
    "ansible_facts": {
        "__rsyslog_remote_packages": []
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml"
    ], 
    "ansible_loop_var": "input_item", 
    "changed": false, 
    "input_item": {
        "name": "remote_udp", 
        "type": "remote", 
        "udp_ports": [
            514, 
            40020
        ]
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182
Saturday 18 January 2025  03:34:06 -0500 (0:00:00.213)       0:02:26.499 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node2
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node2
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node2
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3
Saturday 18 January 2025  03:34:06 -0500 (0:00:00.292)       0:02:26.791 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 18 January 2025  03:34:06 -0500 (0:00:00.130)       0:02:26.921 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 18 January 2025  03:34:06 -0500 (0:00:00.104)       0:02:27.025 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 18 January 2025  03:34:07 -0500 (0:00:00.088)       0:02:27.114 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                        "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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                                "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-1737189243.24-2290-110316885966616/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 349, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189243.24-2290-110316885966616/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-1737189244.21-2290-181393193693363/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-1737189244.21-2290-181393193693363/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-1737189244.94-2290-275989361948681/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-1737189244.94-2290-275989361948681/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 18 January 2025  03:34:07 -0500 (0:00:00.105)       0:02:27.219 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-system_input] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10
Saturday 18 January 2025  03:34:07 -0500 (0:00:00.071)       0:02:27.291 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 18 January 2025  03:34:07 -0500 (0:00:00.163)       0:02:27.455 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 18 January 2025  03:34:07 -0500 (0:00:00.174)       0:02:27.630 ****** 
changed: [managed-node2] => (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 files_output\n}\n'}], u'name': u'input-basics-system_input'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
    "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "input-basics-system_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 files_output\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input"
    }, 
    "md5sum": "179687d86f01f34610c37655b4714145", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 563, 
    "src": "/root/.ansible/tmp/ansible-tmp-1737189248.01-2470-90301701879063/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 18 January 2025  03:34:08 -0500 (0:00:01.233)       0:02:28.863 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                        "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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", 
                                "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-1737189243.24-2290-110316885966616/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 349, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189243.24-2290-110316885966616/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-1737189244.21-2290-181393193693363/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-1737189244.21-2290-181393193693363/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-1737189244.94-2290-275989361948681/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-1737189244.94-2290-275989361948681/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": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
                        "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-basics-system_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 files_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "f21d16fb26e8b91ecd11f16c72c37384d4cd3e22", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/90-input-basics-system_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-1737189248.01-2470-90301701879063/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "179687d86f01f34610c37655b4714145", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 563, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1737189248.01-2470-90301701879063/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 18 January 2025  03:34:08 -0500 (0:00:00.137)       0:02:29.001 ****** 
skipping: [managed-node2] => (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 files_output\n}\n'}], u'name': u'input-basics-system_input'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "input-basics-system_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 files_output\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure Remote inputs contain no conflict connection type] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:12
Saturday 18 January 2025  03:34:09 -0500 (0:00:00.759)       0:02:29.760 ****** 
skipping: [managed-node2] => (item=[{u'type': u'remote', u'name': u'remote_udp', u'udp_ports': [514, 40020]}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        {
            "name": "remote_udp", 
            "type": "remote", 
            "udp_ports": [
                514, 
                40020
            ]
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}
failed: [managed-node2] (item=[{u'tls': True, u'permitted_clients': [u'*.client.com', u'*.example.com'], u'pki_authmode': u'x509/name', u'name': u'remote_tcp_0', u'tcp_ports': [6514, 40000, 40001], u'type': u'remote'}, {u'tls': True, u'tcp_ports': [514, 40010, 40011], u'type': u'remote', u'name': u'remote_tcp_1'}]) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        {
            "name": "remote_tcp_0", 
            "permitted_clients": [
                "*.client.com", 
                "*.example.com"
            ], 
            "pki_authmode": "x509/name", 
            "tcp_ports": [
                6514, 
                40000, 
                40001
            ], 
            "tls": true, 
            "type": "remote"
        }, 
        {
            "name": "remote_tcp_1", 
            "tcp_ports": [
                514, 
                40010, 
                40011
            ], 
            "tls": true, 
            "type": "remote"
        }
    ]
}

MSG:

Error: remote_tcp_0 and remote_tcp_1 conflict.

TASK [Expected error] **********************************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:183
Saturday 18 January 2025  03:34:10 -0500 (0:00:00.290)       0:02:30.051 ****** 
ok: [managed-node2] => {}

MSG:

{u'msg': u'All items completed', u'failed': True, u'changed': False, u'results': [{u'skipped': True, u'_ansible_item_label': [{u'type': u'remote', u'name': u'remote_udp', u'udp_ports': [514, 40020]}], u'skip_reason': u'Conditional result was False', u'item': [{u'type': u'remote', u'name': u'remote_udp', u'udp_ports': [514, 40020]}], u'ansible_loop_var': u'item', u'changed': False, u'_ansible_no_log': False}, {u'skipped': True, u'_ansible_item_label': [], u'skip_reason': u'Conditional result was False', u'item': [], u'ansible_loop_var': u'item', u'changed': False, u'_ansible_no_log': False}, {u'ansible_loop_var': u'item', u'_ansible_no_log': False, u'failed': True, u'item': [{u'tls': True, u'permitted_clients': [u'*.client.com', u'*.example.com'], u'pki_authmode': u'x509/name', u'name': u'remote_tcp_0', u'tcp_ports': [6514, 40000, 40001], u'type': u'remote'}, {u'tls': True, u'tcp_ports': [514, 40010, 40011], u'type': u'remote', u'name': u'remote_tcp_1'}], u'changed': False, u'msg': u'Error: remote_tcp_0 and remote_tcp_1 conflict.', u'_ansible_item_label': [{u'tls': True, u'permitted_clients': [u'*.client.com', u'*.example.com'], u'pki_authmode': u'x509/name', u'name': u'remote_tcp_0', u'tcp_ports': [6514, 40000, 40001], u'type': u'remote'}, {u'tls': True, u'tcp_ports': [514, 40010, 40011], u'type': u'remote', u'name': u'remote_tcp_1'}]}]}

TASK [Ensure the expected error message is issued] *****************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:186
Saturday 18 January 2025  03:34:10 -0500 (0:00:00.237)       0:02:30.288 ****** 
ok: [managed-node2] => (item={u'skipped': True, u'_ansible_no_log': False, u'skip_reason': u'Conditional result was False', u'item': [{u'type': u'remote', u'name': u'remote_udp', u'udp_ports': [514, 40020]}], u'ansible_loop_var': u'item', u'changed': False, u'_ansible_item_label': [{u'type': u'remote', u'name': u'remote_udp', u'udp_ports': [514, 40020]}]}) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": [
            {
                "name": "remote_udp", 
                "type": "remote", 
                "udp_ports": [
                    514, 
                    40020
                ]
            }
        ], 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }
}

MSG:

All assertions passed
ok: [managed-node2] => (item={u'skipped': True, u'_ansible_no_log': False, u'skip_reason': u'Conditional result was False', u'item': [], u'ansible_loop_var': u'item', u'changed': False, u'_ansible_item_label': []}) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": [], 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }
}

MSG:

All assertions passed
ok: [managed-node2] => (item={u'ansible_loop_var': u'item', u'_ansible_no_log': False, u'failed': True, u'item': [{u'tls': True, u'permitted_clients': [u'*.client.com', u'*.example.com'], u'pki_authmode': u'x509/name', u'name': u'remote_tcp_0', u'tcp_ports': [6514, 40000, 40001], u'type': u'remote'}, {u'tls': True, u'tcp_ports': [514, 40010, 40011], u'type': u'remote', u'name': u'remote_tcp_1'}], u'changed': False, u'msg': u'Error: remote_tcp_0 and remote_tcp_1 conflict.', u'_ansible_item_label': [{u'tls': True, u'permitted_clients': [u'*.client.com', u'*.example.com'], u'pki_authmode': u'x509/name', u'name': u'remote_tcp_0', u'tcp_ports': [6514, 40000, 40001], u'type': u'remote'}, {u'tls': True, u'tcp_ports': [514, 40010, 40011], u'type': u'remote', u'name': u'remote_tcp_1'}]}) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "failed": true, 
        "item": [
            {
                "name": "remote_tcp_0", 
                "permitted_clients": [
                    "*.client.com", 
                    "*.example.com"
                ], 
                "pki_authmode": "x509/name", 
                "tcp_ports": [
                    6514, 
                    40000, 
                    40001
                ], 
                "tls": true, 
                "type": "remote"
            }, 
            {
                "name": "remote_tcp_1", 
                "tcp_ports": [
                    514, 
                    40010, 
                    40011
                ], 
                "tls": true, 
                "type": "remote"
            }
        ], 
        "msg": "Error: remote_tcp_0 and remote_tcp_1 conflict."
    }
}

MSG:

All assertions passed

TASK [END TEST CASE 1; Clean up the deployed config] ***************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:193
Saturday 18 January 2025  03:34:10 -0500 (0:00:00.268)       0:02:30.557 ****** 

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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 18 January 2025  03:34:10 -0500 (0:00:00.203)       0:02:30.761 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 18 January 2025  03:34:10 -0500 (0:00:00.108)       0:02:30.869 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "rsyslog_outputs": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 18 January 2025  03:34:10 -0500 (0:00:00.136)       0:02:31.006 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "rsyslog_inputs": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 18 January 2025  03:34:11 -0500 (0:00:00.109)       0:02:31.115 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 18 January 2025  03:34:11 -0500 (0:00:00.106)       0:02:31.221 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 18 January 2025  03:34:11 -0500 (0:00:00.231)       0:02:31.453 ****** 

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 18 January 2025  03:34:11 -0500 (0:00:00.176)       0:02:31.630 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 18 January 2025  03:34:11 -0500 (0:00:00.256)       0:02:31.887 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 18 January 2025  03:34:11 -0500 (0:00:00.144)       0:02:32.031 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 18 January 2025  03:34:12 -0500 (0:00:00.086)       0:02:32.117 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 18 January 2025  03:34:12 -0500 (0:00:00.187)       0:02:32.305 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 18 January 2025  03:34:12 -0500 (0:00:00.071)       0:02:32.376 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 18 January 2025  03:34:12 -0500 (0:00:00.105)       0:02:32.482 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 18 January 2025  03:34:12 -0500 (0:00:00.116)       0:02:32.598 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 18 January 2025  03:34:12 -0500 (0:00:00.211)       0:02:32.810 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 18 January 2025  03:34:12 -0500 (0:00:00.203)       0:02:33.013 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 18 January 2025  03:34:13 -0500 (0:00:00.125)       0:02:33.139 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 18 January 2025  03:34:13 -0500 (0:00:00.155)       0:02:33.295 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 18 January 2025  03:34:13 -0500 (0:00:00.138)       0:02:33.433 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 18 January 2025  03:34:13 -0500 (0:00:00.114)       0:02:33.548 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 18 January 2025  03:34:13 -0500 (0:00:00.114)       0:02:33.662 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 18 January 2025  03:34:13 -0500 (0:00:00.134)       0:02:33.796 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 18 January 2025  03:34:13 -0500 (0:00:00.119)       0:02:33.916 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 18 January 2025  03:34:14 -0500 (0:00:00.235)       0:02:34.151 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 18 January 2025  03:34:14 -0500 (0:00:00.086)       0:02:34.238 ****** 

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 18 January 2025  03:34:14 -0500 (0:00:00.079)       0:02:34.318 ****** 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 18 January 2025  03:34:14 -0500 (0:00:00.079)       0:02:34.397 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 18 January 2025  03:34:14 -0500 (0:00:00.097)       0:02:34.495 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 18 January 2025  03:34:14 -0500 (0:00:00.239)       0:02:34.734 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 18 January 2025  03:34:14 -0500 (0:00:00.108)       0:02:34.843 ****** 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 18 January 2025  03:34:15 -0500 (0:00:00.204)       0:02:35.047 ****** 

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 18 January 2025  03:34:15 -0500 (0:00:00.096)       0:02:35.144 ****** 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 18 January 2025  03:34:15 -0500 (0:00:00.102)       0:02:35.246 ****** 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 18 January 2025  03:34:15 -0500 (0:00:00.101)       0:02:35.348 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 18 January 2025  03:34:15 -0500 (0:00:00.135)       0:02:35.483 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node2

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 18 January 2025  03:34:15 -0500 (0:00:00.207)       0:02:35.690 ****** 

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 18 January 2025  03:34:15 -0500 (0:00:00.165)       0:02:35.856 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 18 January 2025  03:34:15 -0500 (0:00:00.149)       0:02:36.006 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 18 January 2025  03:34:16 -0500 (0:00:00.129)       0:02:36.135 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 18 January 2025  03:34:16 -0500 (0:00:00.109)       0:02:36.245 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 18 January 2025  03:34:16 -0500 (0:00:00.115)       0:02:36.361 ****** 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=CentOS_7.yml) => {
    "ansible_facts": {
        "__certificate_default_directory": "/etc/pki/tls", 
        "__certificate_packages": [
            "python-pyasn1", 
            "python-cryptography", 
            "python-dbus"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml"
}
skipping: [managed-node2] => (item=CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 18 January 2025  03:34:16 -0500 (0:00:00.252)       0:02:36.614 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "python2-pyasn1-0.1.9-7.el7.noarch providing python-pyasn1 is already installed", 
        "python2-cryptography-1.7.2-2.el7.x86_64 providing python-cryptography is already installed", 
        "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed"
    ]
}
lsrpackages: python-cryptography python-dbus python-pyasn1

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 18 January 2025  03:34:20 -0500 (0:00:04.321)       0:02:40.935 ****** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "rc": 0, 
    "results": [
        "certmonger-0.78.4-17.el7_9.x86_64 providing certmonger is already installed"
    ]
}
lsrpackages: certmonger

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 18 January 2025  03:34:21 -0500 (0:00:00.924)       0:02:41.859 ****** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/etc/certmonger//pre-scripts", 
    "secontext": "unconfined_u:object_r:etc_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 18 January 2025  03:34:22 -0500 (0:00:00.465)       0:02:42.325 ****** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/etc/certmonger//post-scripts", 
    "secontext": "unconfined_u:object_r:etc_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 18 January 2025  03:34:22 -0500 (0:00:00.557)       0:02:42.883 ****** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "enabled": true, 
    "name": "certmonger", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-01-18 03:32:07 EST", 
        "ActiveEnterTimestampMonotonic": "822690111", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "network.target dbus.service basic.target system.slice syslog.target systemd-journald.socket", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-01-18 03:32:07 EST", 
        "AssertTimestampMonotonic": "822661421", 
        "Before": "shutdown.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedorahosted.certmonger", 
        "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-18 03:32:07 EST", 
        "ConditionTimestampMonotonic": "822661419", 
        "Conflicts": "shutdown.target", 
        "ControlGroup": "/system.slice/certmonger.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "Certificate monitoring and PKI enrollment", 
        "DevicePolicy": "auto", 
        "EnvironmentFile": "/etc/sysconfig/certmonger (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "28914", 
        "ExecMainStartTimestamp": "Sat 2025-01-18 03:32:07 EST", 
        "ExecMainStartTimestampMonotonic": "822662122", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS ; 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/certmonger.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "certmonger.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2025-01-18 03:32:07 EST", 
        "InactiveExitTimestampMonotonic": "822662152", 
        "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": "28914", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "certmonger.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PIDFile": "/var/run/certmonger.pid", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "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": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "WatchdogTimestamp": "Sat 2025-01-18 03:32:07 EST", 
        "WatchdogTimestampMonotonic": "822689713", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 18 January 2025  03:34:23 -0500 (0:00:00.576)       0:02:43.460 ****** 
changed: [managed-node2] => (item={u'ca': u'self-sign', u'name': u'logging_cert', u'dns': [u'localhost', u'www.example.com']}) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "ca": "self-sign", 
        "dns": [
            "localhost", 
            "www.example.com"
        ], 
        "name": "logging_cert"
    }
}

MSG:

Certificate requested (update).

TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 18 January 2025  03:34:24 -0500 (0:00:01.446)       0:02:44.907 ****** 
skipping: [managed-node2] => (item=[u'cert', {u'ca': u'self-sign', u'name': u'logging_cert', u'dns': [u'localhost', u'www.example.com']}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        "cert", 
        {
            "ca": "self-sign", 
            "dns": [
                "localhost", 
                "www.example.com"
            ], 
            "name": "logging_cert"
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[u'key', {u'ca': u'self-sign', u'name': u'logging_cert', u'dns': [u'localhost', u'www.example.com']}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        "key", 
        {
            "ca": "self-sign", 
            "dns": [
                "localhost", 
                "www.example.com"
            ], 
            "name": "logging_cert"
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[u'ca', {u'ca': u'self-sign', u'name': u'logging_cert', u'dns': [u'localhost', u'www.example.com']}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        "ca", 
        {
            "ca": "self-sign", 
            "dns": [
                "localhost", 
                "www.example.com"
            ], 
            "name": "logging_cert"
        }
    ], 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Create return data] **************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 18 January 2025  03:34:25 -0500 (0:00:00.190)       0:02:45.097 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 18 January 2025  03:34:25 -0500 (0:00:00.106)       0:02:45.203 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 18 January 2025  03:34:25 -0500 (0:00:00.108)       0:02:45.312 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 18 January 2025  03:34:25 -0500 (0:00:00.143)       0:02:45.455 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 18 January 2025  03:34:25 -0500 (0:00:00.199)       0:02:45.655 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 18 January 2025  03:34:25 -0500 (0:00:00.153)       0:02:45.809 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 18 January 2025  03:34:25 -0500 (0:00:00.118)       0:02:45.927 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 18 January 2025  03:34:26 -0500 (0:00:00.141)       0:02:46.068 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 18 January 2025  03:34:26 -0500 (0:00:00.118)       0:02:46.186 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 18 January 2025  03:34:26 -0500 (0:00:00.194)       0:02:46.381 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 18 January 2025  03:34:26 -0500 (0:00:00.312)       0:02:46.693 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 18 January 2025  03:34:26 -0500 (0:00:00.204)       0:02:46.898 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 18 January 2025  03:34:26 -0500 (0:00:00.131)       0:02:47.029 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 18 January 2025  03:34:27 -0500 (0:00:00.095)       0:02:47.125 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 18 January 2025  03:34:27 -0500 (0:00:00.143)       0:02:47.268 ****** 
ok: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 18 January 2025  03:34:27 -0500 (0:00:00.229)       0:02:47.498 ****** 
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-gMO/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-gMO/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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 18 January 2025  03:34:27 -0500 (0:00:00.160)       0:02:47.658 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 18 January 2025  03:34:27 -0500 (0:00:00.154)       0:02:47.813 ****** 
ok: [managed-node2] => (item=iproute) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-V", 
        "iproute"
    ], 
    "delta": "0:00:00.082797", 
    "end": "2025-01-18 03:34:28.147436", 
    "failed_when_result": false, 
    "item": "iproute", 
    "rc": 0, 
    "start": "2025-01-18 03:34:28.064639", 
    "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-node2] => (item=rsyslog) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-V", 
        "rsyslog"
    ], 
    "delta": "0:00:00.075898", 
    "end": "2025-01-18 03:34:28.572099", 
    "failed_when_result": false, 
    "item": "rsyslog", 
    "rc": 0, 
    "start": "2025-01-18 03:34:28.496201", 
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 18 January 2025  03:34:28 -0500 (0:00:00.958)       0:02:48.772 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 18 January 2025  03:34:28 -0500 (0:00:00.118)       0:02:48.891 ****** 
ok: [managed-node2] => {
    "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", 
        "rsyslog-gnutls-8.24.0-57.el7_9.3.x86_64 providing rsyslog-gnutls is already installed", 
        "ca-certificates-2023.2.60_v7.0.306-72.el7_9.noarch providing ca-certificates is already installed"
    ]
}
lsrpackages: ca-certificates iproute rsyslog rsyslog-gnutls

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 18 January 2025  03:34:29 -0500 (0:00:00.649)       0:02:49.541 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Saturday 18 January 2025  03:34:29 -0500 (0:00:00.099)       0:02:49.640 ****** 
ok: [managed-node2] => {
    "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"
                }
            ], 
            "certmonger": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "certmonger", 
                    "release": "17.el7_9", 
                    "source": "rpm", 
                    "version": "0.78.4"
                }
            ], 
            "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"
                }
            ], 
            "libtalloc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtalloc", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.1.16"
                }
            ], 
            "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"
                }
            ], 
            "libtevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libtevent", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "0.9.39"
                }
            ], 
            "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"
                }
            ], 
            "lsof": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "lsof", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "4.87"
                }
            ], 
            "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"
                }
            ], 
            "psmisc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "psmisc", 
                    "release": "17.el7", 
                    "source": "rpm", 
                    "version": "22.20"
                }
            ], 
            "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-cffi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python-cffi", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.6.0"
                }
            ], 
            "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-enum34": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-enum34", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.0.4"
                }
            ], 
            "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-idna": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-idna", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.4"
                }
            ], 
            "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-ply": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-ply", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.4"
                }
            ], 
            "python-prettytable": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-prettytable", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.7.2"
                }
            ], 
            "python-pycparser": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python-pycparser", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.14"
                }
            ], 
            "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"
                }
            ], 
            "python2-cryptography": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "python2-cryptography", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.7.2"
                }
            ], 
            "python2-pyasn1": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "python2-pyasn1", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.1.9"
                }
            ], 
            "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"
                }
            ], 
            "xmlrpc-c": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xmlrpc-c", 
                    "release": "1905.svn2451.el7", 
                    "source": "rpm", 
                    "version": "1.32.5"
                }
            ], 
            "xmlrpc-c-client": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "xmlrpc-c-client", 
                    "release": "1905.svn2451.el7", 
                    "source": "rpm", 
                    "version": "1.32.5"
                }
            ], 
            "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 18 January 2025  03:34:31 -0500 (0:00:02.105)       0:02:51.745 ****** 
ok: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 18 January 2025  03:34:31 -0500 (0:00:00.170)       0:02:51.916 ****** 
ok: [managed-node2] => {}

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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 18 January 2025  03:34:31 -0500 (0:00:00.116)       0:02:52.033 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 18 January 2025  03:34:32 -0500 (0:00:00.123)       0:02:52.156 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 18 January 2025  03:34:32 -0500 (0:00:00.107)       0:02:52.264 ****** 
ok: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 18 January 2025  03:34:32 -0500 (0:00:00.463)       0:02:52.727 ****** 
ok: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 18 January 2025  03:34:33 -0500 (0:00:00.529)       0:02:53.257 ****** 
ok: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 18 January 2025  03:34:33 -0500 (0:00:00.496)       0:02:53.753 ****** 
ok: [managed-node2] => {
    "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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125
Saturday 18 January 2025  03:34:34 -0500 (0:00:00.698)       0:02:54.451 ****** 
skipping: [managed-node2] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (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-node2] => (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-node2] => (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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:149
Saturday 18 January 2025  03:34:34 -0500 (0:00:00.189)       0:02:54.641 ****** 
ok: [managed-node2] => {
    "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  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:153
Saturday 18 January 2025  03:34:34 -0500 (0:00:00.125)       0:02:54.767 ****** 
skipping: [managed-node2] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\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/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (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-node2] => (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-node2] => (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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:171
Saturday 18 January 2025  03:34:34 -0500 (0:00:00.236)       0:02:55.004 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182
Saturday 18 January 2025  03:34:35 -0500 (0:00:00.122)       0:02:55.127 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:197
Saturday 18 January 2025  03:34:35 -0500 (0:00:00.100)       0:02:55.227 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:209
Saturday 18 January 2025  03:34:35 -0500 (0:00:00.123)       0:02:55.351 ****** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:222
Saturday 18 January 2025  03:34:35 -0500 (0:00:00.121)       0:02:55.473 ****** 
ok: [managed-node2] => {
    "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.150666", 
    "end": "2025-01-18 03:34:35.930909", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-01-18 03:34:35.780243"
}

STDOUT:

/etc/rsyslog.d/00-global.conf
/etc/rsyslog.d/05-common-defaults.conf
/etc/rsyslog.d/20-templates.conf
/etc/rsyslog.d/90-input-basics-system_input.conf

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239
Saturday 18 January 2025  03:34:36 -0500 (0:00:00.700)       0:02:56.173 ****** 
changed: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => (item=/etc/rsyslog.d/90-input-basics-system_input.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/90-input-basics-system_input.conf", 
    "path": "/etc/rsyslog.d/90-input-basics-system_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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:259
Saturday 18 January 2025  03:34:37 -0500 (0:00:01.838)       0:02:58.011 ****** 

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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:280
Saturday 18 January 2025  03:34:38 -0500 (0:00:00.202)       0:02:58.214 ****** 
skipping: [managed-node2] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:288
Saturday 18 January 2025  03:34:38 -0500 (0:00:00.298)       0:02:58.513 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:300
Saturday 18 January 2025  03:34:38 -0500 (0:00:00.181)       0:02:58.695 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:312
Saturday 18 January 2025  03:34:38 -0500 (0:00:00.123)       0:02:58.818 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:324
Saturday 18 January 2025  03:34:38 -0500 (0:00:00.118)       0:02:58.937 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "rsyslog", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-01-18 03:33:41 EST", 
        "ActiveEnterTimestampMonotonic": "916959023", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target network.target network-online.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-01-18 03:33:41 EST", 
        "AssertTimestampMonotonic": "916951215", 
        "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": "yes", 
        "ConditionTimestamp": "Sat 2025-01-18 03:33:41 EST", 
        "ConditionTimestampMonotonic": "916951214", 
        "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": "565", 
        "ExecMainStartTimestamp": "Sat 2025-01-18 03:33:41 EST", 
        "ExecMainStartTimestampMonotonic": "916951965", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Sat 2025-01-18 03:33:41 EST] ; stop_time=[n/a] ; pid=565 ; 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-18 03:33:41 EST", 
        "InactiveExitTimestampMonotonic": "916952020", 
        "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": "565", 
        "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.target network-online.target", 
        "WatchdogTimestamp": "Sat 2025-01-18 03:33:41 EST", 
        "WatchdogTimestampMonotonic": "916958976", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332
Saturday 18 January 2025  03:34:39 -0500 (0:00:00.544)       0:02:59.481 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:341
Saturday 18 January 2025  03:34:39 -0500 (0:00:00.109)       0:02:59.591 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:353
Saturday 18 January 2025  03:34:39 -0500 (0:00:00.159)       0:02:59.751 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:360
Saturday 18 January 2025  03:34:39 -0500 (0:00:00.181)       0:02:59.933 ****** 
skipping: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:366
Saturday 18 January 2025  03:34:39 -0500 (0:00:00.105)       0:03:00.039 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Stop tracking certificate] ***********************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:207
Saturday 18 January 2025  03:34:40 -0500 (0:00:00.118)       0:03:00.158 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": [
        "getcert", 
        "stop-tracking", 
        "-f", 
        "/etc/pki/tls/certs/logging_cert.crt"
    ], 
    "delta": "0:00:00.031165", 
    "end": "2025-01-18 03:34:40.485424", 
    "rc": 0, 
    "start": "2025-01-18 03:34:40.454259"
}

STDOUT:

Request "20250118083208" removed.

TASK [Clean up pki files] ******************************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:211
Saturday 18 January 2025  03:34:40 -0500 (0:00:00.505)       0:03:00.664 ****** 
changed: [managed-node2] => (item=/etc/pki/tls/certs/logging_cert.crt) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/pki/tls/certs/logging_cert.crt", 
    "path": "/etc/pki/tls/certs/logging_cert.crt", 
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/pki/tls/private/logging_cert.key) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/pki/tls/private/logging_cert.key", 
    "path": "/etc/pki/tls/private/logging_cert.key", 
    "state": "absent"
}
ok: [managed-node2] => (item=/etc/pki/tls/certs/logging_cert.crt) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/etc/pki/tls/certs/logging_cert.crt", 
    "path": "/etc/pki/tls/certs/logging_cert.crt", 
    "state": "absent"
}

TASK [Assert /var/log/messages] ************************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:220
Saturday 18 January 2025  03:34:42 -0500 (0:00:01.379)       0:03:02.043 ****** 
included: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml for managed-node2

TASK [Get content of /var/log/messages] ****************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:3
Saturday 18 January 2025  03:34:42 -0500 (0:00:00.182)       0:03:02.226 ****** 
ok: [managed-node2] => {
    "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-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:9
Saturday 18 January 2025  03:34:42 -0500 (0:00:00.668)       0:03:02.894 ****** 
skipping: [managed-node2] => {}

TASK [Ensure no errors in /var/log/messages] ***********************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:19
Saturday 18 January 2025  03:34:43 -0500 (0:00:00.221)       0:03:03.115 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove /var/log/messages] ************************************************
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:23
Saturday 18 January 2025  03:34:43 -0500 (0:00:00.184)       0:03:03.299 ****** 
changed: [managed-node2] => {
    "changed": true, 
    "path": "/var/log/messages", 
    "state": "absent"
}

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 18 January 2025  03:34:43 -0500 (0:00:00.593)       0:03:03.893 ****** 
changed: [managed-node2] => {
    "changed": true, 
    "name": "rsyslog", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-01-18 03:33:41 EST", 
        "ActiveEnterTimestampMonotonic": "916959023", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target network.target network-online.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-01-18 03:33:41 EST", 
        "AssertTimestampMonotonic": "916951215", 
        "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": "yes", 
        "ConditionTimestamp": "Sat 2025-01-18 03:33:41 EST", 
        "ConditionTimestampMonotonic": "916951214", 
        "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": "565", 
        "ExecMainStartTimestamp": "Sat 2025-01-18 03:33:41 EST", 
        "ExecMainStartTimestampMonotonic": "916951965", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Sat 2025-01-18 03:33:41 EST] ; stop_time=[n/a] ; pid=565 ; 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-18 03:33:41 EST", 
        "InactiveExitTimestampMonotonic": "916952020", 
        "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": "565", 
        "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.target network-online.target", 
        "WatchdogTimestamp": "Sat 2025-01-18 03:33:41 EST", 
        "WatchdogTimestampMonotonic": "916958976", 
        "WatchdogUSec": "0"
    }
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed-node2              : ok=215  changed=31   unreachable=0    failed=0    skipped=261  rescued=1    ignored=0   

Saturday 18 January 2025  03:34:44 -0500 (0:00:00.877)       0:03:04.770 ****** 
=============================================================================== 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 9.84s
/tmp/collections-gMO/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 --- 9.68s
/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 5.85s
/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239 
fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 4.32s
/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 3.66s
/tmp/collections-gMO/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 --- 2.69s
/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 2.11s
/tmp/collections-gMO/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.05s
/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 1.84s
/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent --- 1.81s
/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 1.50s
/tmp/collections-gMO/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 --- 1.47s
/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44 
Check port 514, 6514, 40010 and 40011 is open for TCP ------------------- 1.46s
/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:98 
fedora.linux_system_roles.certificate : Ensure certificate requests ----- 1.45s
/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 
Clean up pki files ------------------------------------------------------ 1.38s
/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:211 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d --- 1.33s
/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d --- 1.30s
/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages --- 1.25s
/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d --- 1.23s
/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 
Check conf files exist -------------------------------------------------- 1.23s
/tmp/collections-gMO/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27