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-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:11
Wednesday 09 April 2025  01:50:59 -0400 (0:00:00.061)       0:00:00.061 ******* 
ok: [managed-node3]
META: ran handlers

TASK [TEST CASE 0; Test the server configuration containing tls tcp, plain tcp and udp connection] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:27
Wednesday 09 April 2025  01:51:00 -0400 (0:00:01.325)       0:00:01.387 ******* 

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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Wednesday 09 April 2025  01:51:00 -0400 (0:00:00.104)       0:00:01.491 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Wednesday 09 April 2025  01:51:00 -0400 (0:00:00.066)       0:00:01.558 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "name": "files_output", 
                "type": "files"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Wednesday 09 April 2025  01:51:00 -0400 (0:00:00.070)       0:00:01.629 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Wednesday 09 April 2025  01:51:00 -0400 (0:00:00.080)       0:00:01.709 ******* 
skipping: [managed-node3] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Wednesday 09 April 2025  01:51:00 -0400 (0:00:00.068)       0:00:01.777 ******* 
skipping: [managed-node3] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Wednesday 09 April 2025  01:51:00 -0400 (0:00:00.078)       0:00:01.856 ******* 
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Wednesday 09 April 2025  01:51:01 -0400 (0:00:00.089)       0:00:01.946 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node3

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Wednesday 09 April 2025  01:51:01 -0400 (0:00:00.074)       0:00:02.020 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Wednesday 09 April 2025  01:51:01 -0400 (0:00:00.056)       0:00:02.077 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Wednesday 09 April 2025  01:51:01 -0400 (0:00:00.065)       0:00:02.143 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Wednesday 09 April 2025  01:51:01 -0400 (0:00:00.067)       0:00:02.210 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Wednesday 09 April 2025  01:51:01 -0400 (0:00:00.073)       0:00:02.284 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Wednesday 09 April 2025  01:51:01 -0400 (0:00:00.063)       0:00:02.347 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Wednesday 09 April 2025  01:51:01 -0400 (0:00:00.062)       0:00:02.409 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Wednesday 09 April 2025  01:51:01 -0400 (0:00:00.066)       0:00:02.476 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Wednesday 09 April 2025  01:51:01 -0400 (0:00:00.072)       0:00:02.548 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Wednesday 09 April 2025  01:51:01 -0400 (0:00:00.070)       0:00:02.619 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Wednesday 09 April 2025  01:51:01 -0400 (0:00:00.070)       0:00:02.689 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Wednesday 09 April 2025  01:51:01 -0400 (0:00:00.070)       0:00:02.760 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Wednesday 09 April 2025  01:51:01 -0400 (0:00:00.073)       0:00:02.833 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Wednesday 09 April 2025  01:51:01 -0400 (0:00:00.077)       0:00:02.911 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Wednesday 09 April 2025  01:51:02 -0400 (0:00:00.097)       0:00:03.009 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Wednesday 09 April 2025  01:51:02 -0400 (0:00:00.074)       0:00:03.083 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node3

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Wednesday 09 April 2025  01:51:02 -0400 (0:00:00.114)       0:00:03.197 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Wednesday 09 April 2025  01:51:02 -0400 (0:00:00.067)       0:00:03.265 ******* 

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Wednesday 09 April 2025  01:51:02 -0400 (0:00:00.059)       0:00:03.324 ******* 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Wednesday 09 April 2025  01:51:02 -0400 (0:00:00.061)       0:00:03.386 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Wednesday 09 April 2025  01:51:02 -0400 (0:00:00.067)       0:00:03.453 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node3

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Wednesday 09 April 2025  01:51:02 -0400 (0:00:00.129)       0:00:03.582 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Wednesday 09 April 2025  01:51:02 -0400 (0:00:00.150)       0:00:03.733 ******* 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Wednesday 09 April 2025  01:51:02 -0400 (0:00:00.059)       0:00:03.792 ******* 

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Wednesday 09 April 2025  01:51:02 -0400 (0:00:00.058)       0:00:03.851 ******* 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Wednesday 09 April 2025  01:51:02 -0400 (0:00:00.059)       0:00:03.911 ******* 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Wednesday 09 April 2025  01:51:03 -0400 (0:00:00.062)       0:00:03.974 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Wednesday 09 April 2025  01:51:03 -0400 (0:00:00.086)       0:00:04.061 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node3

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Wednesday 09 April 2025  01:51:03 -0400 (0:00:00.125)       0:00:04.186 ******* 

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Wednesday 09 April 2025  01:51:03 -0400 (0:00:00.183)       0:00:04.370 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Wednesday 09 April 2025  01:51:03 -0400 (0:00:00.089)       0:00:04.459 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Wednesday 09 April 2025  01:51:03 -0400 (0:00:00.069)       0:00:04.529 ******* 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Wednesday 09 April 2025  01:51:04 -0400 (0:00:00.491)       0:00:05.020 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "__certificate_is_ostree": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Wednesday 09 April 2025  01:51:04 -0400 (0:00:00.092)       0:00:05.112 ******* 
skipping: [managed-node3] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml"
}
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Wednesday 09 April 2025  01:51:04 -0400 (0:00:00.174)       0:00:05.287 ******* 
changed: [managed-node3] => {
    "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.9 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"
    ]
}

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Wednesday 09 April 2025  01:51:09 -0400 (0:00:04.929)       0:00:10.216 ******* 
changed: [managed-node3] => (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"
    ]
}

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Wednesday 09 April 2025  01:51:13 -0400 (0:00:04.283)       0:00:14.499 ******* 
changed: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Wednesday 09 April 2025  01:51:14 -0400 (0:00:00.614)       0:00:15.113 ******* 
changed: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Wednesday 09 April 2025  01:51:14 -0400 (0:00:00.398)       0:00:15.512 ******* 
changed: [managed-node3] => (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": "systemd-journald.socket system.slice dbus.service basic.target network.target syslog.target", 
        "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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Wednesday 09 April 2025  01:51:15 -0400 (0:00:01.237)       0:00:16.749 ******* 
changed: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Wednesday 09 April 2025  01:51:16 -0400 (0:00:01.150)       0:00:17.899 ******* 
skipping: [managed-node3] => (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-node3] => (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-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Wednesday 09 April 2025  01:51:17 -0400 (0:00:00.192)       0:00:18.092 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Wednesday 09 April 2025  01:51:17 -0400 (0:00:00.143)       0:00:18.236 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Wednesday 09 April 2025  01:51:17 -0400 (0:00:00.071)       0:00:18.308 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Wednesday 09 April 2025  01:51:17 -0400 (0:00:00.083)       0:00:18.391 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Wednesday 09 April 2025  01:51:17 -0400 (0:00:00.087)       0:00:18.478 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Wednesday 09 April 2025  01:51:17 -0400 (0:00:00.076)       0:00:18.555 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Wednesday 09 April 2025  01:51:17 -0400 (0:00:00.082)       0:00:18.638 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Wednesday 09 April 2025  01:51:17 -0400 (0:00:00.073)       0:00:18.711 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Wednesday 09 April 2025  01:51:17 -0400 (0:00:00.070)       0:00:18.782 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Wednesday 09 April 2025  01:51:17 -0400 (0:00:00.075)       0:00:18.857 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Wednesday 09 April 2025  01:51:18 -0400 (0:00:00.100)       0:00:18.957 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Wednesday 09 April 2025  01:51:18 -0400 (0:00:00.054)       0:00:19.012 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Wednesday 09 April 2025  01:51:18 -0400 (0:00:00.087)       0:00:19.100 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Wednesday 09 April 2025  01:51:18 -0400 (0:00:00.610)       0:00:19.711 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Wednesday 09 April 2025  01:51:18 -0400 (0:00:00.084)       0:00:19.795 ******* 
ok: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Wednesday 09 April 2025  01:51:19 -0400 (0:00:00.172)       0:00:19.968 ******* 
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Wednesday 09 April 2025  01:51:19 -0400 (0:00:00.149)       0:00:20.118 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Wednesday 09 April 2025  01:51:19 -0400 (0:00:00.233)       0:00:20.351 ******* 
skipping: [managed-node3] => (item=iproute)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iproute", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Wednesday 09 April 2025  01:51:19 -0400 (0:00:00.056)       0:00:20.408 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:31
Wednesday 09 April 2025  01:51:19 -0400 (0:00:00.043)       0:00:20.451 ******* 
changed: [managed-node3] => {
    "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"
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:41
Wednesday 09 April 2025  01:51:23 -0400 (0:00:04.142)       0:00:24.593 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:45
Wednesday 09 April 2025  01:51:23 -0400 (0:00:00.034)       0:00:24.627 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-libnm", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-team": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-team", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-tui": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-tui", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "PyYAML": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "PyYAML", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.10"
                }
            ], 
            "acl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "acl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "aic94xx-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "aic94xx-firmware", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "30"
                }
            ], 
            "alsa-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "alsa-firmware", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.0.28"
                }
            ], 
            "alsa-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-lib", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.8"
                }
            ], 
            "alsa-tools-firmware": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-tools-firmware", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.0"
                }
            ], 
            "aspell": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "aspell", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.60.6.1"
                }
            ], 
            "audit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs-python", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "authconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "authconfig", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "6.2.8"
                }
            ], 
            "avahi-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "avahi-libs", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "0.6.31"
                }
            ], 
            "basesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "basesystem", 
                    "release": "7.el7.centos", 
                    "source": "rpm", 
                    "version": "10.0"
                }
            ], 
            "bash": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bash", 
                    "release": "35.el7_9", 
                    "source": "rpm", 
                    "version": "4.2.46"
                }
            ], 
            "bc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bc", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.06.95"
                }
            ], 
            "beakerlib": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "beakerlib", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "1.29.3"
                }
            ], 
            "beakerlib-redhat": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "beakerlib-redhat", 
                    "release": "33.el7bkr", 
                    "source": "rpm", 
                    "version": "1"
                }
            ], 
            "bind-export-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 32, 
                    "name": "bind-export-libs", 
                    "release": "26.P2.el7_9.16", 
                    "source": "rpm", 
                    "version": "9.11.4"
                }
            ], 
            "binutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "binutils", 
                    "release": "44.base.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.27"
                }
            ], 
            "biosdevname": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "biosdevname", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.7.3"
                }
            ], 
            "boost-date-time": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-date-time", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-system": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-system", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-thread": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-thread", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "btrfs-progs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "btrfs-progs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "4.9.1"
                }
            ], 
            "bzip2-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bzip2-libs", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "ca-certificates": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ca-certificates", 
                    "release": "72.el7_9", 
                    "source": "rpm", 
                    "version": "2023.2.60_v7.0.306"
                }
            ], 
            "centos-logos": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "centos-logos", 
                    "release": "3.el7.centos", 
                    "source": "rpm", 
                    "version": "70.0.6"
                }
            ], 
            "centos-release": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "centos-release", 
                    "release": "9.2009.2.el7.centos", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "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-init": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cloud-init", 
                    "release": "24.el7", 
                    "source": "rpm", 
                    "version": "0.7.9"
                }
            ], 
            "cloud-utils-growpart": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "cloud-utils-growpart", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.29"
                }
            ], 
            "coreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "coreutils", 
                    "release": "24.el7_9.2", 
                    "source": "rpm", 
                    "version": "8.22"
                }
            ], 
            "cpio": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpio", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "2.11"
                }
            ], 
            "cpp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "cracklib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cracklib-dicts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib-dicts", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cronie": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "cronie-anacron": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie-anacron", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "crontabs": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "crontabs", 
                    "release": "6.20121102git.el7", 
                    "source": "rpm", 
                    "version": "1.11"
                }
            ], 
            "cryptsetup-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cryptsetup-libs", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "2.0.3"
                }
            ], 
            "curl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "curl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cyrus-sasl-lib", 
                    "release": "24.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.26"
                }
            ], 
            "dbus": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-glib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-glib", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.100"
                }
            ], 
            "dbus-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus-libs", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-python", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.1.1"
                }
            ], 
            "device-mapper": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "device-mapper-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper-libs", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "dhclient": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhclient", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "dhcp-common": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-common", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "dhcp-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-libs", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "diffutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "diffutils", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.3"
                }
            ], 
            "dmidecode": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dmidecode", 
                    "release": "5.el7_9.1", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "dracut": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dracut-config-rescue": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut-config-rescue", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dracut-network": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut-network", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dyninst": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dyninst", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "9.3.1"
                }
            ], 
            "e2fsprogs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs-libs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "ebtables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ebtables", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.0.10"
                }
            ], 
            "efivar-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "efivar-libs", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "36"
                }
            ], 
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "elfutils-default-yama-scope", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libelf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libelf", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libs", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "epel-release": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "epel-release", 
                    "release": "14", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "ethtool": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "ethtool", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "4.8"
                }
            ], 
            "expat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "expat", 
                    "release": "15.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "file": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "file-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file-libs", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "filesystem": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "filesystem", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "findutils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "findutils", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "4.5.11"
                }
            ], 
            "fipscheck": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "fipscheck-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck-lib", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "firewalld": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "firewalld-filesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld-filesystem", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "freetype": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "freetype", 
                    "release": "14.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.8"
                }
            ], 
            "fxload": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fxload", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2002_04_11"
                }
            ], 
            "gawk": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gawk", 
                    "release": "4.el7_3.1", 
                    "source": "rpm", 
                    "version": "4.0.2"
                }
            ], 
            "gcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "gdbm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gdbm", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.10"
                }
            ], 
            "gettext": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "gettext-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "git": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "git", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.8.3.1"
                }
            ], 
            "glib2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glib2", 
                    "release": "9.el7_9", 
                    "source": "rpm", 
                    "version": "2.56.1"
                }
            ], 
            "glibc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-common": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-common", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-devel", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-headers", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "gmp": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "gmp", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "6.0.0"
                }
            ], 
            "gnupg2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gnupg2", 
                    "release": "5.el7_5", 
                    "source": "rpm", 
                    "version": "2.0.22"
                }
            ], 
            "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"
                }
            ], 
            "initscripts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "initscripts", 
                    "release": "1.el7_9.1", 
                    "source": "rpm", 
                    "version": "9.49.53"
                }
            ], 
            "iproute": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iproute", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "4.11.0"
                }
            ], 
            "iprutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iprutils", 
                    "release": "3.el7_7", 
                    "source": "rpm", 
                    "version": "2.4.17.1"
                }
            ], 
            "ipset": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "ipset-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset-libs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "iptables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iptables", 
                    "release": "35.el7", 
                    "source": "rpm", 
                    "version": "1.4.21"
                }
            ], 
            "iputils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iputils", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "20160308"
                }
            ], 
            "irqbalance": [
                {
                    "arch": "x86_64", 
                    "epoch": 3, 
                    "name": "irqbalance", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "1.0.7"
                }
            ], 
            "ivtv-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 2, 
                    "name": "ivtv-firmware", 
                    "release": "26.el7", 
                    "source": "rpm", 
                    "version": "20080701"
                }
            ], 
            "iwl100-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl100-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl1000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "iwl1000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl105-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl105-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl135-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl135-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2030-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2030-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl3160-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3160-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "iwl3945-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3945-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "15.32.2.9"
                }
            ], 
            "iwl4965-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl4965-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "228.61.2.24"
                }
            ], 
            "iwl5000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.83.5.1_1"
                }
            ], 
            "iwl5150-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5150-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.24.2.2"
                }
            ], 
            "iwl6000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "9.221.4.1"
                }
            ], 
            "iwl6000g2a-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2a-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6000g2b-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2b-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6050-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6050-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "41.28.5.1"
                }
            ], 
            "iwl7260-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl7260-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "jansson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "jansson", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.10"
                }
            ], 
            "json-c": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "json-c", 
                    "release": "4.el7_0", 
                    "source": "rpm", 
                    "version": "0.11"
                }
            ], 
            "kbd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kbd", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kbd-legacy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-legacy", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kbd-misc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-misc", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kernel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }, 
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-debug-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-debug-devel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-headers", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools-libs", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kexec-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kexec-tools", 
                    "release": "51.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.0.15"
                }
            ], 
            "keyutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "keyutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "kmod": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kmod-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod-libs", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kpartx": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kpartx", 
                    "release": "136.el7_9", 
                    "source": "rpm", 
                    "version": "0.4.9"
                }
            ], 
            "krb5-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "krb5-libs", 
                    "release": "55.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.1"
                }
            ], 
            "less": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "less", 
                    "release": "10.el7_9", 
                    "source": "rpm", 
                    "version": "458"
                }
            ], 
            "libacl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libacl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "libassuan": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libassuan", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "libattr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libattr", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "2.4.46"
                }
            ], 
            "libbasicobjects": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libbasicobjects", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.1"
                }
            ], 
            "libblkid": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libblkid", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libcap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.22"
                }
            ], 
            "libcap-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap-ng", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.7.5"
                }
            ], 
            "libcgroup": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcgroup", 
                    "release": "21.el7", 
                    "source": "rpm", 
                    "version": "0.41"
                }
            ], 
            "libcollection": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcollection", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.7.0"
                }
            ], 
            "libcom_err": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcom_err", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libcroco": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcroco", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.12"
                }
            ], 
            "libcurl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcurl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "libdaemon": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdaemon", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libdb": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdb-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb-utils", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdrm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdrm", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.4.97"
                }
            ], 
            "libdwarf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdwarf", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "20130207"
                }
            ], 
            "libedit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libedit", 
                    "release": "12.20121213cvs.el7", 
                    "source": "rpm", 
                    "version": "3.0"
                }
            ], 
            "libestr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libestr", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.1.9"
                }
            ], 
            "libevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libevent", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.0.21"
                }
            ], 
            "libfastjson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libfastjson", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.99.4"
                }
            ], 
            "libffi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libffi", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "3.0.13"
                }
            ], 
            "libgcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgcrypt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcrypt", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "1.5.3"
                }
            ], 
            "libgomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgomp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgpg-error": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgpg-error", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.12"
                }
            ], 
            "libidn": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libidn", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.28"
                }
            ], 
            "libini_config": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libini_config", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "1.3.1"
                }
            ], 
            "libmnl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmnl", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.0.3"
                }
            ], 
            "libmount": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmount", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libmpc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmpc", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libndp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libndp", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.2"
                }
            ], 
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnetfilter_conntrack", 
                    "release": "1.el7_3", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "libnfnetlink": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfnetlink", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libnfsidmap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfsidmap", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "0.25"
                }
            ], 
            "libnl3": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libnl3-cli": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3-cli", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libpath_utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpath_utils", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.2.1"
                }
            ], 
            "libpciaccess": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpciaccess", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libpipeline": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpipeline", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libpng": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "libpng", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.5.13"
                }
            ], 
            "libpwquality": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpwquality", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libref_array": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libref_array", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.5"
                }
            ], 
            "libseccomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libseccomp", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.3.1"
                }
            ], 
            "libselinux": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-python", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-utils", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage-python", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsepol": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsepol", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsmartcols": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsmartcols", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libss": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libss", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libssh2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libssh2", 
                    "release": "4.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.8.0"
                }
            ], 
            "libstdc++": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libstdc++", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libsysfs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsysfs", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "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": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "plymouth-core-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth-core-libs", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "plymouth-scripts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth-scripts", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "policycoreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "policycoreutils-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils-python", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "polkit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit", 
                    "release": "26.el7_9.1", 
                    "source": "rpm", 
                    "version": "0.112"
                }
            ], 
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit-pkla-compat", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.1"
                }
            ], 
            "popt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "popt", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "1.13"
                }
            ], 
            "postfix": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "postfix", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "2.10.1"
                }
            ], 
            "procps-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "procps-ng", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "3.3.10"
                }
            ], 
            "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:49
Wednesday 09 April 2025  01:51:25 -0400 (0:00:01.914)       0:00:26.542 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:56
Wednesday 09 April 2025  01:51:25 -0400 (0:00:00.120)       0:00:26.663 ******* 
ok: [managed-node3] => {}

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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:61
Wednesday 09 April 2025  01:51:25 -0400 (0:00:00.103)       0:00:26.766 ******* 
skipping: [managed-node3] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:69
Wednesday 09 April 2025  01:51:25 -0400 (0:00:00.091)       0:00:26.858 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:77
Wednesday 09 April 2025  01:51:26 -0400 (0:00:00.097)       0:00:26.955 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:84
Wednesday 09 April 2025  01:51:26 -0400 (0:00:00.388)       0:00:27.344 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:90
Wednesday 09 April 2025  01:51:26 -0400 (0:00:00.401)       0:00:27.746 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:98
Wednesday 09 April 2025  01:51:27 -0400 (0:00:00.391)       0:00:28.137 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:126
Wednesday 09 April 2025  01:51:27 -0400 (0:00:00.451)       0:00:28.588 ******* 
changed: [managed-node3] => (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-1744177887.74-29938-135730876605011/source", 
    "state": "file", 
    "uid": 0
}
skipping: [managed-node3] => (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-node3] => (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-1744177888.99-29938-204623083787338/source", 
    "state": "file", 
    "uid": 0
}
changed: [managed-node3] => (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-1744177889.83-29938-21834138169143/source", 
    "state": "file", 
    "uid": 0
}
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:150
Wednesday 09 April 2025  01:51:30 -0400 (0:00:03.012)       0:00:31.601 ******* 
ok: [managed-node3] => {
    "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-1744177887.74-29938-135730876605011/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-1744177887.74-29938-135730876605011/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-1744177888.99-29938-204623083787338/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-1744177888.99-29938-204623083787338/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-1744177889.83-29938-21834138169143/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-1744177889.83-29938-21834138169143/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:154
Wednesday 09 April 2025  01:51:30 -0400 (0:00:00.086)       0:00:31.687 ******* 
skipping: [managed-node3] => (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-node3] => (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-node3] => (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-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:172
Wednesday 09 April 2025  01:51:30 -0400 (0:00:00.147)       0:00:31.835 ******* 
ok: [managed-node3] => (item={u'type': u'basics', u'name': u'system_input'}) => {
    "ansible_facts": {
        "__rsyslog_basics_packages": []
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-CbB/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-node3] => (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-CbB/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-node3] => (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-CbB/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-node3] => (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-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:183
Wednesday 09 April 2025  01:51:31 -0400 (0:00:00.250)       0:00:32.086 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node3
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node3
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node3
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3
Wednesday 09 April 2025  01:51:31 -0400 (0:00:00.250)       0:00:32.336 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 09 April 2025  01:51:31 -0400 (0:00:00.155)       0:00:32.492 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 09 April 2025  01:51:31 -0400 (0:00:00.091)       0:00:32.583 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 09 April 2025  01:51:31 -0400 (0:00:00.092)       0:00:32.676 ******* 
ok: [managed-node3] => {
    "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-1744177887.74-29938-135730876605011/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-1744177887.74-29938-135730876605011/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-1744177888.99-29938-204623083787338/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-1744177888.99-29938-204623083787338/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-1744177889.83-29938-21834138169143/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-1744177889.83-29938-21834138169143/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 09 April 2025  01:51:31 -0400 (0:00:00.144)       0:00:32.821 ******* 

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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10
Wednesday 09 April 2025  01:51:31 -0400 (0:00:00.098)       0:00:32.919 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 09 April 2025  01:51:32 -0400 (0:00:00.237)       0:00:33.157 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 09 April 2025  01:51:32 -0400 (0:00:00.088)       0:00:33.245 ******* 
changed: [managed-node3] => (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-1744177892.89-30137-21996221105728/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 09 April 2025  01:51:33 -0400 (0:00:01.298)       0:00:34.544 ******* 
ok: [managed-node3] => {
    "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-1744177887.74-29938-135730876605011/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-1744177887.74-29938-135730876605011/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-1744177888.99-29938-204623083787338/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-1744177888.99-29938-204623083787338/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-1744177889.83-29938-21834138169143/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-1744177889.83-29938-21834138169143/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-1744177892.89-30137-21996221105728/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-1744177892.89-30137-21996221105728/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 09 April 2025  01:51:33 -0400 (0:00:00.112)       0:00:34.656 ******* 
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:12
Wednesday 09 April 2025  01:51:34 -0400 (0:00:00.749)       0:00:35.406 ******* 
skipping: [managed-node3] => (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-node3] => (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-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:19
Wednesday 09 April 2025  01:51:34 -0400 (0:00:00.150)       0:00:35.556 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 09 April 2025  01:51:34 -0400 (0:00:00.138)       0:00:35.695 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 09 April 2025  01:51:34 -0400 (0:00:00.162)       0:00:35.858 ******* 
changed: [managed-node3] => (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-1744177895.26-30251-243137224509683/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 09 April 2025  01:51:35 -0400 (0:00:00.935)       0:00:36.793 ******* 
ok: [managed-node3] => {
    "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-1744177887.74-29938-135730876605011/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-1744177887.74-29938-135730876605011/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-1744177888.99-29938-204623083787338/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-1744177888.99-29938-204623083787338/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-1744177889.83-29938-21834138169143/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-1744177889.83-29938-21834138169143/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-1744177892.89-30137-21996221105728/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-1744177892.89-30137-21996221105728/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-1744177895.26-30251-243137224509683/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-1744177895.26-30251-243137224509683/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 09 April 2025  01:51:35 -0400 (0:00:00.122)       0:00:36.915 ******* 
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:31
Wednesday 09 April 2025  01:51:36 -0400 (0:00:00.447)       0:00:37.363 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 09 April 2025  01:51:36 -0400 (0:00:00.200)       0:00:37.563 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 09 April 2025  01:51:36 -0400 (0:00:00.175)       0:00:37.739 ******* 
changed: [managed-node3] => (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-1744177897.17-30327-109387279890918/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 09 April 2025  01:51:38 -0400 (0:00:01.193)       0:00:38.932 ******* 
ok: [managed-node3] => {
    "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-1744177887.74-29938-135730876605011/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-1744177887.74-29938-135730876605011/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-1744177888.99-29938-204623083787338/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-1744177888.99-29938-204623083787338/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-1744177889.83-29938-21834138169143/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-1744177889.83-29938-21834138169143/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-1744177892.89-30137-21996221105728/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-1744177892.89-30137-21996221105728/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-1744177895.26-30251-243137224509683/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-1744177895.26-30251-243137224509683/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-1744177897.17-30327-109387279890918/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-1744177897.17-30327-109387279890918/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 09 April 2025  01:51:38 -0400 (0:00:00.145)       0:00:39.078 ******* 
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:12
Wednesday 09 April 2025  01:51:38 -0400 (0:00:00.363)       0:00:39.441 ******* 
skipping: [managed-node3] => (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-node3] => (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-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:19
Wednesday 09 April 2025  01:51:38 -0400 (0:00:00.267)       0:00:39.709 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 09 April 2025  01:51:38 -0400 (0:00:00.182)       0:00:39.891 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 09 April 2025  01:51:39 -0400 (0:00:00.130)       0:00:40.021 ******* 
changed: [managed-node3] => (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-1744177899.46-30420-270841194823301/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 09 April 2025  01:51:40 -0400 (0:00:01.266)       0:00:41.288 ******* 
ok: [managed-node3] => {
    "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-1744177887.74-29938-135730876605011/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-1744177887.74-29938-135730876605011/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-1744177888.99-29938-204623083787338/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-1744177888.99-29938-204623083787338/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-1744177889.83-29938-21834138169143/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-1744177889.83-29938-21834138169143/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-1744177892.89-30137-21996221105728/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-1744177892.89-30137-21996221105728/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-1744177895.26-30251-243137224509683/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-1744177895.26-30251-243137224509683/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-1744177897.17-30327-109387279890918/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-1744177897.17-30327-109387279890918/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-1744177899.46-30420-270841194823301/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-1744177899.46-30420-270841194823301/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 09 April 2025  01:51:40 -0400 (0:00:00.211)       0:00:41.500 ******* 
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:31
Wednesday 09 April 2025  01:51:41 -0400 (0:00:00.463)       0:00:41.963 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 09 April 2025  01:51:41 -0400 (0:00:00.234)       0:00:42.197 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 09 April 2025  01:51:41 -0400 (0:00:00.133)       0:00:42.330 ******* 
changed: [managed-node3] => (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-1744177901.72-30518-141576974056100/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 09 April 2025  01:51:42 -0400 (0:00:00.945)       0:00:43.276 ******* 
ok: [managed-node3] => {
    "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-1744177887.74-29938-135730876605011/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-1744177887.74-29938-135730876605011/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-1744177888.99-29938-204623083787338/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-1744177888.99-29938-204623083787338/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-1744177889.83-29938-21834138169143/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-1744177889.83-29938-21834138169143/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-1744177892.89-30137-21996221105728/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-1744177892.89-30137-21996221105728/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-1744177895.26-30251-243137224509683/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-1744177895.26-30251-243137224509683/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-1744177897.17-30327-109387279890918/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-1744177897.17-30327-109387279890918/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-1744177899.46-30420-270841194823301/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-1744177899.46-30420-270841194823301/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-1744177901.72-30518-141576974056100/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-1744177901.72-30518-141576974056100/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 09 April 2025  01:51:42 -0400 (0:00:00.103)       0:00:43.380 ******* 
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:12
Wednesday 09 April 2025  01:51:42 -0400 (0:00:00.383)       0:00:43.763 ******* 
skipping: [managed-node3] => (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-node3] => (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-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:19
Wednesday 09 April 2025  01:51:43 -0400 (0:00:00.210)       0:00:43.974 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 09 April 2025  01:51:43 -0400 (0:00:00.240)       0:00:44.214 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 09 April 2025  01:51:43 -0400 (0:00:00.115)       0:00:44.329 ******* 
changed: [managed-node3] => (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-1744177903.92-30592-163215478550584/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 09 April 2025  01:51:44 -0400 (0:00:01.391)       0:00:45.721 ******* 
ok: [managed-node3] => {
    "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-1744177887.74-29938-135730876605011/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-1744177887.74-29938-135730876605011/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-1744177888.99-29938-204623083787338/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-1744177888.99-29938-204623083787338/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-1744177889.83-29938-21834138169143/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-1744177889.83-29938-21834138169143/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-1744177892.89-30137-21996221105728/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-1744177892.89-30137-21996221105728/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-1744177895.26-30251-243137224509683/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-1744177895.26-30251-243137224509683/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-1744177897.17-30327-109387279890918/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-1744177897.17-30327-109387279890918/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-1744177899.46-30420-270841194823301/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-1744177899.46-30420-270841194823301/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-1744177901.72-30518-141576974056100/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-1744177901.72-30518-141576974056100/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-1744177903.92-30592-163215478550584/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-1744177903.92-30592-163215478550584/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 09 April 2025  01:51:45 -0400 (0:00:00.272)       0:00:45.993 ******* 
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:31
Wednesday 09 April 2025  01:51:45 -0400 (0:00:00.368)       0:00:46.362 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 09 April 2025  01:51:45 -0400 (0:00:00.205)       0:00:46.568 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 09 April 2025  01:51:45 -0400 (0:00:00.137)       0:00:46.705 ******* 
changed: [managed-node3] => (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-1744177906.41-30683-119587295014550/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 09 April 2025  01:51:47 -0400 (0:00:01.783)       0:00:48.489 ******* 
ok: [managed-node3] => {
    "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-1744177887.74-29938-135730876605011/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-1744177887.74-29938-135730876605011/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-1744177888.99-29938-204623083787338/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-1744177888.99-29938-204623083787338/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-1744177889.83-29938-21834138169143/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-1744177889.83-29938-21834138169143/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-1744177892.89-30137-21996221105728/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-1744177892.89-30137-21996221105728/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-1744177895.26-30251-243137224509683/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-1744177895.26-30251-243137224509683/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-1744177897.17-30327-109387279890918/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-1744177897.17-30327-109387279890918/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-1744177899.46-30420-270841194823301/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-1744177899.46-30420-270841194823301/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-1744177901.72-30518-141576974056100/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-1744177901.72-30518-141576974056100/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-1744177903.92-30592-163215478550584/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-1744177903.92-30592-163215478550584/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-1744177906.41-30683-119587295014550/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-1744177906.41-30683-119587295014550/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 09 April 2025  01:51:47 -0400 (0:00:00.290)       0:00:48.780 ******* 
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:198
Wednesday 09 April 2025  01:51:48 -0400 (0:00:00.667)       0:00:49.447 ******* 
ok: [managed-node3] => (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-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:210
Wednesday 09 April 2025  01:51:48 -0400 (0:00:00.130)       0:00:49.578 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node3

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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Wednesday 09 April 2025  01:51:48 -0400 (0:00:00.282)       0:00:49.861 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 09 April 2025  01:51:49 -0400 (0:00:00.190)       0:00:50.051 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 09 April 2025  01:51:49 -0400 (0:00:00.103)       0:00:50.154 ******* 
ok: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 09 April 2025  01:51:50 -0400 (0:00:00.783)       0:00:50.938 ******* 
ok: [managed-node3] => {
    "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-1744177887.74-29938-135730876605011/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-1744177887.74-29938-135730876605011/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-1744177888.99-29938-204623083787338/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-1744177888.99-29938-204623083787338/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-1744177889.83-29938-21834138169143/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-1744177889.83-29938-21834138169143/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-1744177892.89-30137-21996221105728/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-1744177892.89-30137-21996221105728/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-1744177895.26-30251-243137224509683/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-1744177895.26-30251-243137224509683/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-1744177897.17-30327-109387279890918/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-1744177897.17-30327-109387279890918/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-1744177899.46-30420-270841194823301/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-1744177899.46-30420-270841194823301/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-1744177901.72-30518-141576974056100/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-1744177901.72-30518-141576974056100/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-1744177903.92-30592-163215478550584/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-1744177903.92-30592-163215478550584/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-1744177906.41-30683-119587295014550/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-1744177906.41-30683-119587295014550/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 09 April 2025  01:51:50 -0400 (0:00:00.259)       0:00:51.198 ******* 
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Wednesday 09 April 2025  01:51:50 -0400 (0:00:00.139)       0:00:51.337 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 09 April 2025  01:51:50 -0400 (0:00:00.201)       0:00:51.539 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 09 April 2025  01:51:50 -0400 (0:00:00.113)       0:00:51.652 ******* 
changed: [managed-node3] => (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-1744177911.07-30868-58986439714439/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 09 April 2025  01:51:52 -0400 (0:00:01.404)       0:00:53.057 ******* 
ok: [managed-node3] => {
    "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-1744177887.74-29938-135730876605011/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-1744177887.74-29938-135730876605011/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-1744177888.99-29938-204623083787338/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-1744177888.99-29938-204623083787338/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-1744177889.83-29938-21834138169143/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-1744177889.83-29938-21834138169143/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-1744177892.89-30137-21996221105728/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-1744177892.89-30137-21996221105728/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-1744177895.26-30251-243137224509683/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-1744177895.26-30251-243137224509683/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-1744177897.17-30327-109387279890918/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-1744177897.17-30327-109387279890918/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-1744177899.46-30420-270841194823301/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-1744177899.46-30420-270841194823301/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-1744177901.72-30518-141576974056100/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-1744177901.72-30518-141576974056100/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-1744177903.92-30592-163215478550584/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-1744177903.92-30592-163215478550584/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-1744177906.41-30683-119587295014550/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-1744177906.41-30683-119587295014550/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-1744177911.07-30868-58986439714439/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-1744177911.07-30868-58986439714439/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 09 April 2025  01:51:52 -0400 (0:00:00.231)       0:00:53.288 ******* 
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:223
Wednesday 09 April 2025  01:51:52 -0400 (0:00:00.496)       0:00:53.785 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:240
Wednesday 09 April 2025  01:51:53 -0400 (0:00:00.282)       0:00:54.068 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:260
Wednesday 09 April 2025  01:51:53 -0400 (0:00:00.248)       0:00:54.317 ******* 

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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:281
Wednesday 09 April 2025  01:51:53 -0400 (0:00:00.161)       0:00:54.479 ******* 
skipping: [managed-node3] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:289
Wednesday 09 April 2025  01:51:53 -0400 (0:00:00.196)       0:00:54.675 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:301
Wednesday 09 April 2025  01:51:53 -0400 (0:00:00.121)       0:00:54.796 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:313
Wednesday 09 April 2025  01:51:54 -0400 (0:00:00.175)       0:00:54.972 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:325
Wednesday 09 April 2025  01:51:54 -0400 (0:00:00.129)       0:00:55.102 ******* 
ok: [managed-node3] => {
    "changed": false, 
    "enabled": true, 
    "name": "rsyslog", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-04-09 01:50:54 EDT", 
        "ActiveEnterTimestampMonotonic": "775242546", 
        "ActiveExitTimestamp": "Wed 2025-04-09 01:50:54 EDT", 
        "ActiveExitTimestampMonotonic": "775235239", 
        "ActiveState": "active", 
        "After": "basic.target system.slice network.target network-online.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-04-09 01:50:54 EDT", 
        "AssertTimestampMonotonic": "775239307", 
        "Before": "multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Wed 2025-04-09 01:50:54 EDT", 
        "ConditionTimestampMonotonic": "775239305", 
        "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": "27085", 
        "ExecMainStartTimestamp": "Wed 2025-04-09 01:50:54 EDT", 
        "ExecMainStartTimestampMonotonic": "775239830", 
        "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", 
        "InactiveEnterTimestamp": "Wed 2025-04-09 01:50:54 EDT", 
        "InactiveEnterTimestampMonotonic": "775238740", 
        "InactiveExitTimestamp": "Wed 2025-04-09 01:50:54 EDT", 
        "InactiveExitTimestampMonotonic": "775239860", 
        "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": "27085", 
        "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": "Wed 2025-04-09 01:50:54 EDT", 
        "WatchdogTimestampMonotonic": "775242519", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:333
Wednesday 09 April 2025  01:51:54 -0400 (0:00:00.603)       0:00:55.705 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:342
Wednesday 09 April 2025  01:51:54 -0400 (0:00:00.100)       0:00:55.806 ******* 
skipping: [managed-node3] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:354
Wednesday 09 April 2025  01:51:54 -0400 (0:00:00.098)       0:00:55.904 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Wednesday 09 April 2025  01:51:55 -0400 (0:00:00.106)       0:00:56.011 ******* 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1744177483.2436273, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", 
        "ctime": 1744177482.6186247, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262626, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1744177482.3076234, 
        "nlink": 1, 
        "path": "/etc/rsyslog.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 131, 
        "uid": 0, 
        "version": "1326414587", 
        "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:367
Wednesday 09 April 2025  01:51:55 -0400 (0:00:00.427)       0:00:56.438 ******* 
ok: [managed-node3] => {
    "changed": false, 
    "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", 
    "dest": "/etc/rsyslog.conf", 
    "gid": 0, 
    "group": "root", 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 131, 
    "state": "file", 
    "uid": 0
}

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Wednesday 09 April 2025  01:51:56 -0400 (0:00:00.586)       0:00:57.025 ******* 
changed: [managed-node3] => {
    "changed": true, 
    "name": "rsyslog", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-04-09 01:50:54 EDT", 
        "ActiveEnterTimestampMonotonic": "775242546", 
        "ActiveExitTimestamp": "Wed 2025-04-09 01:50:54 EDT", 
        "ActiveExitTimestampMonotonic": "775235239", 
        "ActiveState": "active", 
        "After": "basic.target system.slice network.target network-online.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-04-09 01:50:54 EDT", 
        "AssertTimestampMonotonic": "775239307", 
        "Before": "multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Wed 2025-04-09 01:50:54 EDT", 
        "ConditionTimestampMonotonic": "775239305", 
        "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": "27085", 
        "ExecMainStartTimestamp": "Wed 2025-04-09 01:50:54 EDT", 
        "ExecMainStartTimestampMonotonic": "775239830", 
        "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", 
        "InactiveEnterTimestamp": "Wed 2025-04-09 01:50:54 EDT", 
        "InactiveEnterTimestampMonotonic": "775238740", 
        "InactiveExitTimestamp": "Wed 2025-04-09 01:50:54 EDT", 
        "InactiveExitTimestampMonotonic": "775239860", 
        "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": "27085", 
        "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": "Wed 2025-04-09 01:50:54 EDT", 
        "WatchdogTimestampMonotonic": "775242519", 
        "WatchdogUSec": "0"
    }
}
META: ran handlers

TASK [Ensure config file size and counts] **************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:70
Wednesday 09 April 2025  01:51:56 -0400 (0:00:00.732)       0:00:57.757 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml for managed-node3

TASK [Get info of /etc/rsyslog.conf] *******************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2
Wednesday 09 April 2025  01:51:57 -0400 (0:00:00.204)       0:00:57.961 ******* 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1744177483.2436273, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", 
        "ctime": 1744177482.6186247, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262626, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1744177482.3076234, 
        "nlink": 1, 
        "path": "/etc/rsyslog.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 131, 
        "uid": 0, 
        "version": "1326414587", 
        "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-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7
Wednesday 09 April 2025  01:51:57 -0400 (0:00:00.412)       0:00:58.373 ******* 
ok: [managed-node3] => {
    "changed": false, 
    "examined": 15, 
    "files": [
        {
            "atime": 1744177748.1015656, 
            "ctime": 1744177742.9195466, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262633, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1744177742.5255451, 
            "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": 1744177916.6841614, 
            "ctime": 1744177907.1871312, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263466, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1744177906.75413, 
            "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": 1744177089.63635, 
            "ctime": 1718880451.1336503, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 172496, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1518646683.0, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/21-cloudinit.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 255, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1744177916.6841614, 
            "ctime": 1744177897.8021014, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263462, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1744177897.5711007, 
            "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": 1744177916.6841614, 
            "ctime": 1744177911.815146, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263467, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1744177911.4161446, 
            "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": 1744177916.6841614, 
            "ctime": 1744177902.2171154, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263464, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1744177902.000115, 
            "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": 1744177916.6851614, 
            "ctime": 1744177888.7810729, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263397, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1744177888.1140707, 
            "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": 1744177916.6841614, 
            "ctime": 1744177895.7470949, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263461, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1744177895.5420942, 
            "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": 1744177916.6851614, 
            "ctime": 1744177889.6980758, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263398, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1744177889.3450747, 
            "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": 1744177916.6841614, 
            "ctime": 1744177893.5000877, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263460, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1744177893.260087, 
            "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": 1744177916.6841614, 
            "ctime": 1744177904.6591232, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263465, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1744177904.4361224, 
            "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": 1744177483.2446272, 
            "ctime": 1744177475.116594, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262623, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1744177474.9235933, 
            "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": 1744177916.6841614, 
            "ctime": 1744177890.5660784, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263459, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1744177890.2380774, 
            "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": 1744177916.6841614, 
            "ctime": 1744177900.2241092, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263463, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1744177899.887108, 
            "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": 14
}

TASK [Check rsyslog.conf size (less)] ******************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13
Wednesday 09 April 2025  01:51:58 -0400 (0:00:01.172)       0:00:59.546 ******* 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check rsyslog.conf size (more)] ******************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18
Wednesday 09 April 2025  01:51:58 -0400 (0:00:00.103)       0:00:59.649 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Check file counts in rsyslog.d] ******************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23
Wednesday 09 April 2025  01:51:58 -0400 (0:00:00.093)       0:00:59.743 ******* 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check conf files exist] **************************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27
Wednesday 09 April 2025  01:51:58 -0400 (0:00:00.100)       0:00:59.844 ******* 
ok: [managed-node3] => (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": 1744177916.6841614, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", 
        "ctime": 1744177902.2171154, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 263464, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1744177902.000115, 
        "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": "1326417936", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}
ok: [managed-node3] => (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": 1744177916.6841614, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", 
        "ctime": 1744177897.8021014, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 263462, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1744177897.5711007, 
        "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": "1326417916", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}
ok: [managed-node3] => (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": 1744177916.6841614, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", 
        "ctime": 1744177907.1871312, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 263466, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1744177906.75413, 
        "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": "1326417956", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Check rsyslog errors] ****************************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35
Wednesday 09 April 2025  01:52:00 -0400 (0:00:01.236)       0:01:01.081 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Install lsof] ************************************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:81
Wednesday 09 April 2025  01:52:00 -0400 (0:00:00.112)       0:01:01.194 ******* 
ok: [managed-node3] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "lsof-4.87-6.el7.x86_64 providing lsof is already installed"
    ]
}

TASK [Check lsof outputs for rsyslogd] *****************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:87
Wednesday 09 April 2025  01:52:00 -0400 (0:00:00.609)       0:01:01.804 ******* 
ok: [managed-node3] => {
    "changed": false, 
    "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd", 
    "delta": "0:00:00.041527", 
    "end": "2025-04-09 01:52:01.805641", 
    "rc": 0, 
    "start": "2025-04-09 01:52:01.764114"
}

STDOUT:

rsyslogd  29465   root    4u  IPv4 107533      0t0  TCP *:40012 (LISTEN)
rsyslogd  29465   root    5u  IPv6 107534      0t0  TCP *:40012 (LISTEN)
rsyslogd  29465   root    6u  IPv4 107537      0t0  TCP *:40011 (LISTEN)
rsyslogd  29465   root    7u  IPv6 107538      0t0  TCP *:40011 (LISTEN)
rsyslogd  29465   root    8u  IPv4 107541      0t0  TCP *:40010 (LISTEN)
rsyslogd  29465   root    9u  IPv6 107542      0t0  TCP *:40010 (LISTEN)
rsyslogd  29465   root   10u  IPv4 107545      0t0  TCP *:514 (LISTEN)
rsyslogd  29465   root   11u  IPv6 107546      0t0  TCP *:514 (LISTEN)
rsyslogd  29465   root   13u  IPv4 107549      0t0  TCP *:40001 (LISTEN)
rsyslogd  29465   root   14u  IPv6 107550      0t0  TCP *:40001 (LISTEN)
rsyslogd  29465   root   15u  IPv4 107553      0t0  TCP *:40000 (LISTEN)
rsyslogd  29465   root   16u  IPv6 107554      0t0  TCP *:40000 (LISTEN)
rsyslogd  29465   root   17u  IPv4 107557      0t0  TCP *:6514 (LISTEN)
rsyslogd  29465   root   18u  IPv6 107558      0t0  TCP *:6514 (LISTEN)
rsyslogd  29465   root   19u  IPv4 107561      0t0  UDP *:514 
rsyslogd  29465   root   20u  IPv6 107562      0t0  UDP *:514 
rsyslogd  29465   root   21u  IPv4 107565      0t0  UDP *:40020 
rsyslogd  29465   root   22u  IPv6 107566      0t0  UDP *:40020 

TASK [Show lsof output] ********************************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:94
Wednesday 09 April 2025  01:52:02 -0400 (0:00:01.166)       0:01:02.970 ******* 
ok: [managed-node3] => {}

MSG:

lsof returned rsyslogd  29465   root    4u  IPv4 107533      0t0  TCP *:40012 (LISTEN)
rsyslogd  29465   root    5u  IPv6 107534      0t0  TCP *:40012 (LISTEN)
rsyslogd  29465   root    6u  IPv4 107537      0t0  TCP *:40011 (LISTEN)
rsyslogd  29465   root    7u  IPv6 107538      0t0  TCP *:40011 (LISTEN)
rsyslogd  29465   root    8u  IPv4 107541      0t0  TCP *:40010 (LISTEN)
rsyslogd  29465   root    9u  IPv6 107542      0t0  TCP *:40010 (LISTEN)
rsyslogd  29465   root   10u  IPv4 107545      0t0  TCP *:514 (LISTEN)
rsyslogd  29465   root   11u  IPv6 107546      0t0  TCP *:514 (LISTEN)
rsyslogd  29465   root   13u  IPv4 107549      0t0  TCP *:40001 (LISTEN)
rsyslogd  29465   root   14u  IPv6 107550      0t0  TCP *:40001 (LISTEN)
rsyslogd  29465   root   15u  IPv4 107553      0t0  TCP *:40000 (LISTEN)
rsyslogd  29465   root   16u  IPv6 107554      0t0  TCP *:40000 (LISTEN)
rsyslogd  29465   root   17u  IPv4 107557      0t0  TCP *:6514 (LISTEN)
rsyslogd  29465   root   18u  IPv6 107558      0t0  TCP *:6514 (LISTEN)
rsyslogd  29465   root   19u  IPv4 107561      0t0  UDP *:514 
rsyslogd  29465   root   20u  IPv6 107562      0t0  UDP *:514 
rsyslogd  29465   root   21u  IPv4 107565      0t0  UDP *:40020 
rsyslogd  29465   root   22u  IPv6 107566      0t0  UDP *:40020 

TASK [Check port 514, 6514, 40010 and 40011 is open for TCP] *******************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:98
Wednesday 09 April 2025  01:52:02 -0400 (0:00:00.179)       0:01:03.149 ******* 
ok: [managed-node3] => (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.021564", 
    "end": "2025-04-09 01:52:02.658175", 
    "item": 514, 
    "rc": 0, 
    "start": "2025-04-09 01:52:02.636611"
}

STDOUT:

rsyslogd  29465   root   10u  IPv4 107545      0t0  TCP *:514 (LISTEN)
rsyslogd  29465   root   11u  IPv6 107546      0t0  TCP *:514 (LISTEN)
rsyslogd  29465   root   17u  IPv4 107557      0t0  TCP *:6514 (LISTEN)
rsyslogd  29465   root   18u  IPv6 107558      0t0  TCP *:6514 (LISTEN)
ok: [managed-node3] => (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.016329", 
    "end": "2025-04-09 01:52:02.982704", 
    "item": 6514, 
    "rc": 0, 
    "start": "2025-04-09 01:52:02.966375"
}

STDOUT:

rsyslogd  29465   root   17u  IPv4 107557      0t0  TCP *:6514 (LISTEN)
rsyslogd  29465   root   18u  IPv6 107558      0t0  TCP *:6514 (LISTEN)
ok: [managed-node3] => (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.014690", 
    "end": "2025-04-09 01:52:03.254507", 
    "item": 40010, 
    "rc": 0, 
    "start": "2025-04-09 01:52:03.239817"
}

STDOUT:

rsyslogd  29465   root    8u  IPv4 107541      0t0  TCP *:40010 (LISTEN)
rsyslogd  29465   root    9u  IPv6 107542      0t0  TCP *:40010 (LISTEN)
ok: [managed-node3] => (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.014550", 
    "end": "2025-04-09 01:52:03.573637", 
    "item": 40011, 
    "rc": 0, 
    "start": "2025-04-09 01:52:03.559087"
}

STDOUT:

rsyslogd  29465   root    6u  IPv4 107537      0t0  TCP *:40011 (LISTEN)
rsyslogd  29465   root    7u  IPv6 107538      0t0  TCP *:40011 (LISTEN)

TASK [Check port 514 and 40020 is open for UDP] ********************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:105
Wednesday 09 April 2025  01:52:03 -0400 (0:00:01.536)       0:01:04.686 ******* 
ok: [managed-node3] => (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.015117", 
    "end": "2025-04-09 01:52:04.144564", 
    "item": 514, 
    "rc": 0, 
    "start": "2025-04-09 01:52:04.129447"
}

STDOUT:

rsyslogd  29465   root   19u  IPv4 107561      0t0  UDP *:514 
rsyslogd  29465   root   20u  IPv6 107562      0t0  UDP *:514 
ok: [managed-node3] => (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.015354", 
    "end": "2025-04-09 01:52:04.549124", 
    "item": 40020, 
    "rc": 0, 
    "start": "2025-04-09 01:52:04.533770"
}

STDOUT:

rsyslogd  29465   root   21u  IPv4 107565      0t0  UDP *:40020 
rsyslogd  29465   root   22u  IPv6 107566      0t0  UDP *:40020 

TASK [Check ports managed by firewall and selinux] *****************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:112
Wednesday 09 April 2025  01:52:04 -0400 (0:00:00.914)       0:01:05.600 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node3

TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Wednesday 09 April 2025  01:52:04 -0400 (0:00:00.226)       0:01:05.827 ******* 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Wednesday 09 April 2025  01:52:05 -0400 (0:00:00.210)       0:01:06.038 ******* 

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Wednesday 09 April 2025  01:52:05 -0400 (0:00:00.103)       0:01:06.141 ******* 

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Wednesday 09 April 2025  01:52:05 -0400 (0:00:00.099)       0:01:06.240 ******* 

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Wednesday 09 April 2025  01:52:05 -0400 (0:00:00.150)       0:01:06.390 ******* 

TASK [END TEST CASE 0; Clean up the deployed config] ***************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:115
Wednesday 09 April 2025  01:52:05 -0400 (0:00:00.091)       0:01:06.482 ******* 

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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Wednesday 09 April 2025  01:52:05 -0400 (0:00:00.209)       0:01:06.691 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Wednesday 09 April 2025  01:52:05 -0400 (0:00:00.087)       0:01:06.779 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "rsyslog_outputs": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Wednesday 09 April 2025  01:52:05 -0400 (0:00:00.076)       0:01:06.855 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "rsyslog_inputs": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Wednesday 09 April 2025  01:52:06 -0400 (0:00:00.105)       0:01:06.961 ******* 
skipping: [managed-node3] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Wednesday 09 April 2025  01:52:06 -0400 (0:00:00.150)       0:01:07.112 ******* 
skipping: [managed-node3] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Wednesday 09 April 2025  01:52:06 -0400 (0:00:00.105)       0:01:07.218 ******* 

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Wednesday 09 April 2025  01:52:06 -0400 (0:00:00.084)       0:01:07.302 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node3

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Wednesday 09 April 2025  01:52:06 -0400 (0:00:00.185)       0:01:07.488 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Wednesday 09 April 2025  01:52:06 -0400 (0:00:00.103)       0:01:07.592 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Wednesday 09 April 2025  01:52:06 -0400 (0:00:00.077)       0:01:07.669 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Wednesday 09 April 2025  01:52:06 -0400 (0:00:00.085)       0:01:07.755 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Wednesday 09 April 2025  01:52:06 -0400 (0:00:00.158)       0:01:07.914 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Wednesday 09 April 2025  01:52:07 -0400 (0:00:00.128)       0:01:08.043 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Wednesday 09 April 2025  01:52:07 -0400 (0:00:00.121)       0:01:08.164 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Wednesday 09 April 2025  01:52:07 -0400 (0:00:00.187)       0:01:08.351 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Wednesday 09 April 2025  01:52:07 -0400 (0:00:00.148)       0:01:08.499 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Wednesday 09 April 2025  01:52:07 -0400 (0:00:00.131)       0:01:08.631 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Wednesday 09 April 2025  01:52:07 -0400 (0:00:00.100)       0:01:08.732 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Wednesday 09 April 2025  01:52:07 -0400 (0:00:00.117)       0:01:08.849 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Wednesday 09 April 2025  01:52:08 -0400 (0:00:00.112)       0:01:08.961 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Wednesday 09 April 2025  01:52:08 -0400 (0:00:00.122)       0:01:09.084 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Wednesday 09 April 2025  01:52:08 -0400 (0:00:00.117)       0:01:09.201 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Wednesday 09 April 2025  01:52:08 -0400 (0:00:00.106)       0:01:09.308 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node3

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Wednesday 09 April 2025  01:52:08 -0400 (0:00:00.178)       0:01:09.486 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Wednesday 09 April 2025  01:52:08 -0400 (0:00:00.095)       0:01:09.581 ******* 

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Wednesday 09 April 2025  01:52:08 -0400 (0:00:00.105)       0:01:09.687 ******* 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Wednesday 09 April 2025  01:52:08 -0400 (0:00:00.092)       0:01:09.780 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Wednesday 09 April 2025  01:52:08 -0400 (0:00:00.076)       0:01:09.857 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node3

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Wednesday 09 April 2025  01:52:09 -0400 (0:00:00.241)       0:01:10.098 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Wednesday 09 April 2025  01:52:09 -0400 (0:00:00.133)       0:01:10.232 ******* 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Wednesday 09 April 2025  01:52:09 -0400 (0:00:00.089)       0:01:10.322 ******* 

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Wednesday 09 April 2025  01:52:09 -0400 (0:00:00.143)       0:01:10.465 ******* 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Wednesday 09 April 2025  01:52:09 -0400 (0:00:00.110)       0:01:10.576 ******* 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Wednesday 09 April 2025  01:52:09 -0400 (0:00:00.109)       0:01:10.686 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Wednesday 09 April 2025  01:52:09 -0400 (0:00:00.192)       0:01:10.878 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node3

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Wednesday 09 April 2025  01:52:10 -0400 (0:00:00.267)       0:01:11.146 ******* 

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Wednesday 09 April 2025  01:52:10 -0400 (0:00:00.213)       0:01:11.359 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Wednesday 09 April 2025  01:52:10 -0400 (0:00:00.198)       0:01:11.558 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Wednesday 09 April 2025  01:52:10 -0400 (0:00:00.121)       0:01:11.680 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Wednesday 09 April 2025  01:52:10 -0400 (0:00:00.085)       0:01:11.765 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Wednesday 09 April 2025  01:52:11 -0400 (0:00:00.164)       0:01:11.930 ******* 
skipping: [managed-node3] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml"
}
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Wednesday 09 April 2025  01:52:11 -0400 (0:00:00.263)       0:01:12.193 ******* 
ok: [managed-node3] => {
    "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"
    ]
}

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Wednesday 09 April 2025  01:52:12 -0400 (0:00:01.495)       0:01:13.689 ******* 
ok: [managed-node3] => (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"
    ]
}

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Wednesday 09 April 2025  01:52:13 -0400 (0:00:00.711)       0:01:14.400 ******* 
ok: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Wednesday 09 April 2025  01:52:14 -0400 (0:00:00.800)       0:01:15.201 ******* 
ok: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Wednesday 09 April 2025  01:52:14 -0400 (0:00:00.459)       0:01:15.660 ******* 
ok: [managed-node3] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "enabled": true, 
    "name": "certmonger", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-04-09 01:51:15 EDT", 
        "ActiveEnterTimestampMonotonic": "795900388", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "syslog.target system.slice network.target basic.target systemd-journald.socket dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-04-09 01:51:15 EDT", 
        "AssertTimestampMonotonic": "795880359", 
        "Before": "multi-user.target 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": "yes", 
        "ConditionTimestamp": "Wed 2025-04-09 01:51:15 EDT", 
        "ConditionTimestampMonotonic": "795880357", 
        "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": "27727", 
        "ExecMainStartTimestamp": "Wed 2025-04-09 01:51:15 EDT", 
        "ExecMainStartTimestampMonotonic": "795881014", 
        "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": "Wed 2025-04-09 01:51:15 EDT", 
        "InactiveExitTimestampMonotonic": "795881044", 
        "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": "27727", 
        "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": "Wed 2025-04-09 01:51:15 EDT", 
        "WatchdogTimestampMonotonic": "795900349", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Wednesday 09 April 2025  01:52:15 -0400 (0:00:00.823)       0:01:16.483 ******* 
changed: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Wednesday 09 April 2025  01:52:16 -0400 (0:00:01.340)       0:01:17.824 ******* 
skipping: [managed-node3] => (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-node3] => (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-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Wednesday 09 April 2025  01:52:17 -0400 (0:00:00.259)       0:01:18.083 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Wednesday 09 April 2025  01:52:17 -0400 (0:00:00.160)       0:01:18.244 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Wednesday 09 April 2025  01:52:17 -0400 (0:00:00.162)       0:01:18.407 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Wednesday 09 April 2025  01:52:17 -0400 (0:00:00.155)       0:01:18.562 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Wednesday 09 April 2025  01:52:17 -0400 (0:00:00.112)       0:01:18.674 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Wednesday 09 April 2025  01:52:17 -0400 (0:00:00.152)       0:01:18.827 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Wednesday 09 April 2025  01:52:18 -0400 (0:00:00.127)       0:01:18.954 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Wednesday 09 April 2025  01:52:18 -0400 (0:00:00.129)       0:01:19.083 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Wednesday 09 April 2025  01:52:18 -0400 (0:00:00.112)       0:01:19.196 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Wednesday 09 April 2025  01:52:18 -0400 (0:00:00.144)       0:01:19.341 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Wednesday 09 April 2025  01:52:18 -0400 (0:00:00.228)       0:01:19.569 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Wednesday 09 April 2025  01:52:18 -0400 (0:00:00.211)       0:01:19.780 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Wednesday 09 April 2025  01:52:19 -0400 (0:00:00.154)       0:01:19.934 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Wednesday 09 April 2025  01:52:19 -0400 (0:00:00.107)       0:01:20.041 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Wednesday 09 April 2025  01:52:19 -0400 (0:00:00.107)       0:01:20.149 ******* 
ok: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Wednesday 09 April 2025  01:52:19 -0400 (0:00:00.318)       0:01:20.467 ******* 
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Wednesday 09 April 2025  01:52:19 -0400 (0:00:00.411)       0:01:20.879 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Wednesday 09 April 2025  01:52:20 -0400 (0:00:00.253)       0:01:21.132 ******* 
ok: [managed-node3] => (item=iproute) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-V", 
        "iproute"
    ], 
    "delta": "0:00:00.079227", 
    "end": "2025-04-09 01:52:20.623991", 
    "failed_when_result": false, 
    "item": "iproute", 
    "rc": 0, 
    "start": "2025-04-09 01:52:20.544764", 
    "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-node3] => (item=rsyslog) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-V", 
        "rsyslog"
    ], 
    "delta": "0:00:00.073597", 
    "end": "2025-04-09 01:52:21.238828", 
    "failed_when_result": false, 
    "item": "rsyslog", 
    "rc": 1, 
    "start": "2025-04-09 01:52:21.165231", 
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Wednesday 09 April 2025  01:52:21 -0400 (0:00:01.205)       0:01:22.338 ******* 
ok: [managed-node3] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "<generator object _select_or_reject at 0x7f36af142370> is not installed"
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:31
Wednesday 09 April 2025  01:52:22 -0400 (0:00:00.777)       0:01:23.116 ******* 
ok: [managed-node3] => {
    "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"
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:41
Wednesday 09 April 2025  01:52:23 -0400 (0:00:00.870)       0:01:23.987 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:45
Wednesday 09 April 2025  01:52:23 -0400 (0:00:00.095)       0:01:24.082 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-libnm", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-team": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-team", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-tui": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-tui", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "PyYAML": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "PyYAML", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.10"
                }
            ], 
            "acl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "acl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "aic94xx-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "aic94xx-firmware", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "30"
                }
            ], 
            "alsa-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "alsa-firmware", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.0.28"
                }
            ], 
            "alsa-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-lib", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.8"
                }
            ], 
            "alsa-tools-firmware": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-tools-firmware", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.0"
                }
            ], 
            "aspell": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "aspell", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.60.6.1"
                }
            ], 
            "audit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs-python", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "authconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "authconfig", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "6.2.8"
                }
            ], 
            "avahi-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "avahi-libs", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "0.6.31"
                }
            ], 
            "basesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "basesystem", 
                    "release": "7.el7.centos", 
                    "source": "rpm", 
                    "version": "10.0"
                }
            ], 
            "bash": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bash", 
                    "release": "35.el7_9", 
                    "source": "rpm", 
                    "version": "4.2.46"
                }
            ], 
            "bc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bc", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.06.95"
                }
            ], 
            "beakerlib": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "beakerlib", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "1.29.3"
                }
            ], 
            "beakerlib-redhat": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "beakerlib-redhat", 
                    "release": "33.el7bkr", 
                    "source": "rpm", 
                    "version": "1"
                }
            ], 
            "bind-export-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 32, 
                    "name": "bind-export-libs", 
                    "release": "26.P2.el7_9.16", 
                    "source": "rpm", 
                    "version": "9.11.4"
                }
            ], 
            "binutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "binutils", 
                    "release": "44.base.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.27"
                }
            ], 
            "biosdevname": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "biosdevname", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.7.3"
                }
            ], 
            "boost-date-time": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-date-time", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-system": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-system", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-thread": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-thread", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "btrfs-progs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "btrfs-progs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "4.9.1"
                }
            ], 
            "bzip2-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bzip2-libs", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "ca-certificates": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ca-certificates", 
                    "release": "72.el7_9", 
                    "source": "rpm", 
                    "version": "2023.2.60_v7.0.306"
                }
            ], 
            "centos-logos": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "centos-logos", 
                    "release": "3.el7.centos", 
                    "source": "rpm", 
                    "version": "70.0.6"
                }
            ], 
            "centos-release": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "centos-release", 
                    "release": "9.2009.2.el7.centos", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "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-init": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cloud-init", 
                    "release": "24.el7", 
                    "source": "rpm", 
                    "version": "0.7.9"
                }
            ], 
            "cloud-utils-growpart": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "cloud-utils-growpart", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.29"
                }
            ], 
            "coreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "coreutils", 
                    "release": "24.el7_9.2", 
                    "source": "rpm", 
                    "version": "8.22"
                }
            ], 
            "cpio": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpio", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "2.11"
                }
            ], 
            "cpp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "cracklib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cracklib-dicts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib-dicts", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cronie": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "cronie-anacron": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie-anacron", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "crontabs": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "crontabs", 
                    "release": "6.20121102git.el7", 
                    "source": "rpm", 
                    "version": "1.11"
                }
            ], 
            "cryptsetup-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cryptsetup-libs", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "2.0.3"
                }
            ], 
            "curl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "curl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cyrus-sasl-lib", 
                    "release": "24.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.26"
                }
            ], 
            "dbus": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-glib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-glib", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.100"
                }
            ], 
            "dbus-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus-libs", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-python", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.1.1"
                }
            ], 
            "device-mapper": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "device-mapper-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper-libs", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "dhclient": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhclient", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "dhcp-common": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-common", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "dhcp-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-libs", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "diffutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "diffutils", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.3"
                }
            ], 
            "dmidecode": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dmidecode", 
                    "release": "5.el7_9.1", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "dracut": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dracut-config-rescue": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut-config-rescue", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dracut-network": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut-network", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dyninst": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dyninst", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "9.3.1"
                }
            ], 
            "e2fsprogs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs-libs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "ebtables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ebtables", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.0.10"
                }
            ], 
            "efivar-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "efivar-libs", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "36"
                }
            ], 
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "elfutils-default-yama-scope", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libelf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libelf", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libs", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "epel-release": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "epel-release", 
                    "release": "14", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "ethtool": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "ethtool", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "4.8"
                }
            ], 
            "expat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "expat", 
                    "release": "15.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "file": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "file-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file-libs", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "filesystem": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "filesystem", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "findutils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "findutils", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "4.5.11"
                }
            ], 
            "fipscheck": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "fipscheck-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck-lib", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "firewalld": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "firewalld-filesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld-filesystem", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "freetype": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "freetype", 
                    "release": "14.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.8"
                }
            ], 
            "fxload": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fxload", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2002_04_11"
                }
            ], 
            "gawk": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gawk", 
                    "release": "4.el7_3.1", 
                    "source": "rpm", 
                    "version": "4.0.2"
                }
            ], 
            "gcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "gdbm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gdbm", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.10"
                }
            ], 
            "gettext": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "gettext-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "git": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "git", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.8.3.1"
                }
            ], 
            "glib2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glib2", 
                    "release": "9.el7_9", 
                    "source": "rpm", 
                    "version": "2.56.1"
                }
            ], 
            "glibc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-common": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-common", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-devel", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-headers", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "gmp": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "gmp", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "6.0.0"
                }
            ], 
            "gnupg2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gnupg2", 
                    "release": "5.el7_5", 
                    "source": "rpm", 
                    "version": "2.0.22"
                }
            ], 
            "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"
                }
            ], 
            "initscripts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "initscripts", 
                    "release": "1.el7_9.1", 
                    "source": "rpm", 
                    "version": "9.49.53"
                }
            ], 
            "iproute": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iproute", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "4.11.0"
                }
            ], 
            "iprutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iprutils", 
                    "release": "3.el7_7", 
                    "source": "rpm", 
                    "version": "2.4.17.1"
                }
            ], 
            "ipset": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "ipset-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset-libs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "iptables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iptables", 
                    "release": "35.el7", 
                    "source": "rpm", 
                    "version": "1.4.21"
                }
            ], 
            "iputils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iputils", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "20160308"
                }
            ], 
            "irqbalance": [
                {
                    "arch": "x86_64", 
                    "epoch": 3, 
                    "name": "irqbalance", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "1.0.7"
                }
            ], 
            "ivtv-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 2, 
                    "name": "ivtv-firmware", 
                    "release": "26.el7", 
                    "source": "rpm", 
                    "version": "20080701"
                }
            ], 
            "iwl100-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl100-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl1000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "iwl1000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl105-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl105-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl135-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl135-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2030-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2030-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl3160-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3160-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "iwl3945-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3945-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "15.32.2.9"
                }
            ], 
            "iwl4965-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl4965-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "228.61.2.24"
                }
            ], 
            "iwl5000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.83.5.1_1"
                }
            ], 
            "iwl5150-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5150-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.24.2.2"
                }
            ], 
            "iwl6000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "9.221.4.1"
                }
            ], 
            "iwl6000g2a-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2a-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6000g2b-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2b-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6050-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6050-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "41.28.5.1"
                }
            ], 
            "iwl7260-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl7260-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "jansson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "jansson", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.10"
                }
            ], 
            "json-c": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "json-c", 
                    "release": "4.el7_0", 
                    "source": "rpm", 
                    "version": "0.11"
                }
            ], 
            "kbd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kbd", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kbd-legacy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-legacy", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kbd-misc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-misc", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kernel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }, 
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-debug-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-debug-devel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-headers", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools-libs", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kexec-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kexec-tools", 
                    "release": "51.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.0.15"
                }
            ], 
            "keyutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "keyutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "kmod": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kmod-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod-libs", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kpartx": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kpartx", 
                    "release": "136.el7_9", 
                    "source": "rpm", 
                    "version": "0.4.9"
                }
            ], 
            "krb5-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "krb5-libs", 
                    "release": "55.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.1"
                }
            ], 
            "less": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "less", 
                    "release": "10.el7_9", 
                    "source": "rpm", 
                    "version": "458"
                }
            ], 
            "libacl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libacl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "libassuan": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libassuan", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "libattr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libattr", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "2.4.46"
                }
            ], 
            "libbasicobjects": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libbasicobjects", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.1"
                }
            ], 
            "libblkid": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libblkid", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libcap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.22"
                }
            ], 
            "libcap-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap-ng", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.7.5"
                }
            ], 
            "libcgroup": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcgroup", 
                    "release": "21.el7", 
                    "source": "rpm", 
                    "version": "0.41"
                }
            ], 
            "libcollection": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcollection", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.7.0"
                }
            ], 
            "libcom_err": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcom_err", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libcroco": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcroco", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.12"
                }
            ], 
            "libcurl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcurl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "libdaemon": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdaemon", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libdb": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdb-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb-utils", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdrm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdrm", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.4.97"
                }
            ], 
            "libdwarf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdwarf", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "20130207"
                }
            ], 
            "libedit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libedit", 
                    "release": "12.20121213cvs.el7", 
                    "source": "rpm", 
                    "version": "3.0"
                }
            ], 
            "libestr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libestr", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.1.9"
                }
            ], 
            "libevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libevent", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.0.21"
                }
            ], 
            "libfastjson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libfastjson", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.99.4"
                }
            ], 
            "libffi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libffi", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "3.0.13"
                }
            ], 
            "libgcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgcrypt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcrypt", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "1.5.3"
                }
            ], 
            "libgomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgomp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgpg-error": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgpg-error", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.12"
                }
            ], 
            "libidn": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libidn", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.28"
                }
            ], 
            "libini_config": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libini_config", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "1.3.1"
                }
            ], 
            "libmnl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmnl", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.0.3"
                }
            ], 
            "libmount": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmount", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libmpc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmpc", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libndp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libndp", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.2"
                }
            ], 
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnetfilter_conntrack", 
                    "release": "1.el7_3", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "libnfnetlink": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfnetlink", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libnfsidmap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfsidmap", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "0.25"
                }
            ], 
            "libnl3": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libnl3-cli": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3-cli", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libpath_utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpath_utils", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.2.1"
                }
            ], 
            "libpciaccess": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpciaccess", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libpipeline": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpipeline", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libpng": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "libpng", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.5.13"
                }
            ], 
            "libpwquality": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpwquality", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libref_array": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libref_array", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.5"
                }
            ], 
            "libseccomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libseccomp", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.3.1"
                }
            ], 
            "libselinux": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-python", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-utils", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage-python", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsepol": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsepol", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsmartcols": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsmartcols", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libss": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libss", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libssh2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libssh2", 
                    "release": "4.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.8.0"
                }
            ], 
            "libstdc++": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libstdc++", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libsysfs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsysfs", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "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": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "plymouth-core-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth-core-libs", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "plymouth-scripts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth-scripts", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "policycoreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "policycoreutils-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils-python", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "polkit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit", 
                    "release": "26.el7_9.1", 
                    "source": "rpm", 
                    "version": "0.112"
                }
            ], 
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit-pkla-compat", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.1"
                }
            ], 
            "popt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "popt", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "1.13"
                }
            ], 
            "postfix": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "postfix", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "2.10.1"
                }
            ], 
            "procps-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "procps-ng", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "3.3.10"
                }
            ], 
            "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:49
Wednesday 09 April 2025  01:52:24 -0400 (0:00:01.510)       0:01:25.593 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:56
Wednesday 09 April 2025  01:52:24 -0400 (0:00:00.133)       0:01:25.726 ******* 
ok: [managed-node3] => {}

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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:61
Wednesday 09 April 2025  01:52:24 -0400 (0:00:00.196)       0:01:25.923 ******* 
skipping: [managed-node3] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:69
Wednesday 09 April 2025  01:52:25 -0400 (0:00:00.142)       0:01:26.065 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:77
Wednesday 09 April 2025  01:52:25 -0400 (0:00:00.104)       0:01:26.170 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:84
Wednesday 09 April 2025  01:52:25 -0400 (0:00:00.583)       0:01:26.754 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:90
Wednesday 09 April 2025  01:52:26 -0400 (0:00:00.378)       0:01:27.132 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:98
Wednesday 09 April 2025  01:52:26 -0400 (0:00:00.481)       0:01:27.613 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:126
Wednesday 09 April 2025  01:52:27 -0400 (0:00:00.468)       0:01:28.081 ******* 
skipping: [managed-node3] => (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-node3] => (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-node3] => (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-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:150
Wednesday 09 April 2025  01:52:27 -0400 (0:00:00.134)       0:01:28.216 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:154
Wednesday 09 April 2025  01:52:27 -0400 (0:00:00.073)       0:01:28.289 ******* 
skipping: [managed-node3] => (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-node3] => (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-node3] => (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-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:172
Wednesday 09 April 2025  01:52:27 -0400 (0:00:00.164)       0:01:28.454 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:183
Wednesday 09 April 2025  01:52:27 -0400 (0:00:00.123)       0:01:28.577 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:198
Wednesday 09 April 2025  01:52:27 -0400 (0:00:00.097)       0:01:28.674 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:210
Wednesday 09 April 2025  01:52:27 -0400 (0:00:00.103)       0:01:28.778 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:223
Wednesday 09 April 2025  01:52:27 -0400 (0:00:00.102)       0:01:28.881 ******* 
ok: [managed-node3] => {
    "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.421731", 
    "end": "2025-04-09 01:52:28.799790", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-04-09 01:52:28.378059"
}

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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:240
Wednesday 09 April 2025  01:52:28 -0400 (0:00:00.974)       0:01:29.856 ******* 
changed: [managed-node3] => (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-node3] => (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-node3] => (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-node3] => (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-node3] => (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-node3] => (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-node3] => (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-node3] => (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-node3] => (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-node3] => (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-node3] => (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-node3] => (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-node3] => (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-node3

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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:260
Wednesday 09 April 2025  01:52:34 -0400 (0:00:05.710)       0:01:35.567 ******* 

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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:281
Wednesday 09 April 2025  01:52:34 -0400 (0:00:00.227)       0:01:35.794 ******* 
skipping: [managed-node3] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:289
Wednesday 09 April 2025  01:52:35 -0400 (0:00:00.141)       0:01:35.936 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:301
Wednesday 09 April 2025  01:52:35 -0400 (0:00:00.110)       0:01:36.046 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:313
Wednesday 09 April 2025  01:52:35 -0400 (0:00:00.132)       0:01:36.178 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:325
Wednesday 09 April 2025  01:52:35 -0400 (0:00:00.172)       0:01:36.351 ******* 
ok: [managed-node3] => {
    "changed": false, 
    "enabled": true, 
    "name": "rsyslog", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-04-09 01:51:56 EDT", 
        "ActiveEnterTimestampMonotonic": "836958167", 
        "ActiveExitTimestamp": "Wed 2025-04-09 01:51:56 EDT", 
        "ActiveExitTimestampMonotonic": "836940090", 
        "ActiveState": "active", 
        "After": "basic.target system.slice network.target network-online.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-04-09 01:51:56 EDT", 
        "AssertTimestampMonotonic": "836944194", 
        "Before": "multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Wed 2025-04-09 01:51:56 EDT", 
        "ConditionTimestampMonotonic": "836944193", 
        "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": "29465", 
        "ExecMainStartTimestamp": "Wed 2025-04-09 01:51:56 EDT", 
        "ExecMainStartTimestampMonotonic": "836945234", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Wed 2025-04-09 01:51:56 EDT] ; stop_time=[n/a] ; pid=29465 ; 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", 
        "InactiveEnterTimestamp": "Wed 2025-04-09 01:51:56 EDT", 
        "InactiveEnterTimestampMonotonic": "836942616", 
        "InactiveExitTimestamp": "Wed 2025-04-09 01:51:56 EDT", 
        "InactiveExitTimestampMonotonic": "836945269", 
        "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": "29465", 
        "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": "Wed 2025-04-09 01:51:56 EDT", 
        "WatchdogTimestampMonotonic": "836958142", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:333
Wednesday 09 April 2025  01:52:36 -0400 (0:00:00.971)       0:01:37.323 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:342
Wednesday 09 April 2025  01:52:36 -0400 (0:00:00.152)       0:01:37.475 ******* 
skipping: [managed-node3] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:354
Wednesday 09 April 2025  01:52:36 -0400 (0:00:00.097)       0:01:37.573 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Wednesday 09 April 2025  01:52:36 -0400 (0:00:00.128)       0:01:37.701 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:367
Wednesday 09 April 2025  01:52:36 -0400 (0:00:00.176)       0:01:37.877 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Wednesday 09 April 2025  01:52:37 -0400 (0:00:00.069)       0:01:37.947 ******* 
changed: [managed-node3] => {
    "changed": true, 
    "name": "rsyslog", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-04-09 01:51:56 EDT", 
        "ActiveEnterTimestampMonotonic": "836958167", 
        "ActiveExitTimestamp": "Wed 2025-04-09 01:51:56 EDT", 
        "ActiveExitTimestampMonotonic": "836940090", 
        "ActiveState": "active", 
        "After": "basic.target system.slice network.target network-online.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-04-09 01:51:56 EDT", 
        "AssertTimestampMonotonic": "836944194", 
        "Before": "multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Wed 2025-04-09 01:51:56 EDT", 
        "ConditionTimestampMonotonic": "836944193", 
        "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": "29465", 
        "ExecMainStartTimestamp": "Wed 2025-04-09 01:51:56 EDT", 
        "ExecMainStartTimestampMonotonic": "836945234", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Wed 2025-04-09 01:51:56 EDT] ; stop_time=[n/a] ; pid=29465 ; 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", 
        "InactiveEnterTimestamp": "Wed 2025-04-09 01:51:56 EDT", 
        "InactiveEnterTimestampMonotonic": "836942616", 
        "InactiveExitTimestamp": "Wed 2025-04-09 01:51:56 EDT", 
        "InactiveExitTimestampMonotonic": "836945269", 
        "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": "29465", 
        "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": "Wed 2025-04-09 01:51:56 EDT", 
        "WatchdogTimestampMonotonic": "836958142", 
        "WatchdogUSec": "0"
    }
}
META: ran handlers

TASK [Check ports managed by firewall and selinux] *****************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:130
Wednesday 09 April 2025  01:52:37 -0400 (0:00:00.668)       0:01:38.615 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node3

TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Wednesday 09 April 2025  01:52:37 -0400 (0:00:00.240)       0:01:38.856 ******* 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Wednesday 09 April 2025  01:52:38 -0400 (0:00:00.146)       0:01:39.003 ******* 

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Wednesday 09 April 2025  01:52:38 -0400 (0:00:00.174)       0:01:39.177 ******* 

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Wednesday 09 April 2025  01:52:38 -0400 (0:00:00.345)       0:01:39.523 ******* 

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Wednesday 09 April 2025  01:52:38 -0400 (0:00:00.193)       0:01:39.717 ******* 

TASK [TEST CASE 1; Test the server configuration containing conflicted tls inputs in the remote input] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:140
Wednesday 09 April 2025  01:52:38 -0400 (0:00:00.203)       0:01:39.920 ******* 

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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Wednesday 09 April 2025  01:52:39 -0400 (0:00:00.331)       0:01:40.251 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Wednesday 09 April 2025  01:52:39 -0400 (0:00:00.105)       0:01:40.357 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "name": "files_output", 
                "type": "files"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Wednesday 09 April 2025  01:52:39 -0400 (0:00:00.174)       0:01:40.532 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Wednesday 09 April 2025  01:52:39 -0400 (0:00:00.224)       0:01:40.757 ******* 
skipping: [managed-node3] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Wednesday 09 April 2025  01:52:40 -0400 (0:00:00.209)       0:01:40.966 ******* 
skipping: [managed-node3] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Wednesday 09 April 2025  01:52:40 -0400 (0:00:00.218)       0:01:41.184 ******* 
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Wednesday 09 April 2025  01:52:40 -0400 (0:00:00.246)       0:01:41.430 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node3

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Wednesday 09 April 2025  01:52:40 -0400 (0:00:00.240)       0:01:41.671 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Wednesday 09 April 2025  01:52:40 -0400 (0:00:00.101)       0:01:41.773 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Wednesday 09 April 2025  01:52:40 -0400 (0:00:00.120)       0:01:41.893 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Wednesday 09 April 2025  01:52:41 -0400 (0:00:00.106)       0:01:42.000 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Wednesday 09 April 2025  01:52:41 -0400 (0:00:00.120)       0:01:42.120 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Wednesday 09 April 2025  01:52:41 -0400 (0:00:00.107)       0:01:42.228 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Wednesday 09 April 2025  01:52:41 -0400 (0:00:00.161)       0:01:42.389 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Wednesday 09 April 2025  01:52:41 -0400 (0:00:00.155)       0:01:42.545 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Wednesday 09 April 2025  01:52:41 -0400 (0:00:00.116)       0:01:42.661 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Wednesday 09 April 2025  01:52:41 -0400 (0:00:00.128)       0:01:42.790 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Wednesday 09 April 2025  01:52:42 -0400 (0:00:00.210)       0:01:43.000 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Wednesday 09 April 2025  01:52:42 -0400 (0:00:00.131)       0:01:43.131 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Wednesday 09 April 2025  01:52:42 -0400 (0:00:00.132)       0:01:43.264 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Wednesday 09 April 2025  01:52:42 -0400 (0:00:00.120)       0:01:43.385 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Wednesday 09 April 2025  01:52:42 -0400 (0:00:00.092)       0:01:43.477 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Wednesday 09 April 2025  01:52:42 -0400 (0:00:00.104)       0:01:43.581 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node3

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Wednesday 09 April 2025  01:52:42 -0400 (0:00:00.170)       0:01:43.751 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Wednesday 09 April 2025  01:52:42 -0400 (0:00:00.068)       0:01:43.820 ******* 

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Wednesday 09 April 2025  01:52:42 -0400 (0:00:00.067)       0:01:43.888 ******* 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Wednesday 09 April 2025  01:52:43 -0400 (0:00:00.075)       0:01:43.964 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Wednesday 09 April 2025  01:52:43 -0400 (0:00:00.081)       0:01:44.046 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node3

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Wednesday 09 April 2025  01:52:43 -0400 (0:00:00.219)       0:01:44.265 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Wednesday 09 April 2025  01:52:43 -0400 (0:00:00.093)       0:01:44.358 ******* 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Wednesday 09 April 2025  01:52:43 -0400 (0:00:00.067)       0:01:44.426 ******* 

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Wednesday 09 April 2025  01:52:43 -0400 (0:00:00.062)       0:01:44.488 ******* 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Wednesday 09 April 2025  01:52:43 -0400 (0:00:00.066)       0:01:44.555 ******* 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Wednesday 09 April 2025  01:52:43 -0400 (0:00:00.075)       0:01:44.630 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Wednesday 09 April 2025  01:52:43 -0400 (0:00:00.102)       0:01:44.733 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node3

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Wednesday 09 April 2025  01:52:44 -0400 (0:00:00.216)       0:01:44.950 ******* 

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Wednesday 09 April 2025  01:52:44 -0400 (0:00:00.265)       0:01:45.215 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Wednesday 09 April 2025  01:52:44 -0400 (0:00:00.136)       0:01:45.351 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Wednesday 09 April 2025  01:52:44 -0400 (0:00:00.103)       0:01:45.454 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Wednesday 09 April 2025  01:52:44 -0400 (0:00:00.091)       0:01:45.546 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Wednesday 09 April 2025  01:52:44 -0400 (0:00:00.107)       0:01:45.654 ******* 
skipping: [managed-node3] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml"
}
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Wednesday 09 April 2025  01:52:45 -0400 (0:00:00.272)       0:01:45.926 ******* 
ok: [managed-node3] => {
    "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"
    ]
}

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Wednesday 09 April 2025  01:52:46 -0400 (0:00:01.363)       0:01:47.290 ******* 
ok: [managed-node3] => (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"
    ]
}

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Wednesday 09 April 2025  01:52:47 -0400 (0:00:00.871)       0:01:48.162 ******* 
ok: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Wednesday 09 April 2025  01:52:47 -0400 (0:00:00.398)       0:01:48.561 ******* 
ok: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Wednesday 09 April 2025  01:52:48 -0400 (0:00:00.766)       0:01:49.327 ******* 
ok: [managed-node3] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "enabled": true, 
    "name": "certmonger", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-04-09 01:51:15 EDT", 
        "ActiveEnterTimestampMonotonic": "795900388", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "syslog.target system.slice network.target basic.target systemd-journald.socket dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-04-09 01:51:15 EDT", 
        "AssertTimestampMonotonic": "795880359", 
        "Before": "multi-user.target 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": "yes", 
        "ConditionTimestamp": "Wed 2025-04-09 01:51:15 EDT", 
        "ConditionTimestampMonotonic": "795880357", 
        "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": "27727", 
        "ExecMainStartTimestamp": "Wed 2025-04-09 01:51:15 EDT", 
        "ExecMainStartTimestampMonotonic": "795881014", 
        "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": "Wed 2025-04-09 01:51:15 EDT", 
        "InactiveExitTimestampMonotonic": "795881044", 
        "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": "27727", 
        "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": "Wed 2025-04-09 01:51:15 EDT", 
        "WatchdogTimestampMonotonic": "795900349", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Wednesday 09 April 2025  01:52:49 -0400 (0:00:00.899)       0:01:50.227 ******* 
changed: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Wednesday 09 April 2025  01:52:51 -0400 (0:00:01.768)       0:01:51.996 ******* 
skipping: [managed-node3] => (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-node3] => (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-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Wednesday 09 April 2025  01:52:51 -0400 (0:00:00.280)       0:01:52.277 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Wednesday 09 April 2025  01:52:51 -0400 (0:00:00.306)       0:01:52.583 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Wednesday 09 April 2025  01:52:51 -0400 (0:00:00.137)       0:01:52.720 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Wednesday 09 April 2025  01:52:51 -0400 (0:00:00.176)       0:01:52.897 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Wednesday 09 April 2025  01:52:52 -0400 (0:00:00.164)       0:01:53.062 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Wednesday 09 April 2025  01:52:52 -0400 (0:00:00.114)       0:01:53.176 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Wednesday 09 April 2025  01:52:52 -0400 (0:00:00.115)       0:01:53.292 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Wednesday 09 April 2025  01:52:52 -0400 (0:00:00.122)       0:01:53.415 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Wednesday 09 April 2025  01:52:52 -0400 (0:00:00.114)       0:01:53.529 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Wednesday 09 April 2025  01:52:52 -0400 (0:00:00.123)       0:01:53.652 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Wednesday 09 April 2025  01:52:52 -0400 (0:00:00.126)       0:01:53.779 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Wednesday 09 April 2025  01:52:52 -0400 (0:00:00.132)       0:01:53.912 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Wednesday 09 April 2025  01:52:53 -0400 (0:00:00.109)       0:01:54.021 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Wednesday 09 April 2025  01:52:53 -0400 (0:00:00.074)       0:01:54.096 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Wednesday 09 April 2025  01:52:53 -0400 (0:00:00.067)       0:01:54.163 ******* 
ok: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Wednesday 09 April 2025  01:52:53 -0400 (0:00:00.160)       0:01:54.323 ******* 
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Wednesday 09 April 2025  01:52:53 -0400 (0:00:00.206)       0:01:54.530 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Wednesday 09 April 2025  01:52:53 -0400 (0:00:00.184)       0:01:54.715 ******* 
skipping: [managed-node3] => (item=iproute)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iproute", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Wednesday 09 April 2025  01:52:53 -0400 (0:00:00.140)       0:01:54.855 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:31
Wednesday 09 April 2025  01:52:54 -0400 (0:00:00.085)       0:01:54.940 ******* 
ok: [managed-node3] => {
    "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"
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:41
Wednesday 09 April 2025  01:52:54 -0400 (0:00:00.762)       0:01:55.702 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:45
Wednesday 09 April 2025  01:52:54 -0400 (0:00:00.162)       0:01:55.865 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-libnm", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-team": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-team", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-tui": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-tui", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "PyYAML": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "PyYAML", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.10"
                }
            ], 
            "acl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "acl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "aic94xx-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "aic94xx-firmware", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "30"
                }
            ], 
            "alsa-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "alsa-firmware", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.0.28"
                }
            ], 
            "alsa-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-lib", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.8"
                }
            ], 
            "alsa-tools-firmware": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-tools-firmware", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.0"
                }
            ], 
            "aspell": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "aspell", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.60.6.1"
                }
            ], 
            "audit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs-python", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "authconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "authconfig", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "6.2.8"
                }
            ], 
            "avahi-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "avahi-libs", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "0.6.31"
                }
            ], 
            "basesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "basesystem", 
                    "release": "7.el7.centos", 
                    "source": "rpm", 
                    "version": "10.0"
                }
            ], 
            "bash": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bash", 
                    "release": "35.el7_9", 
                    "source": "rpm", 
                    "version": "4.2.46"
                }
            ], 
            "bc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bc", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.06.95"
                }
            ], 
            "beakerlib": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "beakerlib", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "1.29.3"
                }
            ], 
            "beakerlib-redhat": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "beakerlib-redhat", 
                    "release": "33.el7bkr", 
                    "source": "rpm", 
                    "version": "1"
                }
            ], 
            "bind-export-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 32, 
                    "name": "bind-export-libs", 
                    "release": "26.P2.el7_9.16", 
                    "source": "rpm", 
                    "version": "9.11.4"
                }
            ], 
            "binutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "binutils", 
                    "release": "44.base.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.27"
                }
            ], 
            "biosdevname": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "biosdevname", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.7.3"
                }
            ], 
            "boost-date-time": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-date-time", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-system": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-system", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-thread": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-thread", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "btrfs-progs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "btrfs-progs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "4.9.1"
                }
            ], 
            "bzip2-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bzip2-libs", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "ca-certificates": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ca-certificates", 
                    "release": "72.el7_9", 
                    "source": "rpm", 
                    "version": "2023.2.60_v7.0.306"
                }
            ], 
            "centos-logos": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "centos-logos", 
                    "release": "3.el7.centos", 
                    "source": "rpm", 
                    "version": "70.0.6"
                }
            ], 
            "centos-release": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "centos-release", 
                    "release": "9.2009.2.el7.centos", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "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-init": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cloud-init", 
                    "release": "24.el7", 
                    "source": "rpm", 
                    "version": "0.7.9"
                }
            ], 
            "cloud-utils-growpart": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "cloud-utils-growpart", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.29"
                }
            ], 
            "coreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "coreutils", 
                    "release": "24.el7_9.2", 
                    "source": "rpm", 
                    "version": "8.22"
                }
            ], 
            "cpio": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpio", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "2.11"
                }
            ], 
            "cpp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "cracklib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cracklib-dicts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib-dicts", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cronie": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "cronie-anacron": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie-anacron", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "crontabs": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "crontabs", 
                    "release": "6.20121102git.el7", 
                    "source": "rpm", 
                    "version": "1.11"
                }
            ], 
            "cryptsetup-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cryptsetup-libs", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "2.0.3"
                }
            ], 
            "curl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "curl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cyrus-sasl-lib", 
                    "release": "24.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.26"
                }
            ], 
            "dbus": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-glib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-glib", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.100"
                }
            ], 
            "dbus-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus-libs", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-python", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.1.1"
                }
            ], 
            "device-mapper": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "device-mapper-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper-libs", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "dhclient": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhclient", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "dhcp-common": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-common", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "dhcp-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-libs", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "diffutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "diffutils", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.3"
                }
            ], 
            "dmidecode": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dmidecode", 
                    "release": "5.el7_9.1", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "dracut": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dracut-config-rescue": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut-config-rescue", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dracut-network": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut-network", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dyninst": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dyninst", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "9.3.1"
                }
            ], 
            "e2fsprogs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs-libs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "ebtables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ebtables", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.0.10"
                }
            ], 
            "efivar-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "efivar-libs", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "36"
                }
            ], 
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "elfutils-default-yama-scope", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libelf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libelf", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libs", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "epel-release": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "epel-release", 
                    "release": "14", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "ethtool": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "ethtool", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "4.8"
                }
            ], 
            "expat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "expat", 
                    "release": "15.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "file": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "file-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file-libs", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "filesystem": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "filesystem", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "findutils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "findutils", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "4.5.11"
                }
            ], 
            "fipscheck": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "fipscheck-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck-lib", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "firewalld": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "firewalld-filesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld-filesystem", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "freetype": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "freetype", 
                    "release": "14.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.8"
                }
            ], 
            "fxload": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fxload", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2002_04_11"
                }
            ], 
            "gawk": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gawk", 
                    "release": "4.el7_3.1", 
                    "source": "rpm", 
                    "version": "4.0.2"
                }
            ], 
            "gcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "gdbm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gdbm", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.10"
                }
            ], 
            "gettext": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "gettext-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "git": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "git", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.8.3.1"
                }
            ], 
            "glib2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glib2", 
                    "release": "9.el7_9", 
                    "source": "rpm", 
                    "version": "2.56.1"
                }
            ], 
            "glibc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-common": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-common", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-devel", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-headers", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "gmp": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "gmp", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "6.0.0"
                }
            ], 
            "gnupg2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gnupg2", 
                    "release": "5.el7_5", 
                    "source": "rpm", 
                    "version": "2.0.22"
                }
            ], 
            "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"
                }
            ], 
            "initscripts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "initscripts", 
                    "release": "1.el7_9.1", 
                    "source": "rpm", 
                    "version": "9.49.53"
                }
            ], 
            "iproute": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iproute", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "4.11.0"
                }
            ], 
            "iprutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iprutils", 
                    "release": "3.el7_7", 
                    "source": "rpm", 
                    "version": "2.4.17.1"
                }
            ], 
            "ipset": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "ipset-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset-libs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "iptables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iptables", 
                    "release": "35.el7", 
                    "source": "rpm", 
                    "version": "1.4.21"
                }
            ], 
            "iputils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iputils", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "20160308"
                }
            ], 
            "irqbalance": [
                {
                    "arch": "x86_64", 
                    "epoch": 3, 
                    "name": "irqbalance", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "1.0.7"
                }
            ], 
            "ivtv-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 2, 
                    "name": "ivtv-firmware", 
                    "release": "26.el7", 
                    "source": "rpm", 
                    "version": "20080701"
                }
            ], 
            "iwl100-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl100-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl1000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "iwl1000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl105-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl105-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl135-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl135-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2030-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2030-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl3160-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3160-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "iwl3945-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3945-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "15.32.2.9"
                }
            ], 
            "iwl4965-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl4965-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "228.61.2.24"
                }
            ], 
            "iwl5000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.83.5.1_1"
                }
            ], 
            "iwl5150-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5150-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.24.2.2"
                }
            ], 
            "iwl6000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "9.221.4.1"
                }
            ], 
            "iwl6000g2a-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2a-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6000g2b-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2b-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6050-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6050-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "41.28.5.1"
                }
            ], 
            "iwl7260-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl7260-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "jansson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "jansson", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.10"
                }
            ], 
            "json-c": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "json-c", 
                    "release": "4.el7_0", 
                    "source": "rpm", 
                    "version": "0.11"
                }
            ], 
            "kbd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kbd", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kbd-legacy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-legacy", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kbd-misc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-misc", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kernel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }, 
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-debug-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-debug-devel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-headers", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools-libs", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kexec-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kexec-tools", 
                    "release": "51.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.0.15"
                }
            ], 
            "keyutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "keyutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "kmod": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kmod-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod-libs", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kpartx": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kpartx", 
                    "release": "136.el7_9", 
                    "source": "rpm", 
                    "version": "0.4.9"
                }
            ], 
            "krb5-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "krb5-libs", 
                    "release": "55.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.1"
                }
            ], 
            "less": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "less", 
                    "release": "10.el7_9", 
                    "source": "rpm", 
                    "version": "458"
                }
            ], 
            "libacl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libacl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "libassuan": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libassuan", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "libattr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libattr", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "2.4.46"
                }
            ], 
            "libbasicobjects": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libbasicobjects", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.1"
                }
            ], 
            "libblkid": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libblkid", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libcap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.22"
                }
            ], 
            "libcap-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap-ng", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.7.5"
                }
            ], 
            "libcgroup": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcgroup", 
                    "release": "21.el7", 
                    "source": "rpm", 
                    "version": "0.41"
                }
            ], 
            "libcollection": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcollection", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.7.0"
                }
            ], 
            "libcom_err": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcom_err", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libcroco": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcroco", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.12"
                }
            ], 
            "libcurl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcurl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "libdaemon": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdaemon", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libdb": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdb-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb-utils", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdrm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdrm", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.4.97"
                }
            ], 
            "libdwarf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdwarf", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "20130207"
                }
            ], 
            "libedit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libedit", 
                    "release": "12.20121213cvs.el7", 
                    "source": "rpm", 
                    "version": "3.0"
                }
            ], 
            "libestr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libestr", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.1.9"
                }
            ], 
            "libevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libevent", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.0.21"
                }
            ], 
            "libfastjson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libfastjson", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.99.4"
                }
            ], 
            "libffi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libffi", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "3.0.13"
                }
            ], 
            "libgcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgcrypt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcrypt", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "1.5.3"
                }
            ], 
            "libgomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgomp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgpg-error": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgpg-error", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.12"
                }
            ], 
            "libidn": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libidn", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.28"
                }
            ], 
            "libini_config": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libini_config", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "1.3.1"
                }
            ], 
            "libmnl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmnl", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.0.3"
                }
            ], 
            "libmount": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmount", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libmpc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmpc", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libndp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libndp", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.2"
                }
            ], 
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnetfilter_conntrack", 
                    "release": "1.el7_3", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "libnfnetlink": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfnetlink", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libnfsidmap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfsidmap", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "0.25"
                }
            ], 
            "libnl3": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libnl3-cli": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3-cli", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libpath_utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpath_utils", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.2.1"
                }
            ], 
            "libpciaccess": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpciaccess", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libpipeline": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpipeline", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libpng": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "libpng", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.5.13"
                }
            ], 
            "libpwquality": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpwquality", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libref_array": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libref_array", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.5"
                }
            ], 
            "libseccomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libseccomp", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.3.1"
                }
            ], 
            "libselinux": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-python", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-utils", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage-python", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsepol": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsepol", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsmartcols": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsmartcols", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libss": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libss", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libssh2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libssh2", 
                    "release": "4.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.8.0"
                }
            ], 
            "libstdc++": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libstdc++", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libsysfs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsysfs", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "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": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "plymouth-core-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth-core-libs", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "plymouth-scripts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth-scripts", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "policycoreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "policycoreutils-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils-python", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "polkit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit", 
                    "release": "26.el7_9.1", 
                    "source": "rpm", 
                    "version": "0.112"
                }
            ], 
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit-pkla-compat", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.1"
                }
            ], 
            "popt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "popt", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "1.13"
                }
            ], 
            "postfix": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "postfix", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "2.10.1"
                }
            ], 
            "procps-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "procps-ng", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "3.3.10"
                }
            ], 
            "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:49
Wednesday 09 April 2025  01:52:56 -0400 (0:00:01.568)       0:01:57.433 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:56
Wednesday 09 April 2025  01:52:56 -0400 (0:00:00.186)       0:01:57.620 ******* 
ok: [managed-node3] => {}

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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:61
Wednesday 09 April 2025  01:52:56 -0400 (0:00:00.110)       0:01:57.730 ******* 
skipping: [managed-node3] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:69
Wednesday 09 April 2025  01:52:56 -0400 (0:00:00.102)       0:01:57.833 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:77
Wednesday 09 April 2025  01:52:57 -0400 (0:00:00.116)       0:01:57.950 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:84
Wednesday 09 April 2025  01:52:57 -0400 (0:00:00.424)       0:01:58.375 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:90
Wednesday 09 April 2025  01:52:57 -0400 (0:00:00.442)       0:01:58.817 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:98
Wednesday 09 April 2025  01:52:58 -0400 (0:00:00.427)       0:01:59.245 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:126
Wednesday 09 April 2025  01:52:58 -0400 (0:00:00.440)       0:01:59.685 ******* 
changed: [managed-node3] => (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-1744177978.83-1212-278826056197587/source", 
    "state": "file", 
    "uid": 0
}
skipping: [managed-node3] => (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-node3] => (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-1744177979.65-1212-254963870188380/source", 
    "state": "file", 
    "uid": 0
}
changed: [managed-node3] => (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-1744177980.86-1212-167514914711145/source", 
    "state": "file", 
    "uid": 0
}
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:150
Wednesday 09 April 2025  01:53:02 -0400 (0:00:03.265)       0:02:02.950 ******* 
ok: [managed-node3] => {
    "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-1744177978.83-1212-278826056197587/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-1744177978.83-1212-278826056197587/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-1744177979.65-1212-254963870188380/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-1744177979.65-1212-254963870188380/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-1744177980.86-1212-167514914711145/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-1744177980.86-1212-167514914711145/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:154
Wednesday 09 April 2025  01:53:02 -0400 (0:00:00.095)       0:02:03.046 ******* 
skipping: [managed-node3] => (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-node3] => (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-node3] => (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-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:172
Wednesday 09 April 2025  01:53:02 -0400 (0:00:00.134)       0:02:03.180 ******* 
ok: [managed-node3] => (item={u'type': u'basics', u'name': u'system_input'}) => {
    "ansible_facts": {
        "__rsyslog_basics_packages": []
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-CbB/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-node3] => (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-CbB/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-node3] => (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-CbB/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-node3] => (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-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:183
Wednesday 09 April 2025  01:53:02 -0400 (0:00:00.210)       0:02:03.391 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node3
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node3
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node3
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3
Wednesday 09 April 2025  01:53:02 -0400 (0:00:00.353)       0:02:03.745 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 09 April 2025  01:53:03 -0400 (0:00:00.221)       0:02:03.967 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 09 April 2025  01:53:03 -0400 (0:00:00.121)       0:02:04.088 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 09 April 2025  01:53:03 -0400 (0:00:00.095)       0:02:04.184 ******* 
ok: [managed-node3] => {
    "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-1744177978.83-1212-278826056197587/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-1744177978.83-1212-278826056197587/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-1744177979.65-1212-254963870188380/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-1744177979.65-1212-254963870188380/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-1744177980.86-1212-167514914711145/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-1744177980.86-1212-167514914711145/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 09 April 2025  01:53:03 -0400 (0:00:00.134)       0:02:04.319 ******* 

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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10
Wednesday 09 April 2025  01:53:03 -0400 (0:00:00.102)       0:02:04.422 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 09 April 2025  01:53:03 -0400 (0:00:00.250)       0:02:04.672 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 09 April 2025  01:53:03 -0400 (0:00:00.114)       0:02:04.786 ******* 
changed: [managed-node3] => (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-1744177984.46-1412-40845975395248/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 09 April 2025  01:53:05 -0400 (0:00:01.355)       0:02:06.142 ******* 
ok: [managed-node3] => {
    "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-1744177978.83-1212-278826056197587/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-1744177978.83-1212-278826056197587/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-1744177979.65-1212-254963870188380/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-1744177979.65-1212-254963870188380/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-1744177980.86-1212-167514914711145/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-1744177980.86-1212-167514914711145/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-1744177984.46-1412-40845975395248/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-1744177984.46-1412-40845975395248/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 09 April 2025  01:53:05 -0400 (0:00:00.148)       0:02:06.291 ******* 
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:12
Wednesday 09 April 2025  01:53:05 -0400 (0:00:00.573)       0:02:06.865 ******* 
skipping: [managed-node3] => (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-node3] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}
failed: [managed-node3] (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-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:183
Wednesday 09 April 2025  01:53:06 -0400 (0:00:00.165)       0:02:07.031 ******* 
ok: [managed-node3] => {}

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-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:186
Wednesday 09 April 2025  01:53:06 -0400 (0:00:00.084)       0:02:07.115 ******* 
ok: [managed-node3] => (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-node3] => (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-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:193
Wednesday 09 April 2025  01:53:06 -0400 (0:00:00.115)       0:02:07.230 ******* 

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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Wednesday 09 April 2025  01:53:06 -0400 (0:00:00.125)       0:02:07.356 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Wednesday 09 April 2025  01:53:06 -0400 (0:00:00.118)       0:02:07.475 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "rsyslog_outputs": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Wednesday 09 April 2025  01:53:06 -0400 (0:00:00.159)       0:02:07.635 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "rsyslog_inputs": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Wednesday 09 April 2025  01:53:06 -0400 (0:00:00.153)       0:02:07.789 ******* 
skipping: [managed-node3] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Wednesday 09 April 2025  01:53:06 -0400 (0:00:00.110)       0:02:07.900 ******* 
skipping: [managed-node3] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Wednesday 09 April 2025  01:53:07 -0400 (0:00:00.116)       0:02:08.016 ******* 

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Wednesday 09 April 2025  01:53:07 -0400 (0:00:00.098)       0:02:08.115 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node3

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Wednesday 09 April 2025  01:53:07 -0400 (0:00:00.220)       0:02:08.336 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Wednesday 09 April 2025  01:53:07 -0400 (0:00:00.117)       0:02:08.453 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Wednesday 09 April 2025  01:53:07 -0400 (0:00:00.108)       0:02:08.562 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Wednesday 09 April 2025  01:53:07 -0400 (0:00:00.110)       0:02:08.673 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Wednesday 09 April 2025  01:53:07 -0400 (0:00:00.241)       0:02:08.914 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Wednesday 09 April 2025  01:53:08 -0400 (0:00:00.110)       0:02:09.024 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Wednesday 09 April 2025  01:53:08 -0400 (0:00:00.122)       0:02:09.147 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Wednesday 09 April 2025  01:53:08 -0400 (0:00:00.119)       0:02:09.266 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Wednesday 09 April 2025  01:53:08 -0400 (0:00:00.099)       0:02:09.366 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Wednesday 09 April 2025  01:53:08 -0400 (0:00:00.101)       0:02:09.467 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Wednesday 09 April 2025  01:53:08 -0400 (0:00:00.106)       0:02:09.574 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Wednesday 09 April 2025  01:53:08 -0400 (0:00:00.086)       0:02:09.660 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Wednesday 09 April 2025  01:53:08 -0400 (0:00:00.098)       0:02:09.758 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Wednesday 09 April 2025  01:53:08 -0400 (0:00:00.110)       0:02:09.868 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Wednesday 09 April 2025  01:53:09 -0400 (0:00:00.091)       0:02:09.960 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Wednesday 09 April 2025  01:53:09 -0400 (0:00:00.109)       0:02:10.069 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node3

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Wednesday 09 April 2025  01:53:09 -0400 (0:00:00.207)       0:02:10.277 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Wednesday 09 April 2025  01:53:09 -0400 (0:00:00.111)       0:02:10.388 ******* 

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Wednesday 09 April 2025  01:53:09 -0400 (0:00:00.109)       0:02:10.497 ******* 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Wednesday 09 April 2025  01:53:09 -0400 (0:00:00.103)       0:02:10.601 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Wednesday 09 April 2025  01:53:09 -0400 (0:00:00.112)       0:02:10.714 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node3

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Wednesday 09 April 2025  01:53:10 -0400 (0:00:00.249)       0:02:10.963 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Wednesday 09 April 2025  01:53:10 -0400 (0:00:00.123)       0:02:11.087 ******* 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Wednesday 09 April 2025  01:53:10 -0400 (0:00:00.108)       0:02:11.195 ******* 

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Wednesday 09 April 2025  01:53:10 -0400 (0:00:00.176)       0:02:11.371 ******* 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Wednesday 09 April 2025  01:53:10 -0400 (0:00:00.091)       0:02:11.463 ******* 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Wednesday 09 April 2025  01:53:10 -0400 (0:00:00.095)       0:02:11.559 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Wednesday 09 April 2025  01:53:10 -0400 (0:00:00.103)       0:02:11.662 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node3

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Wednesday 09 April 2025  01:53:11 -0400 (0:00:00.406)       0:02:12.069 ******* 

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Wednesday 09 April 2025  01:53:11 -0400 (0:00:00.372)       0:02:12.442 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Wednesday 09 April 2025  01:53:11 -0400 (0:00:00.300)       0:02:12.742 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Wednesday 09 April 2025  01:53:11 -0400 (0:00:00.133)       0:02:12.876 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Wednesday 09 April 2025  01:53:12 -0400 (0:00:00.137)       0:02:13.013 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Wednesday 09 April 2025  01:53:12 -0400 (0:00:00.181)       0:02:13.194 ******* 
skipping: [managed-node3] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml"
}
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Wednesday 09 April 2025  01:53:12 -0400 (0:00:00.300)       0:02:13.495 ******* 
ok: [managed-node3] => {
    "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"
    ]
}

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Wednesday 09 April 2025  01:53:14 -0400 (0:00:01.451)       0:02:14.947 ******* 
ok: [managed-node3] => (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"
    ]
}

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Wednesday 09 April 2025  01:53:14 -0400 (0:00:00.722)       0:02:15.669 ******* 
ok: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Wednesday 09 April 2025  01:53:15 -0400 (0:00:00.480)       0:02:16.150 ******* 
ok: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Wednesday 09 April 2025  01:53:15 -0400 (0:00:00.700)       0:02:16.851 ******* 
ok: [managed-node3] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "enabled": true, 
    "name": "certmonger", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-04-09 01:51:15 EDT", 
        "ActiveEnterTimestampMonotonic": "795900388", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "syslog.target system.slice network.target basic.target systemd-journald.socket dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-04-09 01:51:15 EDT", 
        "AssertTimestampMonotonic": "795880359", 
        "Before": "multi-user.target 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": "yes", 
        "ConditionTimestamp": "Wed 2025-04-09 01:51:15 EDT", 
        "ConditionTimestampMonotonic": "795880357", 
        "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": "27727", 
        "ExecMainStartTimestamp": "Wed 2025-04-09 01:51:15 EDT", 
        "ExecMainStartTimestampMonotonic": "795881014", 
        "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": "Wed 2025-04-09 01:51:15 EDT", 
        "InactiveExitTimestampMonotonic": "795881044", 
        "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": "27727", 
        "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": "Wed 2025-04-09 01:51:15 EDT", 
        "WatchdogTimestampMonotonic": "795900349", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Wednesday 09 April 2025  01:53:16 -0400 (0:00:00.821)       0:02:17.673 ******* 
changed: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Wednesday 09 April 2025  01:53:17 -0400 (0:00:01.184)       0:02:18.858 ******* 
skipping: [managed-node3] => (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-node3] => (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-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Wednesday 09 April 2025  01:53:18 -0400 (0:00:00.135)       0:02:18.994 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Wednesday 09 April 2025  01:53:18 -0400 (0:00:00.101)       0:02:19.095 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Wednesday 09 April 2025  01:53:18 -0400 (0:00:00.109)       0:02:19.204 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Wednesday 09 April 2025  01:53:18 -0400 (0:00:00.108)       0:02:19.313 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Wednesday 09 April 2025  01:53:18 -0400 (0:00:00.098)       0:02:19.411 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Wednesday 09 April 2025  01:53:18 -0400 (0:00:00.100)       0:02:19.512 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Wednesday 09 April 2025  01:53:18 -0400 (0:00:00.078)       0:02:19.590 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Wednesday 09 April 2025  01:53:18 -0400 (0:00:00.081)       0:02:19.672 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Wednesday 09 April 2025  01:53:18 -0400 (0:00:00.109)       0:02:19.782 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Wednesday 09 April 2025  01:53:18 -0400 (0:00:00.114)       0:02:19.896 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Wednesday 09 April 2025  01:53:19 -0400 (0:00:00.108)       0:02:20.005 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Wednesday 09 April 2025  01:53:19 -0400 (0:00:00.112)       0:02:20.118 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Wednesday 09 April 2025  01:53:19 -0400 (0:00:00.080)       0:02:20.198 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Wednesday 09 April 2025  01:53:19 -0400 (0:00:00.059)       0:02:20.258 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Wednesday 09 April 2025  01:53:19 -0400 (0:00:00.120)       0:02:20.378 ******* 
ok: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Wednesday 09 April 2025  01:53:19 -0400 (0:00:00.143)       0:02:20.521 ******* 
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=/tmp/collections-CbB/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-CbB/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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Wednesday 09 April 2025  01:53:19 -0400 (0:00:00.190)       0:02:20.712 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node3

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Wednesday 09 April 2025  01:53:20 -0400 (0:00:00.294)       0:02:21.006 ******* 
ok: [managed-node3] => (item=iproute) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-V", 
        "iproute"
    ], 
    "delta": "0:00:00.079224", 
    "end": "2025-04-09 01:53:20.766808", 
    "failed_when_result": false, 
    "item": "iproute", 
    "rc": 0, 
    "start": "2025-04-09 01:53:20.687584", 
    "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-node3] => (item=rsyslog) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-V", 
        "rsyslog"
    ], 
    "delta": "0:00:00.073926", 
    "end": "2025-04-09 01:53:21.321330", 
    "failed_when_result": false, 
    "item": "rsyslog", 
    "rc": 1, 
    "start": "2025-04-09 01:53:21.247404", 
    "warnings": [
        "Consider using the yum, dnf or zypper module rather than running 'rpm'.  If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message."
    ]
}

STDOUT:

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


MSG:

non-zero return code

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Wednesday 09 April 2025  01:53:21 -0400 (0:00:01.367)       0:02:22.374 ******* 
ok: [managed-node3] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "<generator object _select_or_reject at 0x7f36addfb190> is not installed"
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:31
Wednesday 09 April 2025  01:53:22 -0400 (0:00:00.798)       0:02:23.173 ******* 
ok: [managed-node3] => {
    "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"
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:41
Wednesday 09 April 2025  01:53:22 -0400 (0:00:00.675)       0:02:23.848 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:45
Wednesday 09 April 2025  01:53:23 -0400 (0:00:00.122)       0:02:23.971 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-libnm", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-team": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-team", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "NetworkManager-tui": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "NetworkManager-tui", 
                    "release": "2.el7_9", 
                    "source": "rpm", 
                    "version": "1.18.8"
                }
            ], 
            "PyYAML": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "PyYAML", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "3.10"
                }
            ], 
            "acl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "acl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "aic94xx-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "aic94xx-firmware", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "30"
                }
            ], 
            "alsa-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "alsa-firmware", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "1.0.28"
                }
            ], 
            "alsa-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-lib", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.8"
                }
            ], 
            "alsa-tools-firmware": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "alsa-tools-firmware", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "1.1.0"
                }
            ], 
            "aspell": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "aspell", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "0.60.6.1"
                }
            ], 
            "audit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "audit-libs-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "audit-libs-python", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.8.5"
                }
            ], 
            "authconfig": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "authconfig", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "6.2.8"
                }
            ], 
            "avahi-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "avahi-libs", 
                    "release": "20.el7", 
                    "source": "rpm", 
                    "version": "0.6.31"
                }
            ], 
            "basesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "basesystem", 
                    "release": "7.el7.centos", 
                    "source": "rpm", 
                    "version": "10.0"
                }
            ], 
            "bash": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bash", 
                    "release": "35.el7_9", 
                    "source": "rpm", 
                    "version": "4.2.46"
                }
            ], 
            "bc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bc", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.06.95"
                }
            ], 
            "beakerlib": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "beakerlib", 
                    "release": "1.el7bkr", 
                    "source": "rpm", 
                    "version": "1.29.3"
                }
            ], 
            "beakerlib-redhat": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "beakerlib-redhat", 
                    "release": "33.el7bkr", 
                    "source": "rpm", 
                    "version": "1"
                }
            ], 
            "bind-export-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 32, 
                    "name": "bind-export-libs", 
                    "release": "26.P2.el7_9.16", 
                    "source": "rpm", 
                    "version": "9.11.4"
                }
            ], 
            "binutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "binutils", 
                    "release": "44.base.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.27"
                }
            ], 
            "biosdevname": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "biosdevname", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.7.3"
                }
            ], 
            "boost-date-time": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-date-time", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-system": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-system", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "boost-thread": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "boost-thread", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "1.53.0"
                }
            ], 
            "btrfs-progs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "btrfs-progs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "4.9.1"
                }
            ], 
            "bzip2-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "bzip2-libs", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "ca-certificates": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "ca-certificates", 
                    "release": "72.el7_9", 
                    "source": "rpm", 
                    "version": "2023.2.60_v7.0.306"
                }
            ], 
            "centos-logos": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "centos-logos", 
                    "release": "3.el7.centos", 
                    "source": "rpm", 
                    "version": "70.0.6"
                }
            ], 
            "centos-release": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "centos-release", 
                    "release": "9.2009.2.el7.centos", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "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-init": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cloud-init", 
                    "release": "24.el7", 
                    "source": "rpm", 
                    "version": "0.7.9"
                }
            ], 
            "cloud-utils-growpart": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "cloud-utils-growpart", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.29"
                }
            ], 
            "coreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "coreutils", 
                    "release": "24.el7_9.2", 
                    "source": "rpm", 
                    "version": "8.22"
                }
            ], 
            "cpio": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpio", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "2.11"
                }
            ], 
            "cpp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cpp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "cracklib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cracklib-dicts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cracklib-dicts", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.9.0"
                }
            ], 
            "cronie": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "cronie-anacron": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cronie-anacron", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.4.11"
                }
            ], 
            "crontabs": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "crontabs", 
                    "release": "6.20121102git.el7", 
                    "source": "rpm", 
                    "version": "1.11"
                }
            ], 
            "cryptsetup-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cryptsetup-libs", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "2.0.3"
                }
            ], 
            "curl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "curl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "cyrus-sasl-lib", 
                    "release": "24.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.26"
                }
            ], 
            "dbus": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-glib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-glib", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.100"
                }
            ], 
            "dbus-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dbus-libs", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "1.10.24"
                }
            ], 
            "dbus-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dbus-python", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.1.1"
                }
            ], 
            "device-mapper": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "device-mapper-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 7, 
                    "name": "device-mapper-libs", 
                    "release": "6.el7_9.5", 
                    "source": "rpm", 
                    "version": "1.02.170"
                }
            ], 
            "dhclient": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhclient", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "dhcp-common": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-common", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "dhcp-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": 12, 
                    "name": "dhcp-libs", 
                    "release": "83.el7.centos.2", 
                    "source": "rpm", 
                    "version": "4.2.5"
                }
            ], 
            "diffutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "diffutils", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "3.3"
                }
            ], 
            "dmidecode": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "dmidecode", 
                    "release": "5.el7_9.1", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "dracut": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dracut-config-rescue": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut-config-rescue", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dracut-network": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dracut-network", 
                    "release": "572.el7", 
                    "source": "rpm", 
                    "version": "033"
                }
            ], 
            "dyninst": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "dyninst", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "9.3.1"
                }
            ], 
            "e2fsprogs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "e2fsprogs-libs", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "ebtables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ebtables", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.0.10"
                }
            ], 
            "efivar-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "efivar-libs", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "36"
                }
            ], 
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "elfutils-default-yama-scope", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libelf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libelf", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "elfutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "elfutils-libs", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "0.176"
                }
            ], 
            "epel-release": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "epel-release", 
                    "release": "14", 
                    "source": "rpm", 
                    "version": "7"
                }
            ], 
            "ethtool": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "ethtool", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "4.8"
                }
            ], 
            "expat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "expat", 
                    "release": "15.el7_9", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "file": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "file-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "file-libs", 
                    "release": "37.el7", 
                    "source": "rpm", 
                    "version": "5.11"
                }
            ], 
            "filesystem": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "filesystem", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "3.2"
                }
            ], 
            "findutils": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "findutils", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "4.5.11"
                }
            ], 
            "fipscheck": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "fipscheck-lib": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fipscheck-lib", 
                    "release": "6.el7", 
                    "source": "rpm", 
                    "version": "1.4.1"
                }
            ], 
            "firewalld": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "firewalld-filesystem": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "firewalld-filesystem", 
                    "release": "13.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.3"
                }
            ], 
            "freetype": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "freetype", 
                    "release": "14.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.8"
                }
            ], 
            "fxload": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "fxload", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2002_04_11"
                }
            ], 
            "gawk": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gawk", 
                    "release": "4.el7_3.1", 
                    "source": "rpm", 
                    "version": "4.0.2"
                }
            ], 
            "gcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "gdbm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gdbm", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.10"
                }
            ], 
            "gettext": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "gettext-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gettext-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.19.8.1"
                }
            ], 
            "git": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "git", 
                    "release": "25.el7_9", 
                    "source": "rpm", 
                    "version": "1.8.3.1"
                }
            ], 
            "glib2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glib2", 
                    "release": "9.el7_9", 
                    "source": "rpm", 
                    "version": "2.56.1"
                }
            ], 
            "glibc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-common": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-common", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-devel", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "glibc-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "glibc-headers", 
                    "release": "326.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.17"
                }
            ], 
            "gmp": [
                {
                    "arch": "x86_64", 
                    "epoch": 1, 
                    "name": "gmp", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "6.0.0"
                }
            ], 
            "gnupg2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "gnupg2", 
                    "release": "5.el7_5", 
                    "source": "rpm", 
                    "version": "2.0.22"
                }
            ], 
            "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"
                }
            ], 
            "initscripts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "initscripts", 
                    "release": "1.el7_9.1", 
                    "source": "rpm", 
                    "version": "9.49.53"
                }
            ], 
            "iproute": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iproute", 
                    "release": "30.el7", 
                    "source": "rpm", 
                    "version": "4.11.0"
                }
            ], 
            "iprutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iprutils", 
                    "release": "3.el7_7", 
                    "source": "rpm", 
                    "version": "2.4.17.1"
                }
            ], 
            "ipset": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "ipset-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "ipset-libs", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "7.1"
                }
            ], 
            "iptables": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iptables", 
                    "release": "35.el7", 
                    "source": "rpm", 
                    "version": "1.4.21"
                }
            ], 
            "iputils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "iputils", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "20160308"
                }
            ], 
            "irqbalance": [
                {
                    "arch": "x86_64", 
                    "epoch": 3, 
                    "name": "irqbalance", 
                    "release": "12.el7", 
                    "source": "rpm", 
                    "version": "1.0.7"
                }
            ], 
            "ivtv-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 2, 
                    "name": "ivtv-firmware", 
                    "release": "26.el7", 
                    "source": "rpm", 
                    "version": "20080701"
                }
            ], 
            "iwl100-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl100-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl1000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": 1, 
                    "name": "iwl1000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "39.31.5.1"
                }
            ], 
            "iwl105-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl105-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl135-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl135-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl2030-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl2030-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl3160-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3160-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "iwl3945-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl3945-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "15.32.2.9"
                }
            ], 
            "iwl4965-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl4965-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "228.61.2.24"
                }
            ], 
            "iwl5000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.83.5.1_1"
                }
            ], 
            "iwl5150-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl5150-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "8.24.2.2"
                }
            ], 
            "iwl6000-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "9.221.4.1"
                }
            ], 
            "iwl6000g2a-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2a-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6000g2b-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6000g2b-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "18.168.6.1"
                }
            ], 
            "iwl6050-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl6050-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "41.28.5.1"
                }
            ], 
            "iwl7260-firmware": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "iwl7260-firmware", 
                    "release": "82.el7_9", 
                    "source": "rpm", 
                    "version": "25.30.13.0"
                }
            ], 
            "jansson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "jansson", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "2.10"
                }
            ], 
            "json-c": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "json-c", 
                    "release": "4.el7_0", 
                    "source": "rpm", 
                    "version": "0.11"
                }
            ], 
            "kbd": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kbd", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kbd-legacy": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-legacy", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kbd-misc": [
                {
                    "arch": "noarch", 
                    "epoch": null, 
                    "name": "kbd-misc", 
                    "release": "16.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.5"
                }
            ], 
            "kernel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }, 
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel", 
                    "release": "1160.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-debug-devel": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-debug-devel", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-headers": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-headers", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kernel-tools-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kernel-tools-libs", 
                    "release": "1160.119.1.el7", 
                    "source": "rpm", 
                    "version": "3.10.0"
                }
            ], 
            "kexec-tools": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kexec-tools", 
                    "release": "51.el7_9.3", 
                    "source": "rpm", 
                    "version": "2.0.15"
                }
            ], 
            "keyutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "keyutils-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "keyutils-libs", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.5.8"
                }
            ], 
            "kmod": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kmod-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kmod-libs", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "20"
                }
            ], 
            "kpartx": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "kpartx", 
                    "release": "136.el7_9", 
                    "source": "rpm", 
                    "version": "0.4.9"
                }
            ], 
            "krb5-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "krb5-libs", 
                    "release": "55.el7_9", 
                    "source": "rpm", 
                    "version": "1.15.1"
                }
            ], 
            "less": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "less", 
                    "release": "10.el7_9", 
                    "source": "rpm", 
                    "version": "458"
                }
            ], 
            "libacl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libacl", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.2.51"
                }
            ], 
            "libassuan": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libassuan", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "libattr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libattr", 
                    "release": "13.el7", 
                    "source": "rpm", 
                    "version": "2.4.46"
                }
            ], 
            "libbasicobjects": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libbasicobjects", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.1"
                }
            ], 
            "libblkid": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libblkid", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libcap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap", 
                    "release": "11.el7", 
                    "source": "rpm", 
                    "version": "2.22"
                }
            ], 
            "libcap-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcap-ng", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.7.5"
                }
            ], 
            "libcgroup": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcgroup", 
                    "release": "21.el7", 
                    "source": "rpm", 
                    "version": "0.41"
                }
            ], 
            "libcollection": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcollection", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.7.0"
                }
            ], 
            "libcom_err": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcom_err", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libcroco": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcroco", 
                    "release": "6.el7_9", 
                    "source": "rpm", 
                    "version": "0.6.12"
                }
            ], 
            "libcurl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libcurl", 
                    "release": "59.el7_9.2", 
                    "source": "rpm", 
                    "version": "7.29.0"
                }
            ], 
            "libdaemon": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdaemon", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libdb": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdb-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdb-utils", 
                    "release": "25.el7", 
                    "source": "rpm", 
                    "version": "5.3.21"
                }
            ], 
            "libdrm": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdrm", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "2.4.97"
                }
            ], 
            "libdwarf": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libdwarf", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "20130207"
                }
            ], 
            "libedit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libedit", 
                    "release": "12.20121213cvs.el7", 
                    "source": "rpm", 
                    "version": "3.0"
                }
            ], 
            "libestr": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libestr", 
                    "release": "2.el7", 
                    "source": "rpm", 
                    "version": "0.1.9"
                }
            ], 
            "libevent": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libevent", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.0.21"
                }
            ], 
            "libfastjson": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libfastjson", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "0.99.4"
                }
            ], 
            "libffi": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libffi", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "3.0.13"
                }
            ], 
            "libgcc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcc", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgcrypt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgcrypt", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "1.5.3"
                }
            ], 
            "libgomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgomp", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libgpg-error": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libgpg-error", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.12"
                }
            ], 
            "libidn": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libidn", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.28"
                }
            ], 
            "libini_config": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libini_config", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "1.3.1"
                }
            ], 
            "libmnl": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmnl", 
                    "release": "7.el7", 
                    "source": "rpm", 
                    "version": "1.0.3"
                }
            ], 
            "libmount": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmount", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libmpc": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libmpc", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libndp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libndp", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "1.2"
                }
            ], 
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnetfilter_conntrack", 
                    "release": "1.el7_3", 
                    "source": "rpm", 
                    "version": "1.0.6"
                }
            ], 
            "libnfnetlink": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfnetlink", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "1.0.1"
                }
            ], 
            "libnfsidmap": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnfsidmap", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "0.25"
                }
            ], 
            "libnl3": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libnl3-cli": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libnl3-cli", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "3.2.28"
                }
            ], 
            "libpath_utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpath_utils", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.2.1"
                }
            ], 
            "libpciaccess": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpciaccess", 
                    "release": "1.el7", 
                    "source": "rpm", 
                    "version": "0.14"
                }
            ], 
            "libpipeline": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpipeline", 
                    "release": "3.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libpng": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "libpng", 
                    "release": "8.el7", 
                    "source": "rpm", 
                    "version": "1.5.13"
                }
            ], 
            "libpwquality": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libpwquality", 
                    "release": "5.el7", 
                    "source": "rpm", 
                    "version": "1.2.3"
                }
            ], 
            "libref_array": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libref_array", 
                    "release": "32.el7", 
                    "source": "rpm", 
                    "version": "0.1.5"
                }
            ], 
            "libseccomp": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libseccomp", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "2.3.1"
                }
            ], 
            "libselinux": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-python", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libselinux-utils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libselinux-utils", 
                    "release": "15.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsemanage-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsemanage-python", 
                    "release": "14.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsepol": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsepol", 
                    "release": "10.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "libsmartcols": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsmartcols", 
                    "release": "65.el7_9.1", 
                    "source": "rpm", 
                    "version": "2.23.2"
                }
            ], 
            "libss": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libss", 
                    "release": "19.el7", 
                    "source": "rpm", 
                    "version": "1.42.9"
                }
            ], 
            "libssh2": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libssh2", 
                    "release": "4.el7_9.1", 
                    "source": "rpm", 
                    "version": "1.8.0"
                }
            ], 
            "libstdc++": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libstdc++", 
                    "release": "44.el7", 
                    "source": "rpm", 
                    "version": "4.8.5"
                }
            ], 
            "libsysfs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "libsysfs", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "2.1.0"
                }
            ], 
            "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": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "plymouth-core-libs": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth-core-libs", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "plymouth-scripts": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "plymouth-scripts", 
                    "release": "0.34.20140113.el7.centos", 
                    "source": "rpm", 
                    "version": "0.8.9"
                }
            ], 
            "policycoreutils": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "policycoreutils-python": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "policycoreutils-python", 
                    "release": "34.el7", 
                    "source": "rpm", 
                    "version": "2.5"
                }
            ], 
            "polkit": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit", 
                    "release": "26.el7_9.1", 
                    "source": "rpm", 
                    "version": "0.112"
                }
            ], 
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "polkit-pkla-compat", 
                    "release": "4.el7", 
                    "source": "rpm", 
                    "version": "0.1"
                }
            ], 
            "popt": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "popt", 
                    "release": "16.el7", 
                    "source": "rpm", 
                    "version": "1.13"
                }
            ], 
            "postfix": [
                {
                    "arch": "x86_64", 
                    "epoch": 2, 
                    "name": "postfix", 
                    "release": "9.el7", 
                    "source": "rpm", 
                    "version": "2.10.1"
                }
            ], 
            "procps-ng": [
                {
                    "arch": "x86_64", 
                    "epoch": null, 
                    "name": "procps-ng", 
                    "release": "28.el7", 
                    "source": "rpm", 
                    "version": "3.3.10"
                }
            ], 
            "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:49
Wednesday 09 April 2025  01:53:24 -0400 (0:00:01.563)       0:02:25.534 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:56
Wednesday 09 April 2025  01:53:24 -0400 (0:00:00.139)       0:02:25.673 ******* 
ok: [managed-node3] => {}

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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:61
Wednesday 09 April 2025  01:53:24 -0400 (0:00:00.223)       0:02:25.896 ******* 
skipping: [managed-node3] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:69
Wednesday 09 April 2025  01:53:25 -0400 (0:00:00.103)       0:02:26.000 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:77
Wednesday 09 April 2025  01:53:25 -0400 (0:00:00.123)       0:02:26.124 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:84
Wednesday 09 April 2025  01:53:25 -0400 (0:00:00.489)       0:02:26.614 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:90
Wednesday 09 April 2025  01:53:26 -0400 (0:00:00.502)       0:02:27.116 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:98
Wednesday 09 April 2025  01:53:26 -0400 (0:00:00.458)       0:02:27.574 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:126
Wednesday 09 April 2025  01:53:27 -0400 (0:00:00.585)       0:02:28.160 ******* 
skipping: [managed-node3] => (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-node3] => (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-node3] => (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-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:150
Wednesday 09 April 2025  01:53:27 -0400 (0:00:00.177)       0:02:28.338 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:154
Wednesday 09 April 2025  01:53:27 -0400 (0:00:00.140)       0:02:28.478 ******* 
skipping: [managed-node3] => (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-node3] => (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-node3] => (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-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:172
Wednesday 09 April 2025  01:53:27 -0400 (0:00:00.152)       0:02:28.631 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:183
Wednesday 09 April 2025  01:53:27 -0400 (0:00:00.152)       0:02:28.783 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:198
Wednesday 09 April 2025  01:53:28 -0400 (0:00:00.180)       0:02:28.964 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:210
Wednesday 09 April 2025  01:53:28 -0400 (0:00:00.158)       0:02:29.123 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:223
Wednesday 09 April 2025  01:53:28 -0400 (0:00:00.097)       0:02:29.220 ******* 
ok: [managed-node3] => {
    "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.173551", 
    "end": "2025-04-09 01:53:28.944638", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-04-09 01:53:28.771087"
}

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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:240
Wednesday 09 April 2025  01:53:29 -0400 (0:00:00.769)       0:02:29.990 ******* 
changed: [managed-node3] => (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-node3] => (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-node3] => (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-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:260
Wednesday 09 April 2025  01:53:30 -0400 (0:00:01.612)       0:02:31.602 ******* 

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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:281
Wednesday 09 April 2025  01:53:30 -0400 (0:00:00.106)       0:02:31.709 ******* 
skipping: [managed-node3] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:289
Wednesday 09 April 2025  01:53:31 -0400 (0:00:00.223)       0:02:31.933 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:301
Wednesday 09 April 2025  01:53:31 -0400 (0:00:00.148)       0:02:32.081 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:313
Wednesday 09 April 2025  01:53:31 -0400 (0:00:00.232)       0:02:32.314 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:325
Wednesday 09 April 2025  01:53:31 -0400 (0:00:00.164)       0:02:32.478 ******* 
ok: [managed-node3] => {
    "changed": false, 
    "enabled": true, 
    "name": "rsyslog", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-04-09 01:52:37 EDT", 
        "ActiveEnterTimestampMonotonic": "877813303", 
        "ActiveExitTimestamp": "Wed 2025-04-09 01:52:37 EDT", 
        "ActiveExitTimestampMonotonic": "877801481", 
        "ActiveState": "active", 
        "After": "basic.target system.slice network.target network-online.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-04-09 01:52:37 EDT", 
        "AssertTimestampMonotonic": "877808524", 
        "Before": "multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Wed 2025-04-09 01:52:37 EDT", 
        "ConditionTimestampMonotonic": "877808522", 
        "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": "31735", 
        "ExecMainStartTimestamp": "Wed 2025-04-09 01:52:37 EDT", 
        "ExecMainStartTimestampMonotonic": "877809195", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Wed 2025-04-09 01:52:37 EDT] ; stop_time=[n/a] ; pid=31735 ; 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", 
        "InactiveEnterTimestamp": "Wed 2025-04-09 01:52:37 EDT", 
        "InactiveEnterTimestampMonotonic": "877808024", 
        "InactiveExitTimestamp": "Wed 2025-04-09 01:52:37 EDT", 
        "InactiveExitTimestampMonotonic": "877809235", 
        "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": "31735", 
        "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": "Wed 2025-04-09 01:52:37 EDT", 
        "WatchdogTimestampMonotonic": "877813282", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:333
Wednesday 09 April 2025  01:53:32 -0400 (0:00:00.705)       0:02:33.184 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:342
Wednesday 09 April 2025  01:53:32 -0400 (0:00:00.106)       0:02:33.290 ******* 
skipping: [managed-node3] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:354
Wednesday 09 April 2025  01:53:32 -0400 (0:00:00.105)       0:02:33.396 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Wednesday 09 April 2025  01:53:32 -0400 (0:00:00.104)       0:02:33.501 ******* 
skipping: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:367
Wednesday 09 April 2025  01:53:32 -0400 (0:00:00.109)       0:02:33.610 ******* 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Stop tracking certificate] ***********************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:207
Wednesday 09 April 2025  01:53:32 -0400 (0:00:00.112)       0:02:33.723 ******* 
ok: [managed-node3] => {
    "changed": false, 
    "cmd": [
        "getcert", 
        "stop-tracking", 
        "-f", 
        "/etc/pki/tls/certs/logging_cert.crt"
    ], 
    "delta": "0:00:00.030852", 
    "end": "2025-04-09 01:53:33.190654", 
    "rc": 0, 
    "start": "2025-04-09 01:53:33.159802"
}

STDOUT:

Request "20250409055116" removed.

TASK [Clean up pki files] ******************************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:211
Wednesday 09 April 2025  01:53:33 -0400 (0:00:00.516)       0:02:34.240 ******* 
changed: [managed-node3] => (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-node3] => (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-node3] => (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-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:220
Wednesday 09 April 2025  01:53:34 -0400 (0:00:01.402)       0:02:35.643 ******* 
included: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml for managed-node3

TASK [Get content of /var/log/messages] ****************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:3
Wednesday 09 April 2025  01:53:34 -0400 (0:00:00.210)       0:02:35.854 ******* 
ok: [managed-node3] => {
    "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-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:9
Wednesday 09 April 2025  01:53:35 -0400 (0:00:00.844)       0:02:36.698 ******* 
skipping: [managed-node3] => {}

TASK [Ensure no errors in /var/log/messages] ***********************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:19
Wednesday 09 April 2025  01:53:35 -0400 (0:00:00.144)       0:02:36.842 ******* 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove /var/log/messages] ************************************************
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:23
Wednesday 09 April 2025  01:53:36 -0400 (0:00:00.110)       0:02:36.953 ******* 
changed: [managed-node3] => {
    "changed": true, 
    "path": "/var/log/messages", 
    "state": "absent"
}

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Wednesday 09 April 2025  01:53:36 -0400 (0:00:00.605)       0:02:37.559 ******* 
changed: [managed-node3] => {
    "changed": true, 
    "name": "rsyslog", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-04-09 01:52:37 EDT", 
        "ActiveEnterTimestampMonotonic": "877813303", 
        "ActiveExitTimestamp": "Wed 2025-04-09 01:52:37 EDT", 
        "ActiveExitTimestampMonotonic": "877801481", 
        "ActiveState": "active", 
        "After": "basic.target system.slice network.target network-online.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-04-09 01:52:37 EDT", 
        "AssertTimestampMonotonic": "877808524", 
        "Before": "multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Wed 2025-04-09 01:52:37 EDT", 
        "ConditionTimestampMonotonic": "877808522", 
        "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": "31735", 
        "ExecMainStartTimestamp": "Wed 2025-04-09 01:52:37 EDT", 
        "ExecMainStartTimestampMonotonic": "877809195", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Wed 2025-04-09 01:52:37 EDT] ; stop_time=[n/a] ; pid=31735 ; 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", 
        "InactiveEnterTimestamp": "Wed 2025-04-09 01:52:37 EDT", 
        "InactiveEnterTimestampMonotonic": "877808024", 
        "InactiveExitTimestamp": "Wed 2025-04-09 01:52:37 EDT", 
        "InactiveExitTimestampMonotonic": "877809235", 
        "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": "31735", 
        "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": "Wed 2025-04-09 01:52:37 EDT", 
        "WatchdogTimestampMonotonic": "877813282", 
        "WatchdogUSec": "0"
    }
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed-node3              : ok=216  changed=28   unreachable=0    failed=0    skipped=260  rescued=1    ignored=0   

Wednesday 09 April 2025  01:53:37 -0400 (0:00:00.791)       0:02:38.350 ******* 
=============================================================================== 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 5.71s
/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:240 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 4.14s
/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:31 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 3.27s
/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:126 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 3.01s
/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:126 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 1.91s
/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:45 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d --- 1.78s
/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 1.61s
/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:240 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 1.57s
/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:45 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 1.56s
/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:45 
Check port 514, 6514, 40010 and 40011 is open for TCP ------------------- 1.54s
/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:98 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 1.51s
/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:45 
fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 1.45s
/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d --- 1.40s
/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 
Clean up pki files ------------------------------------------------------ 1.40s
/tmp/collections-CbB/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.39s
/tmp/collections-CbB/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.37s
/tmp/collections-CbB/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.36s
/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 
Gathering Facts --------------------------------------------------------- 1.33s
/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:11 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d --- 1.30s
/tmp/collections-CbB/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.27s
/tmp/collections-CbB/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14