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_relp.yml *******************************************************
1 plays in /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml

PLAY [Test the server/client configuration using tls relp] *********************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:2
Saturday 08 March 2025  03:26:26 -0500 (0:00:00.038)       0:00:00.038 ******** 
ok: [managed-node1]
META: ran handlers

TASK [Set firewall and selinux to true] ****************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:23
Saturday 08 March 2025  03:26:27 -0500 (0:00:00.868)       0:00:00.907 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_manage_firewall": true, 
        "logging_manage_selinux": true
    }, 
    "changed": false
}

TASK [TEST CASE 0; Test the server configuration containing tls tcp, plain tcp and udp connection] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:28
Saturday 08 March 2025  03:26:27 -0500 (0:00:00.026)       0:00:00.933 ******** 

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-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 08 March 2025  03:26:27 -0500 (0:00:00.095)       0:00:01.028 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 08 March 2025  03:26:27 -0500 (0:00:00.053)       0:00:01.083 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "name": "files_output", 
                "type": "files"
            }, 
            {
                "name": "forwards_output", 
                "target": "host.domain", 
                "tcp_port": 1514, 
                "type": "forwards"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 08 March 2025  03:26:27 -0500 (0:00:00.055)       0:00:01.139 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_inputs": [
            {
                "name": "system_input", 
                "type": "basics"
            }, 
            {
                "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", 
                "cert": "/etc/pki/tls/certs/logging_cert.crt", 
                "name": "relp_server0", 
                "permitted_clients": [
                    "*.client.com", 
                    "*.example.com"
                ], 
                "pki_authmode": "name", 
                "port": 6514, 
                "private_key": "/etc/pki/tls/private/logging_cert.key", 
                "tls": true, 
                "type": "relp"
            }, 
            {
                "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", 
                "cert": "/etc/pki/tls/certs/logging_cert.crt", 
                "name": "relp_server1", 
                "pki_authmode": "name", 
                "port": 20514, 
                "private_key": "/etc/pki/tls/private/logging_cert.key", 
                "tls": true, 
                "type": "relp"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 08 March 2025  03:26:27 -0500 (0:00:00.053)       0:00:01.192 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 08 March 2025  03:26:27 -0500 (0:00:00.049)       0:00:01.242 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 08 March 2025  03:26:27 -0500 (0:00:00.050)       0:00:01.292 ******** 
skipping: [managed-node1] => (item={u'inputs': [u'system_input', u'relp_server0', u'relp_server1'], u'name': u'flows', u'outputs': [u'files_output', u'forwards_output']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "inputs": [
            "system_input", 
            "relp_server0", 
            "relp_server1"
        ], 
        "name": "flows", 
        "outputs": [
            "files_output", 
            "forwards_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-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 08 March 2025  03:26:27 -0500 (0:00:00.074)       0:00:01.367 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 08 March 2025  03:26:27 -0500 (0:00:00.095)       0:00:01.462 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 08 March 2025  03:26:27 -0500 (0:00:00.050)       0:00:01.512 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 08 March 2025  03:26:28 -0500 (0:00:00.064)       0:00:01.577 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 08 March 2025  03:26:28 -0500 (0:00:00.064)       0:00:01.641 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 08 March 2025  03:26:28 -0500 (0:00:00.052)       0:00:01.693 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": [
            6514, 
            20514
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 08 March 2025  03:26:28 -0500 (0:00:00.067)       0:00:01.761 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 08 March 2025  03:26:28 -0500 (0:00:00.061)       0:00:01.823 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": [
            6514, 
            20514
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 08 March 2025  03:26:28 -0500 (0:00:00.055)       0:00:01.878 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 08 March 2025  03:26:28 -0500 (0:00:00.055)       0:00:01.934 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 08 March 2025  03:26:28 -0500 (0:00:00.061)       0:00:01.996 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 08 March 2025  03:26:28 -0500 (0:00:00.078)       0:00:02.074 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": [
            6514, 
            20514
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 08 March 2025  03:26:28 -0500 (0:00:00.089)       0:00:02.163 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 08 March 2025  03:26:28 -0500 (0:00:00.095)       0:00:02.258 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": [
            6514, 
            20514
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 08 March 2025  03:26:28 -0500 (0:00:00.084)       0:00:02.343 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 08 March 2025  03:26:28 -0500 (0:00:00.071)       0:00:02.414 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 08 March 2025  03:26:28 -0500 (0:00:00.065)       0:00:02.480 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 08 March 2025  03:26:29 -0500 (0:00:00.069)       0:00:02.550 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_firewall_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 08 March 2025  03:26:29 -0500 (0:00:00.058)       0:00:02.609 ******** 
ok: [managed-node1] => (item=6514/tcp) => {
    "ansible_facts": {
        "logging_firewall_ports": [
            {
                "port": "6514/tcp", 
                "state": "enabled"
            }
        ]
    }, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "6514/tcp"
}
ok: [managed-node1] => (item=20514/tcp) => {
    "ansible_facts": {
        "logging_firewall_ports": [
            {
                "port": "6514/tcp", 
                "state": "enabled"
            }, 
            {
                "port": "20514/tcp", 
                "state": "enabled"
            }
        ]
    }, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "20514/tcp"
}

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 08 March 2025  03:26:29 -0500 (0:00:00.136)       0:00:02.745 ******** 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 08 March 2025  03:26:29 -0500 (0:00:00.054)       0:00:02.800 ******** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 08 March 2025  03:26:29 -0500 (0:00:00.136)       0:00:02.937 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 08 March 2025  03:26:29 -0500 (0:00:00.092)       0:00:03.029 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 08 March 2025  03:26:29 -0500 (0:00:00.057)       0:00:03.086 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 08 March 2025  03:26:29 -0500 (0:00:00.436)       0:00:03.523 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_is_ostree": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 08 March 2025  03:26:30 -0500 (0:00:00.065)       0:00:03.589 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 08 March 2025  03:26:30 -0500 (0:00:00.284)       0:00:03.874 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_is_transactional": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 08 March 2025  03:26:30 -0500 (0:00:00.067)       0:00:03.942 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 08 March 2025  03:26:31 -0500 (0:00:00.790)       0:00:04.732 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 08 March 2025  03:26:31 -0500 (0:00:00.058)       0:00:04.791 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 08 March 2025  03:26:31 -0500 (0:00:00.051)       0:00:04.842 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 08 March 2025  03:26:31 -0500 (0:00:00.047)       0:00:04.889 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 08 March 2025  03:26:31 -0500 (0:00:00.053)       0:00:04.943 ******** 
skipping: [managed-node1] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 08 March 2025  03:26:31 -0500 (0:00:00.146)       0:00:05.090 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "polkit.service basic.target system.slice dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "no", 
        "AssertTimestampMonotonic": "0", 
        "Before": "shutdown.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "no", 
        "ConditionTimestampMonotonic": "0", 
        "Conflicts": "ebtables.service shutdown.target ip6tables.service ipset.service iptables.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "0", 
        "ExecMainStartTimestampMonotonic": "0", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; 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/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestampMonotonic": "0", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "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": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "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": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "dead", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "disabled", 
        "Wants": "network-pre.target", 
        "WatchdogTimestampMonotonic": "0", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 08 March 2025  03:26:32 -0500 (0:00:00.615)       0:00:05.706 ******** 
changed: [managed-node1] => {
    "changed": true, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "polkit.service basic.target system.slice dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "no", 
        "AssertTimestampMonotonic": "0", 
        "Before": "shutdown.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "no", 
        "ConditionTimestampMonotonic": "0", 
        "Conflicts": "ipset.service ip6tables.service iptables.service ebtables.service shutdown.target", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "0", 
        "ExecMainStartTimestampMonotonic": "0", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; 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/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestampMonotonic": "0", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "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": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "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": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "dead", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "disabled", 
        "Wants": "network-pre.target", 
        "WatchdogTimestampMonotonic": "0", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 08 March 2025  03:26:32 -0500 (0:00:00.673)       0:00:06.379 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 08 March 2025  03:26:32 -0500 (0:00:00.055)       0:00:06.435 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 08 March 2025  03:26:32 -0500 (0:00:00.047)       0:00:06.482 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 08 March 2025  03:26:33 -0500 (0:00:00.047)       0:00:06.529 ******** 
changed: [managed-node1] => (item={u'state': u'enabled', u'port': u'6514/tcp'}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "port": "6514/tcp", 
        "state": "enabled"
    }
}
changed: [managed-node1] => (item={u'state': u'enabled', u'port': u'20514/tcp'}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "port": "20514/tcp", 
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 08 March 2025  03:26:34 -0500 (0:00:01.203)       0:00:07.733 ******** 
skipping: [managed-node1] => (item={u'state': u'enabled', u'port': u'6514/tcp'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "port": "6514/tcp", 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'port': u'20514/tcp'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "port": "20514/tcp", 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 08 March 2025  03:26:34 -0500 (0:00:00.110)       0:00:07.844 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 08 March 2025  03:26:34 -0500 (0:00:00.065)       0:00:07.910 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 08 March 2025  03:26:34 -0500 (0:00:00.063)       0:00:07.973 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 08 March 2025  03:26:34 -0500 (0:00:00.048)       0:00:08.022 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 08 March 2025  03:26:34 -0500 (0:00:00.047)       0:00:08.069 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 08 March 2025  03:26:34 -0500 (0:00:00.048)       0:00:08.117 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 08 March 2025  03:26:34 -0500 (0:00:00.060)       0:00:08.178 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 08 March 2025  03:26:34 -0500 (0:00:00.126)       0:00:08.304 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_selinux_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 08 March 2025  03:26:34 -0500 (0:00:00.077)       0:00:08.382 ******** 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 08 March 2025  03:26:34 -0500 (0:00:00.050)       0:00:08.433 ******** 
ok: [managed-node1] => (item=6514) => {
    "ansible_facts": {
        "logging_selinux_ports": [
            {
                "local": "true", 
                "ports": 6514, 
                "proto": "tcp", 
                "setype": "syslog_tls_port_t", 
                "state": "present"
            }
        ]
    }, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": 6514
}
ok: [managed-node1] => (item=20514) => {
    "ansible_facts": {
        "logging_selinux_ports": [
            {
                "local": "true", 
                "ports": 6514, 
                "proto": "tcp", 
                "setype": "syslog_tls_port_t", 
                "state": "present"
            }, 
            {
                "local": "true", 
                "ports": 20514, 
                "proto": "tcp", 
                "setype": "syslog_tls_port_t", 
                "state": "present"
            }
        ]
    }, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": 20514
}

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 08 March 2025  03:26:35 -0500 (0:00:00.097)       0:00:08.530 ******** 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 08 March 2025  03:26:35 -0500 (0:00:00.038)       0:00:08.568 ******** 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 08 March 2025  03:26:35 -0500 (0:00:00.038)       0:00:08.607 ******** 

TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2
Saturday 08 March 2025  03:26:35 -0500 (0:00:00.116)       0:00:08.724 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node1

TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2
Saturday 08 March 2025  03:26:35 -0500 (0:00:00.086)       0:00:08.810 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] *************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7
Saturday 08 March 2025  03:26:35 -0500 (0:00:00.050)       0:00:08.860 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node1

TASK [fedora.linux_system_roles.selinux : Check if system is ostree] ***********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Saturday 08 March 2025  03:26:35 -0500 (0:00:00.079)       0:00:08.940 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Saturday 08 March 2025  03:26:35 -0500 (0:00:00.308)       0:00:09.248 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__selinux_is_ostree": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Saturday 08 March 2025  03:26:35 -0500 (0:00:00.060)       0:00:09.309 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Saturday 08 March 2025  03:26:36 -0500 (0:00:00.316)       0:00:09.626 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__selinux_is_transactional": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Saturday 08 March 2025  03:26:36 -0500 (0:00:00.082)       0:00:09.708 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "libselinux-python-2.5-15.el7.x86_64 providing libselinux-python is already installed", 
        "policycoreutils-python-2.5-34.el7.x86_64 providing policycoreutils-python is already installed"
    ]
}
lsrpackages: libselinux-python policycoreutils-python

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Saturday 08 March 2025  03:26:36 -0500 (0:00:00.673)       0:00:10.381 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Saturday 08 March 2025  03:26:36 -0500 (0:00:00.078)       0:00:10.460 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Saturday 08 March 2025  03:26:37 -0500 (0:00:00.072)       0:00:10.532 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Saturday 08 March 2025  03:26:37 -0500 (0:00:00.074)       0:00:10.606 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Saturday 08 March 2025  03:26:37 -0500 (0:00:00.071)       0:00:10.678 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Saturday 08 March 2025  03:26:37 -0500 (0:00:00.073)       0:00:10.752 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Refresh facts] ***********************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Saturday 08 March 2025  03:26:37 -0500 (0:00:00.076)       0:00:10.829 ******** 
ok: [managed-node1]

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5
Saturday 08 March 2025  03:26:37 -0500 (0:00:00.569)       0:00:11.399 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13
Saturday 08 March 2025  03:26:37 -0500 (0:00:00.078)       0:00:11.477 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] *********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21
Saturday 08 March 2025  03:26:38 -0500 (0:00:00.080)       0:00:11.558 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "selinux_reboot_required": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] **********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25
Saturday 08 March 2025  03:26:38 -0500 (0:00:00.077)       0:00:11.635 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] *********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30
Saturday 08 March 2025  03:26:38 -0500 (0:00:00.071)       0:00:11.707 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35
Saturday 08 March 2025  03:26:38 -0500 (0:00:00.074)       0:00:11.781 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43
Saturday 08 March 2025  03:26:38 -0500 (0:00:00.073)       0:00:11.855 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48
Saturday 08 March 2025  03:26:38 -0500 (0:00:00.073)       0:00:11.928 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53
Saturday 08 March 2025  03:26:38 -0500 (0:00:00.072)       0:00:12.001 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58
Saturday 08 March 2025  03:26:38 -0500 (0:00:00.071)       0:00:12.072 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] ****************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63
Saturday 08 March 2025  03:26:38 -0500 (0:00:00.073)       0:00:12.146 ******** 

TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] ***********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74
Saturday 08 March 2025  03:26:38 -0500 (0:00:00.059)       0:00:12.206 ******** 

TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
Saturday 08 March 2025  03:26:38 -0500 (0:00:00.061)       0:00:12.268 ******** 
changed: [managed-node1] => (item={u'setype': u'syslog_tls_port_t', u'state': u'present', u'local': u'true', u'ports': 6514, u'proto': u'tcp'}) => {
    "__selinux_item": {
        "local": "true", 
        "ports": 6514, 
        "proto": "tcp", 
        "setype": "syslog_tls_port_t", 
        "state": "present"
    }, 
    "ansible_loop_var": "__selinux_item", 
    "changed": true, 
    "ports": [
        "6514"
    ], 
    "proto": "tcp", 
    "setype": "syslog_tls_port_t", 
    "state": "present"
}
changed: [managed-node1] => (item={u'setype': u'syslog_tls_port_t', u'state': u'present', u'local': u'true', u'ports': 20514, u'proto': u'tcp'}) => {
    "__selinux_item": {
        "local": "true", 
        "ports": 20514, 
        "proto": "tcp", 
        "setype": "syslog_tls_port_t", 
        "state": "present"
    }, 
    "ansible_loop_var": "__selinux_item", 
    "changed": true, 
    "ports": [
        "20514"
    ], 
    "proto": "tcp", 
    "setype": "syslog_tls_port_t", 
    "state": "present"
}

TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99
Saturday 08 March 2025  03:26:44 -0500 (0:00:06.080)       0:00:18.348 ******** 

TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] ***********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112
Saturday 08 March 2025  03:26:44 -0500 (0:00:00.041)       0:00:18.389 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "selinux_checksums": false, 
        "selinux_installed_modules": {
            "abrt": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "accountsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "acct": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "afs": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "aiccu": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "aide": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ajaxterm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "alsa": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "amanda": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "amtu": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "anaconda": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "antivirus": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "apache": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "apcupsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "apm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "application": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "arpwatch": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "asterisk": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "auditadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "authconfig": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "authlogin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "automount": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "avahi": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "awstats": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bacula": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "base": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bcfg2": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bind": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bitlbee": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "blkmapd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "blueman": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bluetooth": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "boinc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "boltd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bootloader": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "brctl": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "brltty": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bugzilla": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bumblebee": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cachefilesd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "calamaris": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "callweaver": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "canna": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ccs": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cdrecord": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "certmaster": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "certmonger": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "certwatch": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cfengine": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cgdcbxd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cgroup": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "chrome": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "chronyd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cinder": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cipe": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "clock": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "clogd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cloudform": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cmirrord": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cobbler": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cockpit": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "collectd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "colord": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "comsat": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "condor": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "conman": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "consolekit": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "container": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "couchdb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "courier": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cpucontrol": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cpufreqselector": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cpuplug": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cron": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ctdb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cups": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cvs": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cyphesis": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cyrus": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "daemontools": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dbadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dbskk": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dbus": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dcc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ddclient": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "denyhosts": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "devicekit": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dhcp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dictd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dirsrv": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dirsrv-admin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dmesg": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dmidecode": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dnsmasq": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dnssec": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dovecot": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "drbd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dspam": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "entropyd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "exim": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "fail2ban": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "fcoe": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "fetchmail": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "finger": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "firewalld": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "firewallgui": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "firstboot": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "fprintd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "freeipmi": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "freqset": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "fstools": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ftp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "games": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ganesha": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gdomap": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "geoclue": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "getty": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "git": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gitosis": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "glance": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "glusterd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gnome": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gpg": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gpm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gpsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gssproxy": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "guest": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "hddtemp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "hostname": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "hsqldb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "hwloc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "hypervkvp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "icecast": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "inetd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "init": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "inn": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "iodine": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "iotop": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ipa": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ipmievd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ipsec": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "iptables": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "irc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "irqbalance": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "iscsi": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "isns": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "jabber": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "jetty": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "jockey": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "journalctl": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kdump": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kdumpgui": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "keepalived": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kerberos": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "keyboardd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "keystone": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kismet": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kmscon": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kpatch": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ksmtuned": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ktalk": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "l2tp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ldap": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "libraries": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "likewise": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "linuxptp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lircd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "livecd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lldpad": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "loadkeys": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "locallogin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lockdev": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "logadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "logging": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "logrotate": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "logwatch": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lpd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lsm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lttng-tools": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lvm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mailman": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mailscanner": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "man2html": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mandb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mcelog": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mediawiki": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "memcached": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "milter": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "minidlna": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "minissdpd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mip6d": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mirrormanager": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "miscfiles": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mock": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "modemmanager": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "modutils": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mojomojo": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mon_statd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mongodb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "motion": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mount": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mozilla": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mpd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mplayer": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mrtg": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mta": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "munin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mysql": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mythtv": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nagios": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "namespace": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ncftool": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "netlabel": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "netutils": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "networkmanager": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ninfod": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nis": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nova": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nscd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nslcd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ntop": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ntp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "numad": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nut": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nx": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "obex": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "oddjob": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openct": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "opendnssec": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openhpid": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openshift": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openshift-origin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "opensm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openvpn": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openvswitch": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openwsman": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "oracleasm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "osad": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pads": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "passenger": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pcmcia": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pcp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pcscd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pegasus": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "permissivedomains": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pesign": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pingd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "piranha": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pkcs": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pki": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "plymouthd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "podsleuth": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "policykit": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "polipo": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "portmap": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "portreserve": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "postfix": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "postgresql": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "postgrey": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ppp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "prelink": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "prelude": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "privoxy": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "procmail": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "prosody": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "psad": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ptchown": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "publicfile": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pulseaudio": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "puppet": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pwauth": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "qmail": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "qpid": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "quantum": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "quota": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rabbitmq": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "radius": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "radvd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "raid": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rasdaemon": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rdisc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "readahead": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "realmd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "redis": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "remotelogin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "restraint": {
                "400": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhcs": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhev": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhgb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhnsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhsmcertd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhts": {
                "400": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ricci": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rkhunter": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rlogin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rngd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "roundup": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rpc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rpcbind": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rpm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rshd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rssh": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rsync": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rtas": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rtkit": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rwho": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "samba": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sambagui": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sandboxX": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sanlock": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sasl": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sbd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sblim": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "screen": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "secadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sectoolm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "selinuxutil": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sendmail": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sensord": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "setrans": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "setroubleshoot": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "seunshare": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sge": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "shorewall": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "slocate": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "slpd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "smartmon": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "smokeping": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "smoltclient": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "smsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "snapper": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "snmp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "snort": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sosreport": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "soundserver": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "spamassassin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "speech-dispatcher": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "squid": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ssh": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sssd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "staff": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "stapserver": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "stunnel": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "su": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sudo": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "svnserve": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "swift": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sysadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sysadm_secadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sysnetwork": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sysstat": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "systemd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tangd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "targetd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tcpd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tcsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "telepathy": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "telnet": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tftp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tgtd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "thin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "thumb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tlp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tmpreaper": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tomcat": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tor": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tuned": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tvtime": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "udev": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ulogd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "uml": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "unconfined": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "unconfineduser": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "unlabelednet": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "unprivuser": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "updfstab": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "usbmodules": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "usbmuxd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "userdomain": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "userhelper": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "usermanage": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "usernetctl": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "uucp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "uuidd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "varnishd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vdagent": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vhostmd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "virt": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vlock": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vmtools": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vmware": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vnstatd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vpn": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "w3c": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "watchdog": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "wdmd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "webadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "webalizer": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "wine": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "wireshark": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "xen": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "xguest": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "xserver": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "zabbix": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "zarafa": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "zebra": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "zoneminder": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "zosremote": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }
        }, 
        "selinux_priorities": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Load SELinux modules] ****************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115
Saturday 08 March 2025  03:26:47 -0500 (0:00:02.774)       0:00:21.164 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128
Saturday 08 March 2025  03:26:47 -0500 (0:00:00.093)       0:00:21.258 ******** 

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136
Saturday 08 March 2025  03:26:47 -0500 (0:00:00.065)       0:00:21.324 ******** 

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 08 March 2025  03:26:47 -0500 (0:00:00.060)       0:00:21.385 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 08 March 2025  03:26:48 -0500 (0:00:00.151)       0:00:21.537 ******** 

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 08 March 2025  03:26:48 -0500 (0:00:00.157)       0:00:21.694 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 08 March 2025  03:26:48 -0500 (0:00:00.103)       0:00:21.797 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 08 March 2025  03:26:48 -0500 (0:00:00.075)       0:00:21.873 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 08 March 2025  03:26:48 -0500 (0:00:00.325)       0:00:22.199 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__certificate_is_ostree": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 08 March 2025  03:26:48 -0500 (0:00:00.114)       0:00:22.313 ******** 
skipping: [managed-node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml"
}
skipping: [managed-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 08 March 2025  03:26:49 -0500 (0:00:00.234)       0:00:22.548 ******** 
changed: [managed-node1] => {
    "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: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\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                                              4.0 MB/s | 1.2 MB  00:00     \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : python2-pyasn1-0.1.9-7.el7.noarch                            1/7 \n  Installing : python-enum34-1.0.4-1.el7.noarch                             2/7 \n  Installing : python-ply-3.4-11.el7.noarch                                 3/7 \n  Installing : python-pycparser-2.14-1.el7.noarch                           4/7 \n  Installing : python-cffi-1.6.0-5.el7.x86_64                               5/7 \n  Installing : python-idna-2.4-1.el7.noarch                                 6/7 \n  Installing : python2-cryptography-1.7.2-2.el7.x86_64                      7/7 \n  Verifying  : python-idna-2.4-1.el7.noarch                                 1/7 \n  Verifying  : python-pycparser-2.14-1.el7.noarch                           2/7 \n  Verifying  : python-ply-3.4-11.el7.noarch                                 3/7 \n  Verifying  : python-cffi-1.6.0-5.el7.x86_64                               4/7 \n  Verifying  : python-enum34-1.0.4-1.el7.noarch                             5/7 \n  Verifying  : python2-pyasn1-0.1.9-7.el7.noarch                            6/7 \n  Verifying  : python2-cryptography-1.7.2-2.el7.x86_64                      7/7 \n\nInstalled:\n  python2-cryptography.x86_64 0:1.7.2-2.el7 python2-pyasn1.noarch 0:0.1.9-7.el7\n\nDependency Installed:\n  python-cffi.x86_64 0:1.6.0-5.el7        python-enum34.noarch 0:1.0.4-1.el7   \n  python-idna.noarch 0:2.4-1.el7          python-ply.noarch 0:3.4-11.el7       \n  python-pycparser.noarch 0:2.14-1.el7   \n\nComplete!\n"
    ]
}
lsrpackages: python-cryptography python-dbus python-pyasn1

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 08 March 2025  03:26:53 -0500 (0:00:04.600)       0:00:27.148 ******** 
changed: [managed-node1] => (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                                              1.8 MB/s | 984 kB  00:00     \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64                      1/6 \n  Installing : libtalloc-2.1.16-1.el7.x86_64                                2/6 \n  Installing : libtevent-0.9.39-1.el7.x86_64                                3/6 \n  Installing : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64               4/6 \n  Installing : psmisc-22.20-17.el7.x86_64                                   5/6 \n  Installing : certmonger-0.78.4-17.el7_9.x86_64                            6/6 \n  Verifying  : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64               1/6 \n  Verifying  : libtevent-0.9.39-1.el7.x86_64                                2/6 \n  Verifying  : libtalloc-2.1.16-1.el7.x86_64                                3/6 \n  Verifying  : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64                      4/6 \n  Verifying  : certmonger-0.78.4-17.el7_9.x86_64                            5/6 \n  Verifying  : psmisc-22.20-17.el7.x86_64                                   6/6 \n\nInstalled:\n  certmonger.x86_64 0:0.78.4-17.el7_9                                           \n\nDependency Installed:\n  libtalloc.x86_64 0:2.1.16-1.el7                                               \n  libtevent.x86_64 0:0.9.39-1.el7                                               \n  psmisc.x86_64 0:22.20-17.el7                                                  \n  xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7                                     \n  xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7                              \n\nComplete!\n"
    ]
}
lsrpackages: certmonger

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 08 March 2025  03:26:58 -0500 (0:00:04.668)       0:00:31.817 ******** 
changed: [managed-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 08 March 2025  03:26:58 -0500 (0:00:00.640)       0:00:32.457 ******** 
changed: [managed-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 08 March 2025  03:26:59 -0500 (0:00:00.414)       0:00:32.872 ******** 
changed: [managed-node1] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": true, 
    "enabled": true, 
    "name": "certmonger", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "network.target syslog.target dbus.service basic.target system.slice systemd-journald.socket", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "no", 
        "AssertTimestampMonotonic": "0", 
        "Before": "shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedorahosted.certmonger", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "no", 
        "ConditionTimestampMonotonic": "0", 
        "Conflicts": "shutdown.target", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "Certificate monitoring and PKI enrollment", 
        "DevicePolicy": "auto", 
        "EnvironmentFile": "/etc/sysconfig/certmonger (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "0", 
        "ExecMainStartTimestampMonotonic": "0", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/certmonger.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "certmonger.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestampMonotonic": "0", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "0", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "certmonger.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PIDFile": "/var/run/certmonger.pid", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "dead", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "disabled", 
        "WatchdogTimestampMonotonic": "0", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 08 March 2025  03:26:59 -0500 (0:00:00.642)       0:00:33.515 ******** 
changed: [managed-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 08 March 2025  03:27:01 -0500 (0:00:01.097)       0:00:34.613 ******** 
skipping: [managed-node1] => (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-node1] => (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-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 08 March 2025  03:27:01 -0500 (0:00:00.143)       0:00:34.757 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 08 March 2025  03:27:01 -0500 (0:00:00.105)       0:00:34.863 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 08 March 2025  03:27:01 -0500 (0:00:00.098)       0:00:34.961 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 08 March 2025  03:27:01 -0500 (0:00:00.104)       0:00:35.185 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 08 March 2025  03:27:01 -0500 (0:00:00.104)       0:00:35.290 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 08 March 2025  03:27:01 -0500 (0:00:00.229)       0:00:35.519 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

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

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 08 March 2025  03:27:02 -0500 (0:00:00.110)       0:00:35.853 ******** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 08 March 2025  03:27:02 -0500 (0:00:00.160)       0:00:36.014 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 08 March 2025  03:27:02 -0500 (0:00:00.138)       0:00:36.152 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 08 March 2025  03:27:02 -0500 (0:00:00.107)       0:00:36.260 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 08 March 2025  03:27:03 -0500 (0:00:00.368)       0:00:36.629 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__logging_is_ostree": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 08 March 2025  03:27:03 -0500 (0:00:00.102)       0:00:36.731 ******** 
ok: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 08 March 2025  03:27:03 -0500 (0:00:00.220)       0:00:36.952 ******** 
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 08 March 2025  03:27:03 -0500 (0:00:00.156)       0:00:37.108 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 08 March 2025  03:27:03 -0500 (0:00:00.234)       0:00:37.343 ******** 
skipping: [managed-node1] => (item=iproute)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iproute", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=rsyslog)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "rsyslog", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 08 March 2025  03:27:03 -0500 (0:00:00.050)       0:00:37.394 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 08 March 2025  03:27:04 -0500 (0:00:00.506)       0:00:37.941 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    }, 
    "changed": false
}

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 08 March 2025  03:27:06 -0500 (0:00:00.145)       0:00:39.739 ******** 
ok: [managed-node1] => {}

MSG:

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 08 March 2025  03:27:06 -0500 (0:00:00.105)       0:00:39.845 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 08 March 2025  03:27:06 -0500 (0:00:00.090)       0:00:39.935 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

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

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 08 March 2025  03:27:07 -0500 (0:00:00.400)       0:00:41.219 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options", 
                "filename": "00-global.conf", 
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125
Saturday 08 March 2025  03:27:08 -0500 (0:00:00.436)       0:00:41.656 ******** 
changed: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\n)\n', u'filename': u'00-global.conf'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
    "dest": "/etc/rsyslog.d/00-global.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
    }, 
    "md5sum": "04755d5349e9c6580948dbb90712be56", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 158, 
    "src": "/root/.ansible/tmp/ansible-tmp-1741422428.2-25550-75913321657176/source", 
    "state": "file", 
    "uid": 0
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
changed: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
    "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 96, 
    "src": "/root/.ansible/tmp/ansible-tmp-1741422428.88-25550-156331831165531/source", 
    "state": "file", 
    "uid": 0
}
changed: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
    "dest": "/etc/rsyslog.d/20-templates.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 85, 
    "src": "/root/.ansible/tmp/ansible-tmp-1741422429.41-25550-120501055588988/source", 
    "state": "file", 
    "uid": 0
}
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:149
Saturday 08 March 2025  03:27:10 -0500 (0:00:01.921)       0:00:43.577 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                                "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-1741422428.2-25550-75913321657176/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "04755d5349e9c6580948dbb90712be56", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 158, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422428.2-25550-75913321657176/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-1741422428.88-25550-156331831165531/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-1741422428.88-25550-156331831165531/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-1741422429.41-25550-120501055588988/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-1741422429.41-25550-120501055588988/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:153
Saturday 08 March 2025  03:27:10 -0500 (0:00:00.152)       0:00:43.730 ******** 
skipping: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\n)\n', u'filename': u'00-global.conf'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:171
Saturday 08 March 2025  03:27:10 -0500 (0:00:00.182)       0:00:43.912 ******** 
ok: [managed-node1] => (item={u'type': u'basics', u'name': u'system_input'}) => {
    "ansible_facts": {
        "__rsyslog_basics_packages": []
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-IKL/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-node1] => (item={u'tls': True, u'private_key': u'/etc/pki/tls/private/logging_cert.key', u'pki_authmode': u'name', u'name': u'relp_server0', u'ca_cert': u'/etc/pki/tls/certs/logging_cert.crt', u'permitted_clients': [u'*.client.com', u'*.example.com'], u'cert': u'/etc/pki/tls/certs/logging_cert.crt', u'type': u'relp', u'port': 6514}) => {
    "ansible_facts": {
        "__rsyslog_conf_input_relp_modules": [
            {
                "name": "input-relp-module", 
                "sections": [
                    {
                        "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_input_relp_packages": [
            "rsyslog-relp", 
            "librelp"
        ], 
        "__rsyslog_input_relp_rules": [
            "{{ __rsyslog_conf_input_relp_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml"
    ], 
    "ansible_loop_var": "input_item", 
    "changed": false, 
    "input_item": {
        "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", 
        "cert": "/etc/pki/tls/certs/logging_cert.crt", 
        "name": "relp_server0", 
        "permitted_clients": [
            "*.client.com", 
            "*.example.com"
        ], 
        "pki_authmode": "name", 
        "port": 6514, 
        "private_key": "/etc/pki/tls/private/logging_cert.key", 
        "tls": true, 
        "type": "relp"
    }
}
ok: [managed-node1] => (item={u'tls': True, u'private_key': u'/etc/pki/tls/private/logging_cert.key', u'pki_authmode': u'name', u'name': u'relp_server1', u'ca_cert': u'/etc/pki/tls/certs/logging_cert.crt', u'cert': u'/etc/pki/tls/certs/logging_cert.crt', u'type': u'relp', u'port': 20514}) => {
    "ansible_facts": {
        "__rsyslog_conf_input_relp_modules": [
            {
                "name": "input-relp-module", 
                "sections": [
                    {
                        "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_input_relp_packages": [
            "rsyslog-relp", 
            "librelp"
        ], 
        "__rsyslog_input_relp_rules": [
            "{{ __rsyslog_conf_input_relp_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml"
    ], 
    "ansible_loop_var": "input_item", 
    "changed": false, 
    "input_item": {
        "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", 
        "cert": "/etc/pki/tls/certs/logging_cert.crt", 
        "name": "relp_server1", 
        "pki_authmode": "name", 
        "port": 20514, 
        "private_key": "/etc/pki/tls/private/logging_cert.key", 
        "tls": true, 
        "type": "relp"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182
Saturday 08 March 2025  03:27:10 -0500 (0:00:00.169)       0:00:44.082 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node1
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml for managed-node1
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3
Saturday 08 March 2025  03:27:10 -0500 (0:00:00.305)       0:00:44.388 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 08 March 2025  03:27:11 -0500 (0:00:00.123)       0:00:44.686 ******** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 08 March 2025  03:27:11 -0500 (0:00:00.129)       0:00:44.815 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                                "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-1741422428.2-25550-75913321657176/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "04755d5349e9c6580948dbb90712be56", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 158, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422428.2-25550-75913321657176/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-1741422428.88-25550-156331831165531/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-1741422428.88-25550-156331831165531/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-1741422429.41-25550-120501055588988/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-1741422429.41-25550-120501055588988/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 08 March 2025  03:27:11 -0500 (0:00:00.156)       0:00:44.971 ******** 

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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10
Saturday 08 March 2025  03:27:11 -0500 (0:00:00.130)       0:00:45.102 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 08 March 2025  03:27:11 -0500 (0:00:00.135)       0:00:45.490 ******** 
changed: [managed-node1] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call files_output\n}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_output\n}\n'}], u'name': u'input-basics-system_input'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "938c2169765a026ff2849f2672552c71a75de022", 
    "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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input"
    }, 
    "md5sum": "db9e2e4b540c46fbfd2efff2d4f4de04", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 660, 
    "src": "/root/.ansible/tmp/ansible-tmp-1741422432.54-25701-123909101355532/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 08 March 2025  03:27:13 -0500 (0:00:01.203)       0:00:46.693 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                                "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-1741422428.2-25550-75913321657176/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "04755d5349e9c6580948dbb90712be56", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 158, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422428.2-25550-75913321657176/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-1741422428.88-25550-156331831165531/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-1741422428.88-25550-156331831165531/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-1741422429.41-25550-120501055588988/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-1741422429.41-25550-120501055588988/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": "938c2169765a026ff2849f2672552c71a75de022", 
                        "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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "938c2169765a026ff2849f2672552c71a75de022", 
                                "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-1741422432.54-25701-123909101355532/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "db9e2e4b540c46fbfd2efff2d4f4de04", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 660, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422432.54-25701-123909101355532/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 08 March 2025  03:27:13 -0500 (0:00:00.238)       0:00:46.931 ******** 
skipping: [managed-node1] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call files_output\n}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set and check certs and key for relp input] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:2
Saturday 08 March 2025  03:27:14 -0500 (0:00:00.633)       0:00:47.565 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy ca_cert on the control host to the specified path on the target host] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10
Saturday 08 March 2025  03:27:14 -0500 (0:00:00.203)       0:00:47.769 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy cert on the control host to the specified path on the target host] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17
Saturday 08 March 2025  03:27:14 -0500 (0:00:00.101)       0:00:47.871 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy key on the control host to the specified path on the target host] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24
Saturday 08 March 2025  03:27:14 -0500 (0:00:00.115)       0:00:47.987 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - tls is true, but triplets are not given] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31
Saturday 08 March 2025  03:27:14 -0500 (0:00:00.096)       0:00:48.083 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - key/certs data are provided, but tls is false] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36
Saturday 08 March 2025  03:27:14 -0500 (0:00:00.131)       0:00:48.214 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update relp logging packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:9
Saturday 08 March 2025  03:27:14 -0500 (0:00:00.143)       0:00:48.358 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 08 March 2025  03:27:15 -0500 (0:00:00.268)       0:00:48.627 ******** 
changed: [managed-node1] => {
    "changed": true, 
    "changes": {
        "installed": [
            "rsyslog-relp", 
            "librelp"
        ]
    }, 
    "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 librelp.x86_64 0:1.2.12-1.el7_5.1 will be installed\n--> Processing Dependency: libgnutls.so.28(GNUTLS_2_10)(64bit) for package: librelp-1.2.12-1.el7_5.1.x86_64\n--> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: librelp-1.2.12-1.el7_5.1.x86_64\n--> Processing Dependency: libgnutls.so.28()(64bit) for package: librelp-1.2.12-1.el7_5.1.x86_64\n---> Package rsyslog-relp.x86_64 0:8.24.0-57.el7_9.3 will be installed\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 librelp            x86_64       1.2.12-1.el7_5.1           base           61 k\n rsyslog-relp       x86_64       8.24.0-57.el7_9.3          updates        52 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  2 Packages (+3 Dependent packages)\n\nTotal download size: 1.4 M\nInstalled size: 3.7 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal                                              3.3 MB/s | 1.4 MB  00:00     \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : nettle-2.7.1-9.el7_9.x86_64                                  1/5 \n  Installing : trousers-0.3.14-2.el7.x86_64                                 2/5 \n  Installing : gnutls-3.3.29-9.el7_6.x86_64                                 3/5 \n  Installing : librelp-1.2.12-1.el7_5.1.x86_64                              4/5 \n  Installing : rsyslog-relp-8.24.0-57.el7_9.3.x86_64                        5/5 \n  Verifying  : trousers-0.3.14-2.el7.x86_64                                 1/5 \n  Verifying  : nettle-2.7.1-9.el7_9.x86_64                                  2/5 \n  Verifying  : gnutls-3.3.29-9.el7_6.x86_64                                 3/5 \n  Verifying  : librelp-1.2.12-1.el7_5.1.x86_64                              4/5 \n  Verifying  : rsyslog-relp-8.24.0-57.el7_9.3.x86_64                        5/5 \n\nInstalled:\n  librelp.x86_64 0:1.2.12-1.el7_5.1   rsyslog-relp.x86_64 0:8.24.0-57.el7_9.3  \n\nDependency Installed:\n  gnutls.x86_64 0:3.3.29-9.el7_6          nettle.x86_64 0:2.7.1-9.el7_9         \n  trousers.x86_64 0:0.3.14-2.el7         \n\nComplete!\n"
    ]
}
lsrpackages: librelp rsyslog-relp

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 08 March 2025  03:27:19 -0500 (0:00:04.697)       0:00:53.324 ******** 
changed: [managed-node1] => (item={u'sections': [{u'options': u'# Send logs over relp\nmodule(load="imrelp")'}], u'type': u'modules', u'name': u'input-relp-module'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
    "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "input-relp-module", 
        "sections": [
            {
                "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
            }
        ], 
        "type": "modules"
    }, 
    "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 90, 
    "src": "/root/.ansible/tmp/ansible-tmp-1741422439.86-25896-228418472424264/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 08 March 2025  03:27:20 -0500 (0:00:00.711)       0:00:54.036 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                                "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-1741422428.2-25550-75913321657176/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "04755d5349e9c6580948dbb90712be56", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 158, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422428.2-25550-75913321657176/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-1741422428.88-25550-156331831165531/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-1741422428.88-25550-156331831165531/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-1741422429.41-25550-120501055588988/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-1741422429.41-25550-120501055588988/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": "938c2169765a026ff2849f2672552c71a75de022", 
                        "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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "938c2169765a026ff2849f2672552c71a75de022", 
                                "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-1741422432.54-25701-123909101355532/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "db9e2e4b540c46fbfd2efff2d4f4de04", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 660, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422432.54-25701-123909101355532/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422439.86-25896-228418472424264/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422439.86-25896-228418472424264/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 08 March 2025  03:27:20 -0500 (0:00:00.165)       0:00:54.201 ******** 
skipping: [managed-node1] => (item={u'sections': [{u'options': u'# Send logs over relp\nmodule(load="imrelp")'}], u'type': u'modules', u'name': u'input-relp-module'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "input-relp-module", 
        "sections": [
            {
                "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create relp input configuration file /etc/rsyslog.d/input-relp-relp_server0] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:16
Saturday 08 March 2025  03:27:20 -0500 (0:00:00.146)       0:00:54.348 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 08 March 2025  03:27:21 -0500 (0:00:00.260)       0:00:54.608 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 08 March 2025  03:27:21 -0500 (0:00:00.088)       0:00:54.696 ******** 
changed: [managed-node1] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'input(name="relp_server0"\n      type="imrelp"\n      port="6514"\n      tls="on"\n      tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n      tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n      tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n      tls.authmode="name"\n      tls.permittedpeer=["*.client.com","*.example.com"]\n)\nif\n  ($inputname == "relp_server0")\n  then {\n    call files_output\n}\nif\n  ($inputname == "relp_server0")\n  then {\n    call forwards_output\n}\n'}], u'name': u'input-relp-relp_server0', u'weight': u'11'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", 
    "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "input-relp-relp_server0", 
        "sections": [
            {
                "options": "input(name=\"relp_server0\"\n      type=\"imrelp\"\n      port=\"6514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call forwards_output\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input", 
        "weight": "11"
    }, 
    "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 522, 
    "src": "/root/.ansible/tmp/ansible-tmp-1741422441.46-25944-230890268737643/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 08 March 2025  03:27:22 -0500 (0:00:00.925)       0:00:55.622 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                                "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-1741422428.2-25550-75913321657176/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "04755d5349e9c6580948dbb90712be56", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 158, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422428.2-25550-75913321657176/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-1741422428.88-25550-156331831165531/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-1741422428.88-25550-156331831165531/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-1741422429.41-25550-120501055588988/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-1741422429.41-25550-120501055588988/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": "938c2169765a026ff2849f2672552c71a75de022", 
                        "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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "938c2169765a026ff2849f2672552c71a75de022", 
                                "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-1741422432.54-25701-123909101355532/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "db9e2e4b540c46fbfd2efff2d4f4de04", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 660, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422432.54-25701-123909101355532/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422439.86-25896-228418472424264/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422439.86-25896-228418472424264/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", 
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-relp_server0", 
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server0\"\n      type=\"imrelp\"\n      port=\"6514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422441.46-25944-230890268737643/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 522, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422441.46-25944-230890268737643/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 08 March 2025  03:27:22 -0500 (0:00:00.165)       0:00:55.788 ******** 
skipping: [managed-node1] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'input(name="relp_server0"\n      type="imrelp"\n      port="6514"\n      tls="on"\n      tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n      tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n      tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n      tls.authmode="name"\n      tls.permittedpeer=["*.client.com","*.example.com"]\n)\nif\n  ($inputname == "relp_server0")\n  then {\n    call files_output\n}\nif\n  ($inputname == "relp_server0")\n  then {\n    call forwards_output\n}\n'}], u'name': u'input-relp-relp_server0', u'weight': u'11'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "input-relp-relp_server0", 
        "sections": [
            {
                "options": "input(name=\"relp_server0\"\n      type=\"imrelp\"\n      port=\"6514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call forwards_output\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input", 
        "weight": "11"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set and check certs and key for relp input] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:2
Saturday 08 March 2025  03:27:22 -0500 (0:00:00.318)       0:00:56.106 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy ca_cert on the control host to the specified path on the target host] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10
Saturday 08 March 2025  03:27:22 -0500 (0:00:00.163)       0:00:56.269 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy cert on the control host to the specified path on the target host] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17
Saturday 08 March 2025  03:27:22 -0500 (0:00:00.146)       0:00:56.416 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy key on the control host to the specified path on the target host] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24
Saturday 08 March 2025  03:27:23 -0500 (0:00:00.144)       0:00:56.560 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - tls is true, but triplets are not given] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31
Saturday 08 March 2025  03:27:23 -0500 (0:00:00.225)       0:00:56.786 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - key/certs data are provided, but tls is false] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36
Saturday 08 March 2025  03:27:23 -0500 (0:00:00.172)       0:00:56.958 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update relp logging packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:9
Saturday 08 March 2025  03:27:23 -0500 (0:00:00.132)       0:00:57.091 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 08 March 2025  03:27:23 -0500 (0:00:00.180)       0:00:57.271 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "rsyslog-relp-8.24.0-57.el7_9.3.x86_64 providing rsyslog-relp is already installed", 
        "librelp-1.2.12-1.el7_5.1.x86_64 providing librelp is already installed"
    ]
}
lsrpackages: librelp rsyslog-relp

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 08 March 2025  03:27:24 -0500 (0:00:00.589)       0:00:57.861 ******** 
ok: [managed-node1] => (item={u'sections': [{u'options': u'# Send logs over relp\nmodule(load="imrelp")'}], u'type': u'modules', u'name': u'input-relp-module'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
    "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "input-relp-module", 
        "sections": [
            {
                "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
            }
        ], 
        "type": "modules"
    }, 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.d/10-input-relp-module.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 90, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 08 March 2025  03:27:24 -0500 (0:00:00.654)       0:00:58.516 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                                "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-1741422428.2-25550-75913321657176/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "04755d5349e9c6580948dbb90712be56", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 158, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422428.2-25550-75913321657176/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-1741422428.88-25550-156331831165531/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-1741422428.88-25550-156331831165531/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-1741422429.41-25550-120501055588988/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-1741422429.41-25550-120501055588988/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": "938c2169765a026ff2849f2672552c71a75de022", 
                        "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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "938c2169765a026ff2849f2672552c71a75de022", 
                                "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-1741422432.54-25701-123909101355532/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "db9e2e4b540c46fbfd2efff2d4f4de04", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 660, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422432.54-25701-123909101355532/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422439.86-25896-228418472424264/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422439.86-25896-228418472424264/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", 
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-relp_server0", 
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server0\"\n      type=\"imrelp\"\n      port=\"6514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422441.46-25944-230890268737643/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 522, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422441.46-25944-230890268737643/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ], 
                            "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-input-relp-module.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-input-relp-module.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-input-relp-module.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 08 March 2025  03:27:25 -0500 (0:00:00.109)       0:00:58.625 ******** 
skipping: [managed-node1] => (item={u'sections': [{u'options': u'# Send logs over relp\nmodule(load="imrelp")'}], u'type': u'modules', u'name': u'input-relp-module'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "input-relp-module", 
        "sections": [
            {
                "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create relp input configuration file /etc/rsyslog.d/input-relp-relp_server1] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:16
Saturday 08 March 2025  03:27:25 -0500 (0:00:00.136)       0:00:58.762 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 08 March 2025  03:27:25 -0500 (0:00:00.175)       0:00:59.206 ******** 
changed: [managed-node1] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'input(name="relp_server1"\n      type="imrelp"\n      port="20514"\n      tls="on"\n      tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n      tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n      tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n      tls.authmode="name"\n      tls.permittedpeer=["*.managed-node1"]\n)\nif\n  ($inputname == "relp_server1")\n  then {\n    call files_output\n}\nif\n  ($inputname == "relp_server1")\n  then {\n    call forwards_output\n}\n'}], u'name': u'input-relp-relp_server1', u'weight': u'11'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", 
    "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "input-relp-relp_server1", 
        "sections": [
            {
                "options": "input(name=\"relp_server1\"\n      type=\"imrelp\"\n      port=\"20514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call forwards_output\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input", 
        "weight": "11"
    }, 
    "md5sum": "c2a7dbf967f673097785c71b22d2b1c6", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 510, 
    "src": "/root/.ansible/tmp/ansible-tmp-1741422445.96-26104-193290761776310/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 08 March 2025  03:27:26 -0500 (0:00:00.849)       0:01:00.056 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                                "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-1741422428.2-25550-75913321657176/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "04755d5349e9c6580948dbb90712be56", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 158, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422428.2-25550-75913321657176/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-1741422428.88-25550-156331831165531/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-1741422428.88-25550-156331831165531/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-1741422429.41-25550-120501055588988/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-1741422429.41-25550-120501055588988/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": "938c2169765a026ff2849f2672552c71a75de022", 
                        "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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "938c2169765a026ff2849f2672552c71a75de022", 
                                "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-1741422432.54-25701-123909101355532/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "db9e2e4b540c46fbfd2efff2d4f4de04", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 660, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422432.54-25701-123909101355532/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422439.86-25896-228418472424264/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422439.86-25896-228418472424264/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", 
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-relp_server0", 
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server0\"\n      type=\"imrelp\"\n      port=\"6514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422441.46-25944-230890268737643/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 522, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422441.46-25944-230890268737643/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ], 
                            "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-input-relp-module.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-input-relp-module.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-input-relp-module.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", 
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-relp_server1", 
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server1\"\n      type=\"imrelp\"\n      port=\"20514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422445.96-26104-193290761776310/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "c2a7dbf967f673097785c71b22d2b1c6", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 510, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422445.96-26104-193290761776310/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 08 March 2025  03:27:26 -0500 (0:00:00.174)       0:01:00.231 ******** 
skipping: [managed-node1] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'input(name="relp_server1"\n      type="imrelp"\n      port="20514"\n      tls="on"\n      tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n      tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n      tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n      tls.authmode="name"\n      tls.permittedpeer=["*.managed-node1"]\n)\nif\n  ($inputname == "relp_server1")\n  then {\n    call files_output\n}\nif\n  ($inputname == "relp_server1")\n  then {\n    call forwards_output\n}\n'}], u'name': u'input-relp-relp_server1', u'weight': u'11'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "input-relp-relp_server1", 
        "sections": [
            {
                "options": "input(name=\"relp_server1\"\n      type=\"imrelp\"\n      port=\"20514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call forwards_output\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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:197
Saturday 08 March 2025  03:27:27 -0500 (0:00:00.298)       0:01:00.529 ******** 
ok: [managed-node1] => (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-IKL/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"
    }
}
ok: [managed-node1] => (item={u'tcp_port': 1514, u'type': u'forwards', u'name': u'forwards_output', u'target': u'host.domain'}) => {
    "ansible_facts": {
        "__rsyslog_conf_forwards_output_modules": [
            {
                "name": "output-forwards-modules", 
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format", 
                        "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_forwards_template_format | length > 0 and logging_forwards_template_format != \"modern\" %}\nmodule(load=\"builtin:omfwd\" Template=\"{{ logging_forwards_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_forwards_output_packages": [], 
        "__rsyslog_forwards_output_rules": [
            "{{ __rsyslog_conf_forwards_output_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "name": "forwards_output", 
        "target": "host.domain", 
        "tcp_port": 1514, 
        "type": "forwards"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:209
Saturday 08 March 2025  03:27:27 -0500 (0:00:00.173)       0:01:00.703 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node1
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node1

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

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

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 08 March 2025  03:27:28 -0500 (0:00:00.708)       0:01:01.999 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                                "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-1741422428.2-25550-75913321657176/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "04755d5349e9c6580948dbb90712be56", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 158, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422428.2-25550-75913321657176/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-1741422428.88-25550-156331831165531/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-1741422428.88-25550-156331831165531/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-1741422429.41-25550-120501055588988/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-1741422429.41-25550-120501055588988/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": "938c2169765a026ff2849f2672552c71a75de022", 
                        "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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "938c2169765a026ff2849f2672552c71a75de022", 
                                "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-1741422432.54-25701-123909101355532/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "db9e2e4b540c46fbfd2efff2d4f4de04", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 660, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422432.54-25701-123909101355532/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422439.86-25896-228418472424264/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422439.86-25896-228418472424264/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", 
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-relp_server0", 
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server0\"\n      type=\"imrelp\"\n      port=\"6514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422441.46-25944-230890268737643/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 522, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422441.46-25944-230890268737643/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ], 
                            "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-input-relp-module.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-input-relp-module.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-input-relp-module.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", 
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-relp_server1", 
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server1\"\n      type=\"imrelp\"\n      port=\"20514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422445.96-26104-193290761776310/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "c2a7dbf967f673097785c71b22d2b1c6", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 510, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422445.96-26104-193290761776310/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422447.84-26183-199289636855899/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "00018829068d32b3c654252fff4f6884", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422447.84-26183-199289636855899/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 08 March 2025  03:27:28 -0500 (0:00:00.133)       0:01:02.132 ******** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfile")\n'}], u'type': u'modules', u'name': u'output-files-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-files-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-files_output] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Saturday 08 March 2025  03:27:28 -0500 (0:00:00.125)       0:01:02.258 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 08 March 2025  03:27:28 -0500 (0:00:00.173)       0:01:02.431 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 08 March 2025  03:27:29 -0500 (0:00:00.102)       0:01:02.534 ******** 
changed: [managed-node1] => (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-1741422449.27-26242-22840075170536/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 08 March 2025  03:27:29 -0500 (0:00:00.837)       0:01:03.372 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                                "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-1741422428.2-25550-75913321657176/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "04755d5349e9c6580948dbb90712be56", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 158, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422428.2-25550-75913321657176/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-1741422428.88-25550-156331831165531/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-1741422428.88-25550-156331831165531/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-1741422429.41-25550-120501055588988/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-1741422429.41-25550-120501055588988/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": "938c2169765a026ff2849f2672552c71a75de022", 
                        "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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "938c2169765a026ff2849f2672552c71a75de022", 
                                "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-1741422432.54-25701-123909101355532/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "db9e2e4b540c46fbfd2efff2d4f4de04", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 660, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422432.54-25701-123909101355532/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422439.86-25896-228418472424264/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422439.86-25896-228418472424264/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", 
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-relp_server0", 
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server0\"\n      type=\"imrelp\"\n      port=\"6514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422441.46-25944-230890268737643/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 522, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422441.46-25944-230890268737643/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ], 
                            "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-input-relp-module.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-input-relp-module.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-input-relp-module.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", 
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-relp_server1", 
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server1\"\n      type=\"imrelp\"\n      port=\"20514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422445.96-26104-193290761776310/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "c2a7dbf967f673097785c71b22d2b1c6", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 510, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422445.96-26104-193290761776310/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422447.84-26183-199289636855899/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "00018829068d32b3c654252fff4f6884", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422447.84-26183-199289636855899/source", 
                        "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-1741422449.27-26242-22840075170536/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-1741422449.27-26242-22840075170536/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 08 March 2025  03:27:29 -0500 (0:00:00.131)       0:01:03.503 ******** 
skipping: [managed-node1] => (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 : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3
Saturday 08 March 2025  03:27:30 -0500 (0:00:00.427)       0:01:03.931 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 08 March 2025  03:27:30 -0500 (0:00:00.296)       0:01:04.227 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 08 March 2025  03:27:30 -0500 (0:00:00.083)       0:01:04.310 ******** 
changed: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", 
    "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "md5sum": "ae2da87911f54a1a65d787b2eba4d920", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 150, 
    "src": "/root/.ansible/tmp/ansible-tmp-1741422450.85-26316-275045174425953/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 08 March 2025  03:27:31 -0500 (0:00:00.644)       0:01:04.955 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                                "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-1741422428.2-25550-75913321657176/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "04755d5349e9c6580948dbb90712be56", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 158, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422428.2-25550-75913321657176/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-1741422428.88-25550-156331831165531/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-1741422428.88-25550-156331831165531/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-1741422429.41-25550-120501055588988/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-1741422429.41-25550-120501055588988/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": "938c2169765a026ff2849f2672552c71a75de022", 
                        "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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "938c2169765a026ff2849f2672552c71a75de022", 
                                "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-1741422432.54-25701-123909101355532/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "db9e2e4b540c46fbfd2efff2d4f4de04", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 660, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422432.54-25701-123909101355532/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422439.86-25896-228418472424264/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422439.86-25896-228418472424264/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", 
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-relp_server0", 
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server0\"\n      type=\"imrelp\"\n      port=\"6514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422441.46-25944-230890268737643/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 522, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422441.46-25944-230890268737643/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ], 
                            "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-input-relp-module.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-input-relp-module.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-input-relp-module.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", 
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-relp_server1", 
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server1\"\n      type=\"imrelp\"\n      port=\"20514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422445.96-26104-193290761776310/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "c2a7dbf967f673097785c71b22d2b1c6", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 510, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422445.96-26104-193290761776310/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422447.84-26183-199289636855899/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "00018829068d32b3c654252fff4f6884", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422447.84-26183-199289636855899/source", 
                        "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-1741422449.27-26242-22840075170536/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-1741422449.27-26242-22840075170536/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422450.85-26316-275045174425953/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "ae2da87911f54a1a65d787b2eba4d920", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 150, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422450.85-26316-275045174425953/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 08 March 2025  03:27:31 -0500 (0:00:00.184)       0:01:05.140 ******** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfwd")\n'}], u'type': u'modules', u'name': u'output-forwards-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfwd\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_output] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10
Saturday 08 March 2025  03:27:31 -0500 (0:00:00.121)       0:01:05.262 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 08 March 2025  03:27:31 -0500 (0:00:00.172)       0:01:05.435 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 08 March 2025  03:27:32 -0500 (0:00:00.103)       0:01:05.538 ******** 
changed: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_output") {\n    *.* action(name="forwards_output"\n        type="omfwd"\n        Target="host.domain"\n        Port="1514"\n        Protocol="tcp"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}], u'name': u'output-forwards-forwards_output'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "c50a3e41c708a0192d17578ea630ed779a79b028", 
    "dest": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-forwards-forwards_output", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_output\") {\n    *.* action(name=\"forwards_output\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "md5sum": "686f4c6abd6198923f60887e636fc9cc", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 261, 
    "src": "/root/.ansible/tmp/ansible-tmp-1741422452.36-26373-139443548666652/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 08 March 2025  03:27:32 -0500 (0:00:00.944)       0:01:06.483 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                                "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-1741422428.2-25550-75913321657176/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "04755d5349e9c6580948dbb90712be56", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 158, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422428.2-25550-75913321657176/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-1741422428.88-25550-156331831165531/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-1741422428.88-25550-156331831165531/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-1741422429.41-25550-120501055588988/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-1741422429.41-25550-120501055588988/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": "938c2169765a026ff2849f2672552c71a75de022", 
                        "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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "938c2169765a026ff2849f2672552c71a75de022", 
                                "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-1741422432.54-25701-123909101355532/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "db9e2e4b540c46fbfd2efff2d4f4de04", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 660, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422432.54-25701-123909101355532/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422439.86-25896-228418472424264/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422439.86-25896-228418472424264/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", 
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-relp_server0", 
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server0\"\n      type=\"imrelp\"\n      port=\"6514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422441.46-25944-230890268737643/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 522, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422441.46-25944-230890268737643/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760", 
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ], 
                            "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-input-relp-module.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-input-relp-module.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-input-relp-module.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", 
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "input-relp-relp_server1", 
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server1\"\n      type=\"imrelp\"\n      port=\"20514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input", 
                            "weight": "11"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422445.96-26104-193290761776310/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "c2a7dbf967f673097785c71b22d2b1c6", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 510, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422445.96-26104-193290761776310/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422447.84-26183-199289636855899/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "00018829068d32b3c654252fff4f6884", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422447.84-26183-199289636855899/source", 
                        "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-1741422449.27-26242-22840075170536/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-1741422449.27-26242-22840075170536/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", 
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfwd\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422450.85-26316-275045174425953/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "ae2da87911f54a1a65d787b2eba4d920", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 150, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422450.85-26316-275045174425953/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "c50a3e41c708a0192d17578ea630ed779a79b028", 
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-forwards-forwards_output", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_output\") {\n    *.* action(name=\"forwards_output\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "c50a3e41c708a0192d17578ea630ed779a79b028", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_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-1741422452.36-26373-139443548666652/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "686f4c6abd6198923f60887e636fc9cc", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 261, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422452.36-26373-139443548666652/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 08 March 2025  03:27:33 -0500 (0:00:00.368)       0:01:06.851 ******** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="forwards_output") {\n    *.* action(name="forwards_output"\n        type="omfwd"\n        Target="host.domain"\n        Port="1514"\n        Protocol="tcp"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}], u'name': u'output-forwards-forwards_output'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-forwards-forwards_output", 
        "sections": [
            {
                "options": "ruleset(name=\"forwards_output\") {\n    *.* action(name=\"forwards_output\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:222
Saturday 08 March 2025  03:27:33 -0500 (0:00:00.432)       0:01:07.284 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239
Saturday 08 March 2025  03:27:33 -0500 (0:00:00.135)       0:01:07.419 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:259
Saturday 08 March 2025  03:27:34 -0500 (0:00:00.141)       0:01:07.561 ******** 

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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:280
Saturday 08 March 2025  03:27:34 -0500 (0:00:00.128)       0:01:07.690 ******** 
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local ca_cert file to the target if needed] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:288
Saturday 08 March 2025  03:27:34 -0500 (0:00:00.174)       0:01:07.864 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local cert file to the target if needed] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:300
Saturday 08 March 2025  03:27:34 -0500 (0:00:00.136)       0:01:08.000 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local key file to the target if needed] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:312
Saturday 08 March 2025  03:27:34 -0500 (0:00:00.141)       0:01:08.142 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332
Saturday 08 March 2025  03:27:35 -0500 (0:00:00.584)       0:01:08.863 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:341
Saturday 08 March 2025  03:27:35 -0500 (0:00:00.130)       0:01:08.994 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:353
Saturday 08 March 2025  03:27:35 -0500 (0:00:00.204)       0:01:09.199 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get mode of rsyslog.conf if it exists] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:360
Saturday 08 March 2025  03:27:35 -0500 (0:00:00.132)       0:01:09.331 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1741422363.4691207, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "c9638f934d9bd63f915871a44f22aa1968342884", 
        "ctime": 1741422352.7211065, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 136787, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1642101032.0, 
        "nlink": 1, 
        "path": "/etc/rsyslog.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 3232, 
        "uid": 0, 
        "version": "18446744071835658922", 
        "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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:366
Saturday 08 March 2025  03:27:36 -0500 (0:00:00.432)       0:01:09.763 ******** 
changed: [managed-node1] => {
    "changed": true, 
    "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", 
    "dest": "/etc/rsyslog.conf", 
    "gid": 0, 
    "group": "root", 
    "md5sum": "06be1b21217661badf921ea6dcceb702", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 131, 
    "src": "/root/.ansible/tmp/ansible-tmp-1741422456.29-26529-128828203791883/source", 
    "state": "file", 
    "uid": 0
}

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

TASK [Ensure config file size and counts] **************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:76
Saturday 08 March 2025  03:27:37 -0500 (0:00:00.665)       0:01:11.010 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml for managed-node1

TASK [Get info of /etc/rsyslog.conf] *******************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2
Saturday 08 March 2025  03:27:37 -0500 (0:00:00.250)       0:01:11.261 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1741422457.2892528, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", 
        "ctime": 1741422456.768252, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 263566, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1741422456.5592515, 
        "nlink": 1, 
        "path": "/etc/rsyslog.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 131, 
        "uid": 0, 
        "version": "18446744071835664166", 
        "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-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7
Saturday 08 March 2025  03:27:38 -0500 (0:00:00.412)       0:01:11.674 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "examined": 12, 
    "files": [
        {
            "atime": 1741422457.2892528, 
            "ctime": 1741422441.93523, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263486, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1741422441.7292297, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 522, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1741422457.2892528, 
            "ctime": 1741422451.2802434, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263564, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1741422451.0862432, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 150, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1741422457.2892528, 
            "ctime": 1741422449.7042413, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263563, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1741422449.508241, 
            "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": 1741422457.2892528, 
            "ctime": 1741422452.8002458, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263565, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1741422452.5982454, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 261, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1741422457.2892528, 
            "ctime": 1741422428.7512112, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263480, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1741422428.462211, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/00-global.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 158, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1741422457.2892528, 
            "ctime": 1741422429.302212, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263481, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1741422429.1202118, 
            "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": 1741422457.2892528, 
            "ctime": 1741422432.9792173, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263484, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1741422432.779217, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/90-input-basics-system_input.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 660, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1741422457.2892528, 
            "ctime": 1741422446.3932364, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263561, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1741422446.2012362, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 510, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1741422457.2892528, 
            "ctime": 1741422448.3392394, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263562, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1741422448.1262388, 
            "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": 1741422457.2892528, 
            "ctime": 1741422429.8892128, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263483, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1741422429.6912127, 
            "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": 1741422444.664234, 
            "ctime": 1741422440.349228, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263485, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1741422440.1252275, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/10-input-relp-module.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 90, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }
    ], 
    "matched": 11
}

TASK [Check rsyslog.conf size (less)] ******************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13
Saturday 08 March 2025  03:27:38 -0500 (0:00:00.681)       0:01:12.355 ******** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check rsyslog.conf size (more)] ******************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18
Saturday 08 March 2025  03:27:38 -0500 (0:00:00.147)       0:01:12.503 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Check file counts in rsyslog.d] ******************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23
Saturday 08 March 2025  03:27:39 -0500 (0:00:00.212)       0:01:12.715 ******** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check conf files exist] **************************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27
Saturday 08 March 2025  03:27:39 -0500 (0:00:00.116)       0:01:12.832 ******** 
ok: [managed-node1] => (item=/etc/rsyslog.d/11-input-relp-relp_server0.conf) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", 
    "stat": {
        "atime": 1741422457.2892528, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", 
        "ctime": 1741422441.93523, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 263486, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1741422441.7292297, 
        "nlink": 1, 
        "path": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 522, 
        "uid": 0, 
        "version": "18446744071835664081", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}
ok: [managed-node1] => (item=/etc/rsyslog.d/11-input-relp-relp_server1.conf) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", 
    "stat": {
        "atime": 1741422457.2892528, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", 
        "ctime": 1741422446.3932364, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 263561, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1741422446.2012362, 
        "nlink": 1, 
        "path": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 510, 
        "uid": 0, 
        "version": "18446744071835664105", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Check rsyslog errors] ****************************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35
Saturday 08 March 2025  03:27:39 -0500 (0:00:00.626)       0:01:13.459 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Install lsof] ************************************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:86
Saturday 08 March 2025  03:27:40 -0500 (0:00:00.111)       0:01:13.571 ******** 
changed: [managed-node1] => {
    "changed": true, 
    "changes": {
        "installed": [
            "lsof"
        ]
    }, 
    "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 lsof.x86_64 0:4.87-6.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package         Arch              Version                Repository       Size\n================================================================================\nInstalling:\n lsof            x86_64            4.87-6.el7             base            331 k\n\nTransaction Summary\n================================================================================\nInstall  1 Package\n\nTotal download size: 331 k\nInstalled size: 927 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : lsof-4.87-6.el7.x86_64                                       1/1 \n  Verifying  : lsof-4.87-6.el7.x86_64                                       1/1 \n\nInstalled:\n  lsof.x86_64 0:4.87-6.el7                                                      \n\nComplete!\n"
    ]
}
lsrpackages: lsof

TASK [Check lsof outputs for rsyslogd] *****************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:92
Saturday 08 March 2025  03:27:43 -0500 (0:00:03.145)       0:01:16.716 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\nlsof -i -nP | grep rsyslogd", 
    "delta": "0:00:00.042598", 
    "end": "2025-03-08 03:27:43.536421", 
    "rc": 0, 
    "start": "2025-03-08 03:27:43.493823"
}

STDOUT:

rsyslogd  32010   root    4u  IPv4 115518      0t0  TCP *:6514 (LISTEN)
rsyslogd  32010   root    5u  IPv6 115519      0t0  TCP *:6514 (LISTEN)
rsyslogd  32010   root    6u  IPv4 115522      0t0  TCP *:20514 (LISTEN)
rsyslogd  32010   root    7u  IPv6 115523      0t0  TCP *:20514 (LISTEN)

TASK [Show lsof output] ********************************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:99
Saturday 08 March 2025  03:27:43 -0500 (0:00:00.449)       0:01:17.165 ******** 
ok: [managed-node1] => {}

MSG:

lsof returned rsyslogd  32010   root    4u  IPv4 115518      0t0  TCP *:6514 (LISTEN)
rsyslogd  32010   root    5u  IPv6 115519      0t0  TCP *:6514 (LISTEN)
rsyslogd  32010   root    6u  IPv4 115522      0t0  TCP *:20514 (LISTEN)
rsyslogd  32010   root    7u  IPv6 115523      0t0  TCP *:20514 (LISTEN)

TASK [Check port 6514, 20514 are open for TCP] *********************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:103
Saturday 08 March 2025  03:27:43 -0500 (0:00:00.076)       0:01:17.242 ******** 
ok: [managed-node1] => (item=6514) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": "set -euo pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 6514", 
    "delta": "0:00:00.021522", 
    "end": "2025-03-08 03:27:43.950401", 
    "item": 6514, 
    "rc": 0, 
    "start": "2025-03-08 03:27:43.928879"
}

STDOUT:

rsyslogd  32010   root    4u  IPv4 115518      0t0  TCP *:6514 (LISTEN)
rsyslogd  32010   root    5u  IPv6 115519      0t0  TCP *:6514 (LISTEN)
ok: [managed-node1] => (item=20514) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": "set -euo pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 20514", 
    "delta": "0:00:00.015750", 
    "end": "2025-03-08 03:27:44.206529", 
    "item": 20514, 
    "rc": 0, 
    "start": "2025-03-08 03:27:44.190779"
}

STDOUT:

rsyslogd  32010   root    6u  IPv4 115522      0t0  TCP *:20514 (LISTEN)
rsyslogd  32010   root    7u  IPv6 115523      0t0  TCP *:20514 (LISTEN)

TASK [Check the flows in relp_server0 - 0] *************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:111
Saturday 08 March 2025  03:27:44 -0500 (0:00:00.592)       0:01:17.835 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\ngrep '$inputname == \"relp_server0\"' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | wc -l", 
    "delta": "0:00:00.004722", 
    "end": "2025-03-08 03:27:44.525797", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-03-08 03:27:44.521075"
}

STDOUT:

2

TASK [Check the flows in relp_server0 - 1] *************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:119
Saturday 08 March 2025  03:27:44 -0500 (0:00:00.320)       0:01:18.155 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\ngrep -A 2 '$inputname == \"relp_server0\"' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | grep \"call files_output\" | wc -l", 
    "delta": "0:00:00.005129", 
    "end": "2025-03-08 03:27:44.843955", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-03-08 03:27:44.838826"
}

STDOUT:

1

TASK [Check the ca cert in relp_server0 - 0] ***********************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:127
Saturday 08 March 2025  03:27:44 -0500 (0:00:00.318)       0:01:18.474 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\ngrep 'tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | wc -l", 
    "delta": "0:00:00.004926", 
    "end": "2025-03-08 03:27:45.163490", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-03-08 03:27:45.158564"
}

STDOUT:

1

TASK [Check the ca cert in relp_server0 - 1] ***********************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:135
Saturday 08 March 2025  03:27:45 -0500 (0:00:00.316)       0:01:18.791 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1741422420.9282, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "0d22ed4923758d6a4f03c208e7c34b40ed8efefb", 
        "ctime": 1741422420.9232001, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 142710, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0600", 
        "mtime": 1741422420.9232001, 
        "nlink": 1, 
        "path": "/etc/pki/tls/certs/logging_cert.crt", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": false, 
        "roth": false, 
        "rusr": true, 
        "size": 1302, 
        "uid": 0, 
        "version": "18446744071835663816", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Check the cert in relp_server0 - 0] **************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:139
Saturday 08 March 2025  03:27:45 -0500 (0:00:00.382)       0:01:19.173 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\ngrep 'tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | wc -l", 
    "delta": "0:00:00.005132", 
    "end": "2025-03-08 03:27:45.865481", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-03-08 03:27:45.860349"
}

STDOUT:

1

TASK [Check the cert in relp_server0 - 1] **************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:147
Saturday 08 March 2025  03:27:46 -0500 (0:00:00.369)       0:01:19.542 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1741422420.9282, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "0d22ed4923758d6a4f03c208e7c34b40ed8efefb", 
        "ctime": 1741422420.9232001, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 142710, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0600", 
        "mtime": 1741422420.9232001, 
        "nlink": 1, 
        "path": "/etc/pki/tls/certs/logging_cert.crt", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": false, 
        "roth": false, 
        "rusr": true, 
        "size": 1302, 
        "uid": 0, 
        "version": "18446744071835663816", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Check the private key in relp_server0 - 0] *******************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:151
Saturday 08 March 2025  03:27:46 -0500 (0:00:00.330)       0:01:19.873 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\ngrep 'tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | wc -l", 
    "delta": "0:00:00.004530", 
    "end": "2025-03-08 03:27:46.582053", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-03-08 03:27:46.577523"
}

STDOUT:

1

TASK [Check the private key in relp_server0 - 1] *******************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:159
Saturday 08 March 2025  03:27:46 -0500 (0:00:00.396)       0:01:20.269 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1741422457.2942526, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "bdc2127cefda88671c61b7174530e08d92c5ec69", 
        "ctime": 1741422420.9232001, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 142709, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0600", 
        "mtime": 1741422420.9232001, 
        "nlink": 1, 
        "path": "/etc/pki/tls/private/logging_cert.key", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": false, 
        "roth": false, 
        "rusr": true, 
        "size": 1704, 
        "uid": 0, 
        "version": "18446744071835663803", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Check tls.permittedpeer in relp_server0] *********************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:163
Saturday 08 March 2025  03:27:47 -0500 (0:00:00.419)       0:01:20.689 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\ngrep 'tls.permittedpeer=\\[\"\\*.client.com\",\"\\*.example.com\"\\]' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | wc -l", 
    "delta": "0:00:00.004893", 
    "end": "2025-03-08 03:27:47.411757", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-03-08 03:27:47.406864"
}

STDOUT:

1

TASK [Check tls.permittedpeer in relp_server1] *********************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:171
Saturday 08 March 2025  03:27:47 -0500 (0:00:00.388)       0:01:21.077 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail; grep \"tls.permittedpeer=\\[\\\"\\*.managed-node1\\\"\\]\" \"/etc/rsyslog.d/11-input-relp-relp_server1.conf\" | wc -l", 
    "delta": "0:00:00.004310", 
    "end": "2025-03-08 03:27:47.791232", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-03-08 03:27:47.786922"
}

STDOUT:

1

TASK [Check maxDataSize is logging_max_message_size] ***************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:182
Saturday 08 March 2025  03:27:47 -0500 (0:00:00.378)       0:01:21.456 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Check preserveFQDN is on] ************************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:193
Saturday 08 March 2025  03:27:48 -0500 (0:00:00.101)       0:01:21.557 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": [
        "grep", 
        "-c", 
        "preserveFQDN=\"on\"", 
        "/etc/rsyslog.d/00-global.conf"
    ], 
    "delta": "0:00:00.003100", 
    "end": "2025-03-08 03:27:48.252869", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-03-08 03:27:48.249769"
}

STDOUT:

1

TASK [Check ports managed by firewall and selinux] *****************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:199
Saturday 08 March 2025  03:27:48 -0500 (0:00:00.380)       0:01:21.938 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node1

TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Saturday 08 March 2025  03:27:48 -0500 (0:00:00.333)       0:01:22.272 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Saturday 08 March 2025  03:27:48 -0500 (0:00:00.128)       0:01:22.401 ******** 
ok: [managed-node1] => (item=6514) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"6514/tcp\"\n", 
    "delta": "0:00:00.257719", 
    "end": "2025-03-08 03:27:49.396505", 
    "item": 6514, 
    "rc": 0, 
    "start": "2025-03-08 03:27:49.138786"
}

STDOUT:

6514/tcp 20514/tcp
ok: [managed-node1] => (item=20514) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"20514/tcp\"\n", 
    "delta": "0:00:00.251509", 
    "end": "2025-03-08 03:27:49.932476", 
    "item": 20514, 
    "rc": 0, 
    "start": "2025-03-08 03:27:49.680967"
}

STDOUT:

6514/tcp 20514/tcp

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Saturday 08 March 2025  03:27:50 -0500 (0:00:01.162)       0:01:23.564 ******** 

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Saturday 08 March 2025  03:27:50 -0500 (0:00:00.095)       0:01:23.659 ******** 
ok: [managed-node1] => (item=6514) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": "set -euo pipefail\nsudo semanage port -C --list | egrep \"syslog.*_port_t\" |  grep \"6514\" | grep \"tcp\"", 
    "delta": "0:00:00.187018", 
    "end": "2025-03-08 03:27:50.549107", 
    "item": 6514, 
    "rc": 0, 
    "start": "2025-03-08 03:27:50.362089"
}

STDOUT:

syslog_tls_port_t              tcp      6514, 20514
ok: [managed-node1] => (item=20514) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": "set -euo pipefail\nsudo semanage port -C --list | egrep \"syslog.*_port_t\" |  grep \"20514\" | grep \"tcp\"", 
    "delta": "0:00:00.169556", 
    "end": "2025-03-08 03:27:51.006393", 
    "item": 20514, 
    "rc": 0, 
    "start": "2025-03-08 03:27:50.836837"
}

STDOUT:

syslog_tls_port_t              tcp      6514, 20514

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Saturday 08 March 2025  03:27:51 -0500 (0:00:00.975)       0:01:24.635 ******** 

TASK [Set firewall and selinux to false for cleanup] ***************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:202
Saturday 08 March 2025  03:27:51 -0500 (0:00:00.096)       0:01:24.731 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_manage_firewall": false, 
        "logging_manage_selinux": false
    }, 
    "changed": false
}

TASK [END TEST CASE 0; Clean up the deployed config] ***************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:207
Saturday 08 March 2025  03:27:51 -0500 (0:00:00.084)       0:01:24.816 ******** 

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-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 08 March 2025  03:27:51 -0500 (0:00:00.374)       0:01:25.190 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 08 March 2025  03:27:51 -0500 (0:00:00.145)       0:01:25.336 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_outputs": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 08 March 2025  03:27:51 -0500 (0:00:00.136)       0:01:25.472 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_inputs": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 08 March 2025  03:27:52 -0500 (0:00:00.135)       0:01:25.608 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 08 March 2025  03:27:52 -0500 (0:00:00.106)       0:01:25.715 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 08 March 2025  03:27:52 -0500 (0:00:00.096)       0:01:25.811 ******** 

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 08 March 2025  03:27:52 -0500 (0:00:00.081)       0:01:25.892 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 08 March 2025  03:27:52 -0500 (0:00:00.156)       0:01:26.049 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 08 March 2025  03:27:52 -0500 (0:00:00.082)       0:01:26.131 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 08 March 2025  03:27:52 -0500 (0:00:00.088)       0:01:26.220 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 08 March 2025  03:27:52 -0500 (0:00:00.125)       0:01:26.345 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 08 March 2025  03:27:52 -0500 (0:00:00.109)       0:01:26.455 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 08 March 2025  03:27:53 -0500 (0:00:00.155)       0:01:26.610 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 08 March 2025  03:27:53 -0500 (0:00:00.111)       0:01:26.722 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 08 March 2025  03:27:53 -0500 (0:00:00.104)       0:01:26.826 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 08 March 2025  03:27:53 -0500 (0:00:00.093)       0:01:26.919 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 08 March 2025  03:27:53 -0500 (0:00:00.106)       0:01:27.026 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 08 March 2025  03:27:53 -0500 (0:00:00.103)       0:01:27.130 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 08 March 2025  03:27:53 -0500 (0:00:00.090)       0:01:27.220 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 08 March 2025  03:27:53 -0500 (0:00:00.100)       0:01:27.321 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 08 March 2025  03:27:53 -0500 (0:00:00.101)       0:01:27.423 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 08 March 2025  03:27:53 -0500 (0:00:00.094)       0:01:27.517 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 08 March 2025  03:27:54 -0500 (0:00:00.089)       0:01:27.607 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 08 March 2025  03:27:54 -0500 (0:00:00.269)       0:01:27.877 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 08 March 2025  03:27:54 -0500 (0:00:00.113)       0:01:27.990 ******** 

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 08 March 2025  03:27:54 -0500 (0:00:00.102)       0:01:28.093 ******** 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 08 March 2025  03:27:54 -0500 (0:00:00.074)       0:01:28.167 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 08 March 2025  03:27:54 -0500 (0:00:00.107)       0:01:28.274 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 08 March 2025  03:27:54 -0500 (0:00:00.197)       0:01:28.472 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 08 March 2025  03:27:55 -0500 (0:00:00.106)       0:01:28.578 ******** 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 08 March 2025  03:27:55 -0500 (0:00:00.094)       0:01:28.672 ******** 

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 08 March 2025  03:27:55 -0500 (0:00:00.083)       0:01:28.755 ******** 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 08 March 2025  03:27:55 -0500 (0:00:00.079)       0:01:28.835 ******** 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 08 March 2025  03:27:55 -0500 (0:00:00.107)       0:01:28.943 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 08 March 2025  03:27:55 -0500 (0:00:00.103)       0:01:29.047 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 08 March 2025  03:27:55 -0500 (0:00:00.303)       0:01:29.350 ******** 

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 08 March 2025  03:27:56 -0500 (0:00:00.246)       0:01:29.597 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 08 March 2025  03:27:56 -0500 (0:00:00.242)       0:01:29.840 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 08 March 2025  03:27:56 -0500 (0:00:00.158)       0:01:29.998 ******** 
skipping: [managed-node1] => {
    "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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 08 March 2025  03:27:56 -0500 (0:00:00.099)       0:01:30.097 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 08 March 2025  03:27:56 -0500 (0:00:00.080)       0:01:30.178 ******** 
skipping: [managed-node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml"
}
skipping: [managed-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 08 March 2025  03:27:56 -0500 (0:00:00.296)       0:01:30.474 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "python2-pyasn1-0.1.9-7.el7.noarch providing python-pyasn1 is already installed", 
        "python2-cryptography-1.7.2-2.el7.x86_64 providing python-cryptography is already installed", 
        "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed"
    ]
}
lsrpackages: python-cryptography python-dbus python-pyasn1

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

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 08 March 2025  03:27:59 -0500 (0:00:00.632)       0:01:32.721 ******** 
ok: [managed-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 08 March 2025  03:27:59 -0500 (0:00:00.427)       0:01:33.149 ******** 
ok: [managed-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 08 March 2025  03:28:00 -0500 (0:00:00.482)       0:01:33.631 ******** 
ok: [managed-node1] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "enabled": true, 
    "name": "certmonger", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-03-08 03:26:59 EST", 
        "ActiveEnterTimestampMonotonic": "643186171", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice systemd-journald.socket dbus.service network.target syslog.target basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-03-08 03:26:59 EST", 
        "AssertTimestampMonotonic": "643157499", 
        "Before": "shutdown.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedorahosted.certmonger", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2025-03-08 03:26:59 EST", 
        "ConditionTimestampMonotonic": "643157497", 
        "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": "30138", 
        "ExecMainStartTimestamp": "Sat 2025-03-08 03:26:59 EST", 
        "ExecMainStartTimestampMonotonic": "643158057", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/certmonger.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "certmonger.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2025-03-08 03:26:59 EST", 
        "InactiveExitTimestampMonotonic": "643158093", 
        "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": "30138", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "certmonger.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PIDFile": "/var/run/certmonger.pid", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "WatchdogTimestamp": "Sat 2025-03-08 03:26:59 EST", 
        "WatchdogTimestampMonotonic": "643186134", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 08 March 2025  03:28:00 -0500 (0:00:00.547)       0:01:34.179 ******** 
changed: [managed-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 08 March 2025  03:28:01 -0500 (0:00:00.960)       0:01:35.140 ******** 
skipping: [managed-node1] => (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-node1] => (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-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 08 March 2025  03:28:01 -0500 (0:00:00.173)       0:01:35.313 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 08 March 2025  03:28:01 -0500 (0:00:00.212)       0:01:35.525 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 08 March 2025  03:28:02 -0500 (0:00:00.139)       0:01:35.665 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 08 March 2025  03:28:02 -0500 (0:00:00.136)       0:01:35.942 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 08 March 2025  03:28:02 -0500 (0:00:00.149)       0:01:36.091 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 08 March 2025  03:28:02 -0500 (0:00:00.139)       0:01:36.231 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 08 March 2025  03:28:02 -0500 (0:00:00.143)       0:01:36.514 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 08 March 2025  03:28:03 -0500 (0:00:00.147)       0:01:36.662 ******** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 08 March 2025  03:28:03 -0500 (0:00:00.236)       0:01:36.898 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 08 March 2025  03:28:03 -0500 (0:00:00.239)       0:01:37.138 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 08 March 2025  03:28:03 -0500 (0:00:00.262)       0:01:37.400 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 08 March 2025  03:28:04 -0500 (0:00:00.129)       0:01:37.530 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 08 March 2025  03:28:04 -0500 (0:00:00.128)       0:01:37.658 ******** 
ok: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 08 March 2025  03:28:04 -0500 (0:00:00.289)       0:01:37.948 ******** 
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 08 March 2025  03:28:04 -0500 (0:00:00.219)       0:01:38.167 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 08 March 2025  03:28:04 -0500 (0:00:00.267)       0:01:38.435 ******** 
ok: [managed-node1] => (item=iproute) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-V", 
        "iproute"
    ], 
    "delta": "0:00:00.082546", 
    "end": "2025-03-08 03:28:05.240715", 
    "failed_when_result": false, 
    "item": "iproute", 
    "rc": 0, 
    "start": "2025-03-08 03:28:05.158169", 
    "warnings": [
        "Consider using the yum, dnf or zypper module rather than running 'rpm'.  If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message."
    ]
}
ok: [managed-node1] => (item=rsyslog) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-V", 
        "rsyslog"
    ], 
    "delta": "0:00:00.074579", 
    "end": "2025-03-08 03:28:05.620103", 
    "failed_when_result": false, 
    "item": "rsyslog", 
    "rc": 1, 
    "start": "2025-03-08 03:28:05.545524", 
    "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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 08 March 2025  03:28:05 -0500 (0:00:00.886)       0:01:39.321 ******** 
changed: [managed-node1] => {
    "changed": true, 
    "changes": {
        "removed": [
            "iproute", 
            "rsyslog"
        ]
    }, 
    "rc": 0, 
    "results": [
        "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package iproute.x86_64 0:4.11.0-30.el7 will be erased\n---> Package rsyslog.x86_64 0:8.24.0-57.el7_9.3 will be erased\n--> Processing Dependency: rsyslog = 8.24.0-57.el7_9.3 for package: rsyslog-relp-8.24.0-57.el7_9.3.x86_64\n--> Running transaction check\n---> Package rsyslog-relp.x86_64 0:8.24.0-57.el7_9.3 will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package            Arch         Version                   Repository      Size\n================================================================================\nRemoving:\n iproute            x86_64       4.11.0-30.el7             @base          1.8 M\n rsyslog            x86_64       8.24.0-57.el7_9.3         @updates       1.9 M\nRemoving for dependencies:\n rsyslog-relp       x86_64       8.24.0-57.el7_9.3         @updates        45 k\n\nTransaction Summary\n================================================================================\nRemove  2 Packages (+1 Dependent package)\n\nInstalled size: 3.8 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Erasing    : rsyslog-relp-8.24.0-57.el7_9.3.x86_64                        1/3 \n  Erasing    : rsyslog-8.24.0-57.el7_9.3.x86_64                             2/3 \nwarning: /etc/rsyslog.conf saved as /etc/rsyslog.conf.rpmsave\n  Erasing    : iproute-4.11.0-30.el7.x86_64                                 3/3 \n  Verifying  : rsyslog-8.24.0-57.el7_9.3.x86_64                             1/3 \n  Verifying  : rsyslog-relp-8.24.0-57.el7_9.3.x86_64                        2/3 \n  Verifying  : iproute-4.11.0-30.el7.x86_64                                 3/3 \n\nRemoved:\n  iproute.x86_64 0:4.11.0-30.el7       rsyslog.x86_64 0:8.24.0-57.el7_9.3      \n\nDependency Removed:\n  rsyslog-relp.x86_64 0:8.24.0-57.el7_9.3                                       \n\nComplete!\n"
    ]
}

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 08 March 2025  03:28:11 -0500 (0:00:04.127)       0:01:45.131 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    }, 
    "changed": false
}

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 08 March 2025  03:28:13 -0500 (0:00:00.146)       0:01:46.842 ******** 
ok: [managed-node1] => {}

MSG:

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 08 March 2025  03:28:13 -0500 (0:00:00.135)       0:01:46.978 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 08 March 2025  03:28:13 -0500 (0:00:00.125)       0:01:47.103 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

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

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 08 March 2025  03:28:14 -0500 (0:00:00.351)       0:01:48.433 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options", 
                "filename": "00-global.conf", 
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125
Saturday 08 March 2025  03:28:15 -0500 (0:00:00.500)       0:01:48.933 ******** 
skipping: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\n)\n', u'filename': u'00-global.conf'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:149
Saturday 08 March 2025  03:28:15 -0500 (0:00:00.119)       0:01:49.053 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:153
Saturday 08 March 2025  03:28:15 -0500 (0:00:00.144)       0:01:49.197 ******** 
skipping: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\n)\n', u'filename': u'00-global.conf'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:171
Saturday 08 March 2025  03:28:15 -0500 (0:00:00.113)       0:01:49.311 ******** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182
Saturday 08 March 2025  03:28:15 -0500 (0:00:00.076)       0:01:49.387 ******** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:197
Saturday 08 March 2025  03:28:15 -0500 (0:00:00.076)       0:01:49.464 ******** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:209
Saturday 08 March 2025  03:28:16 -0500 (0:00:00.085)       0:01:49.549 ******** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:222
Saturday 08 March 2025  03:28:16 -0500 (0:00:00.077)       0:01:49.627 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n  rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n  if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n    echo \"/etc/rsyslog.d/$conf\"\n  fi\ndone\n", 
    "delta": "0:00:00.338263", 
    "end": "2025-03-08 03:28:16.668590", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-03-08 03:28:16.330327"
}

STDOUT:

/etc/rsyslog.d/00-global.conf
/etc/rsyslog.d/05-common-defaults.conf
/etc/rsyslog.d/10-input-relp-module.conf
/etc/rsyslog.d/10-output-files-modules.conf
/etc/rsyslog.d/10-output-forwards-modules.conf
/etc/rsyslog.d/11-input-relp-relp_server0.conf
/etc/rsyslog.d/11-input-relp-relp_server1.conf
/etc/rsyslog.d/20-templates.conf
/etc/rsyslog.d/30-output-files-files_output.conf
/etc/rsyslog.d/30-output-forwards-forwards_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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239
Saturday 08 March 2025  03:28:16 -0500 (0:00:00.672)       0:01:50.299 ******** 
changed: [managed-node1] => (item=/etc/rsyslog.d/00-global.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/00-global.conf", 
    "path": "/etc/rsyslog.d/00-global.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/05-common-defaults.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/05-common-defaults.conf", 
    "path": "/etc/rsyslog.d/05-common-defaults.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/10-input-relp-module.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/10-input-relp-module.conf", 
    "path": "/etc/rsyslog.d/10-input-relp-module.conf", 
    "state": "absent"
}
changed: [managed-node1] => (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-node1] => (item=/etc/rsyslog.d/10-output-forwards-modules.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/11-input-relp-relp_server0.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", 
    "path": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/11-input-relp-relp_server1.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", 
    "path": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/20-templates.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/20-templates.conf", 
    "path": "/etc/rsyslog.d/20-templates.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/30-output-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-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_output.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf", 
    "path": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf", 
    "state": "absent"
}
changed: [managed-node1] => (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-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:259
Saturday 08 March 2025  03:28:19 -0500 (0:00:02.998)       0:01:53.297 ******** 

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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:280
Saturday 08 March 2025  03:28:19 -0500 (0:00:00.092)       0:01:53.389 ******** 
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local ca_cert file to the target if needed] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:288
Saturday 08 March 2025  03:28:20 -0500 (0:00:00.148)       0:01:53.538 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local cert file to the target if needed] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:300
Saturday 08 March 2025  03:28:20 -0500 (0:00:00.098)       0:01:53.636 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local key file to the target if needed] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:312
Saturday 08 March 2025  03:28:20 -0500 (0:00:00.123)       0:01:53.760 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332
Saturday 08 March 2025  03:28:20 -0500 (0:00:00.462)       0:01:54.341 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:341
Saturday 08 March 2025  03:28:20 -0500 (0:00:00.109)       0:01:54.450 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:353
Saturday 08 March 2025  03:28:21 -0500 (0:00:00.081)       0:01:54.531 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get mode of rsyslog.conf if it exists] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:360
Saturday 08 March 2025  03:28:21 -0500 (0:00:00.172)       0:01:54.704 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate main rsyslog configuration] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:366
Saturday 08 March 2025  03:28:21 -0500 (0:00:00.085)       0:01:54.790 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

TASK [Check ports managed by firewall and selinux] *****************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:222
Saturday 08 March 2025  03:28:21 -0500 (0:00:00.542)       0:01:55.352 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node1

TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Saturday 08 March 2025  03:28:22 -0500 (0:00:00.251)       0:01:55.604 ******** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Saturday 08 March 2025  03:28:22 -0500 (0:00:00.153)       0:01:55.758 ******** 

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Saturday 08 March 2025  03:28:22 -0500 (0:00:00.122)       0:01:55.880 ******** 

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Saturday 08 March 2025  03:28:22 -0500 (0:00:00.125)       0:01:56.005 ******** 

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Saturday 08 March 2025  03:28:22 -0500 (0:00:00.126)       0:01:56.131 ******** 

TASK [Set firewall true and selinux false] *************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:228
Saturday 08 March 2025  03:28:22 -0500 (0:00:00.124)       0:01:56.255 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_manage_firewall": true, 
        "logging_manage_selinux": true
    }, 
    "changed": false
}

TASK [TEST CASE 1; Test the client configuration using tls relp] ***************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:233
Saturday 08 March 2025  03:28:22 -0500 (0:00:00.213)       0:01:56.469 ******** 

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-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 08 March 2025  03:28:23 -0500 (0:00:00.283)       0:01:56.753 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_output_files": [
            {
                "name": "default_files", 
                "type": "files"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 08 March 2025  03:28:23 -0500 (0:00:00.120)       0:01:56.873 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", 
                "cert": "/etc/pki/tls/certs/logging_cert.crt", 
                "name": "relp_client0", 
                "permitted_servers": [
                    "*.server.com", 
                    "*.example.com"
                ], 
                "pki_authmode": "name", 
                "port": 6514, 
                "private_key": "/etc/pki/tls/private/logging_cert.key", 
                "target": "localhost", 
                "tls": true, 
                "type": "relp"
            }, 
            {
                "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", 
                "cert": "/etc/pki/tls/certs/logging_cert.crt", 
                "name": "relp_client1", 
                "pki_authmode": "name", 
                "port": 7514, 
                "private_key": "/etc/pki/tls/private/logging_cert.key", 
                "target": "localhost", 
                "tls": true, 
                "type": "relp"
            }, 
            {
                "name": "default_files", 
                "type": "files"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 08 March 2025  03:28:23 -0500 (0:00:00.095)       0:01:56.969 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_inputs": [
            {
                "name": "system_input", 
                "type": "basics"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 08 March 2025  03:28:23 -0500 (0:00:00.116)       0:01:57.086 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 08 March 2025  03:28:23 -0500 (0:00:00.136)       0:01:57.222 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 08 March 2025  03:28:23 -0500 (0:00:00.146)       0:01:57.368 ******** 
skipping: [managed-node1] => (item={u'inputs': [u'system_input'], u'name': u'flows', u'outputs': [u'relp_client0', u'relp_client1']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "inputs": [
            "system_input"
        ], 
        "name": "flows", 
        "outputs": [
            "relp_client0", 
            "relp_client1"
        ]
    }, 
    "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-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 08 March 2025  03:28:23 -0500 (0:00:00.160)       0:01:57.528 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 08 March 2025  03:28:24 -0500 (0:00:00.288)       0:01:57.816 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 08 March 2025  03:28:24 -0500 (0:00:00.136)       0:01:57.953 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 08 March 2025  03:28:24 -0500 (0:00:00.221)       0:01:58.175 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 08 March 2025  03:28:24 -0500 (0:00:00.141)       0:01:58.317 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 08 March 2025  03:28:24 -0500 (0:00:00.123)       0:01:58.441 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": [
            6514, 
            7514
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 08 March 2025  03:28:25 -0500 (0:00:00.117)       0:01:58.558 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 08 March 2025  03:28:25 -0500 (0:00:00.106)       0:01:58.665 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": [
            6514, 
            7514
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 08 March 2025  03:28:25 -0500 (0:00:00.156)       0:01:58.821 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 08 March 2025  03:28:25 -0500 (0:00:00.150)       0:01:58.972 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 08 March 2025  03:28:25 -0500 (0:00:00.114)       0:01:59.086 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 08 March 2025  03:28:25 -0500 (0:00:00.121)       0:01:59.208 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": [
            6514, 
            7514
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 08 March 2025  03:28:25 -0500 (0:00:00.159)       0:01:59.368 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 08 March 2025  03:28:25 -0500 (0:00:00.125)       0:01:59.493 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": [
            6514, 
            7514
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 08 March 2025  03:28:26 -0500 (0:00:00.110)       0:01:59.604 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 08 March 2025  03:28:26 -0500 (0:00:00.188)       0:01:59.792 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 08 March 2025  03:28:26 -0500 (0:00:00.130)       0:01:59.923 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 08 March 2025  03:28:26 -0500 (0:00:00.273)       0:02:00.196 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_firewall_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 08 March 2025  03:28:26 -0500 (0:00:00.143)       0:02:00.339 ******** 
ok: [managed-node1] => (item=6514/tcp) => {
    "ansible_facts": {
        "logging_firewall_ports": [
            {
                "port": "6514/tcp", 
                "state": "enabled"
            }
        ]
    }, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "6514/tcp"
}
ok: [managed-node1] => (item=7514/tcp) => {
    "ansible_facts": {
        "logging_firewall_ports": [
            {
                "port": "6514/tcp", 
                "state": "enabled"
            }, 
            {
                "port": "7514/tcp", 
                "state": "enabled"
            }
        ]
    }, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "7514/tcp"
}

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 08 March 2025  03:28:27 -0500 (0:00:00.214)       0:02:00.554 ******** 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 08 March 2025  03:28:27 -0500 (0:00:00.101)       0:02:00.655 ******** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 08 March 2025  03:28:27 -0500 (0:00:00.176)       0:02:00.832 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 08 March 2025  03:28:27 -0500 (0:00:00.173)       0:02:01.005 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 08 March 2025  03:28:27 -0500 (0:00:00.160)       0:02:01.166 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 08 March 2025  03:28:27 -0500 (0:00:00.227)       0:02:01.393 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 08 March 2025  03:28:28 -0500 (0:00:00.146)       0:02:01.540 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 08 March 2025  03:28:28 -0500 (0:00:00.140)       0:02:01.681 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 08 March 2025  03:28:28 -0500 (0:00:00.144)       0:02:01.826 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 08 March 2025  03:28:28 -0500 (0:00:00.638)       0:02:02.465 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 08 March 2025  03:28:29 -0500 (0:00:00.097)       0:02:02.562 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 08 March 2025  03:28:29 -0500 (0:00:00.087)       0:02:02.649 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 08 March 2025  03:28:29 -0500 (0:00:00.087)       0:02:02.737 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 08 March 2025  03:28:29 -0500 (0:00:00.087)       0:02:02.824 ******** 
skipping: [managed-node1] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 08 March 2025  03:28:29 -0500 (0:00:00.175)       0:02:03.000 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-03-08 03:26:32 EST", 
        "ActiveEnterTimestampMonotonic": "616116284", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service dbus.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-03-08 03:26:32 EST", 
        "AssertTimestampMonotonic": "615876468", 
        "Before": "network-pre.target multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2025-03-08 03:26:32 EST", 
        "ConditionTimestampMonotonic": "615876467", 
        "Conflicts": "ebtables.service shutdown.target iptables.service ip6tables.service ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "29114", 
        "ExecMainStartTimestamp": "Sat 2025-03-08 03:26:32 EST", 
        "ExecMainStartTimestampMonotonic": "615877447", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; 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/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2025-03-08 03:26:32 EST", 
        "InactiveExitTimestampMonotonic": "615877475", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "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": "29114", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "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": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2025-03-08 03:26:32 EST", 
        "WatchdogTimestampMonotonic": "616116050", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 08 March 2025  03:28:29 -0500 (0:00:00.426)       0:02:03.427 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-03-08 03:26:32 EST", 
        "ActiveEnterTimestampMonotonic": "616116284", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service dbus.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-03-08 03:26:32 EST", 
        "AssertTimestampMonotonic": "615876468", 
        "Before": "network-pre.target multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2025-03-08 03:26:32 EST", 
        "ConditionTimestampMonotonic": "615876467", 
        "Conflicts": "ebtables.service shutdown.target iptables.service ip6tables.service ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "29114", 
        "ExecMainStartTimestamp": "Sat 2025-03-08 03:26:32 EST", 
        "ExecMainStartTimestampMonotonic": "615877447", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; 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/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2025-03-08 03:26:32 EST", 
        "InactiveExitTimestampMonotonic": "615877475", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "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": "29114", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "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": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2025-03-08 03:26:32 EST", 
        "WatchdogTimestampMonotonic": "616116050", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 08 March 2025  03:28:30 -0500 (0:00:00.432)       0:02:03.859 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 08 March 2025  03:28:30 -0500 (0:00:00.097)       0:02:03.957 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 08 March 2025  03:28:30 -0500 (0:00:00.096)       0:02:04.053 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 08 March 2025  03:28:30 -0500 (0:00:00.085)       0:02:04.138 ******** 
ok: [managed-node1] => (item={u'state': u'enabled', u'port': u'6514/tcp'}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "port": "6514/tcp", 
        "state": "enabled"
    }
}
changed: [managed-node1] => (item={u'state': u'enabled', u'port': u'7514/tcp'}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "port": "7514/tcp", 
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 08 March 2025  03:28:31 -0500 (0:00:01.107)       0:02:05.246 ******** 
skipping: [managed-node1] => (item={u'state': u'enabled', u'port': u'6514/tcp'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "port": "6514/tcp", 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'port': u'7514/tcp'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "port": "7514/tcp", 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 08 March 2025  03:28:31 -0500 (0:00:00.118)       0:02:05.364 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 08 March 2025  03:28:31 -0500 (0:00:00.091)       0:02:05.456 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 08 March 2025  03:28:32 -0500 (0:00:00.088)       0:02:05.544 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 08 March 2025  03:28:32 -0500 (0:00:00.087)       0:02:05.632 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 08 March 2025  03:28:32 -0500 (0:00:00.174)       0:02:05.806 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 08 March 2025  03:28:32 -0500 (0:00:00.145)       0:02:05.952 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 08 March 2025  03:28:32 -0500 (0:00:00.127)       0:02:06.079 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 08 March 2025  03:28:32 -0500 (0:00:00.254)       0:02:06.333 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_selinux_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 08 March 2025  03:28:32 -0500 (0:00:00.090)       0:02:06.424 ******** 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 08 March 2025  03:28:32 -0500 (0:00:00.073)       0:02:06.497 ******** 
ok: [managed-node1] => (item=6514) => {
    "ansible_facts": {
        "logging_selinux_ports": [
            {
                "local": "true", 
                "ports": 6514, 
                "proto": "tcp", 
                "setype": "syslog_tls_port_t", 
                "state": "present"
            }
        ]
    }, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": 6514
}
ok: [managed-node1] => (item=7514) => {
    "ansible_facts": {
        "logging_selinux_ports": [
            {
                "local": "true", 
                "ports": 6514, 
                "proto": "tcp", 
                "setype": "syslog_tls_port_t", 
                "state": "present"
            }, 
            {
                "local": "true", 
                "ports": 7514, 
                "proto": "tcp", 
                "setype": "syslog_tls_port_t", 
                "state": "present"
            }
        ]
    }, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": 7514
}

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 08 March 2025  03:28:33 -0500 (0:00:00.129)       0:02:06.626 ******** 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 08 March 2025  03:28:33 -0500 (0:00:00.074)       0:02:06.701 ******** 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 08 March 2025  03:28:33 -0500 (0:00:00.074)       0:02:06.776 ******** 

TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2
Saturday 08 March 2025  03:28:33 -0500 (0:00:00.158)       0:02:06.934 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node1

TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2
Saturday 08 March 2025  03:28:33 -0500 (0:00:00.238)       0:02:07.173 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] *************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7
Saturday 08 March 2025  03:28:33 -0500 (0:00:00.113)       0:02:07.287 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node1

TASK [fedora.linux_system_roles.selinux : Check if system is ostree] ***********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Saturday 08 March 2025  03:28:33 -0500 (0:00:00.167)       0:02:07.454 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Saturday 08 March 2025  03:28:34 -0500 (0:00:00.087)       0:02:07.542 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Saturday 08 March 2025  03:28:34 -0500 (0:00:00.085)       0:02:07.628 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Saturday 08 March 2025  03:28:34 -0500 (0:00:00.085)       0:02:07.714 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Saturday 08 March 2025  03:28:34 -0500 (0:00:00.084)       0:02:07.798 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "libselinux-python-2.5-15.el7.x86_64 providing libselinux-python is already installed", 
        "policycoreutils-python-2.5-34.el7.x86_64 providing policycoreutils-python is already installed"
    ]
}
lsrpackages: libselinux-python policycoreutils-python

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Saturday 08 March 2025  03:28:34 -0500 (0:00:00.547)       0:02:08.346 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Saturday 08 March 2025  03:28:34 -0500 (0:00:00.087)       0:02:08.434 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Saturday 08 March 2025  03:28:35 -0500 (0:00:00.144)       0:02:08.579 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Saturday 08 March 2025  03:28:35 -0500 (0:00:00.121)       0:02:08.701 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Saturday 08 March 2025  03:28:35 -0500 (0:00:00.146)       0:02:08.848 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Saturday 08 March 2025  03:28:35 -0500 (0:00:00.144)       0:02:08.992 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Refresh facts] ***********************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Saturday 08 March 2025  03:28:35 -0500 (0:00:00.145)       0:02:09.137 ******** 
ok: [managed-node1]

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5
Saturday 08 March 2025  03:28:36 -0500 (0:00:00.656)       0:02:09.794 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13
Saturday 08 March 2025  03:28:36 -0500 (0:00:00.147)       0:02:09.941 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] *********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21
Saturday 08 March 2025  03:28:36 -0500 (0:00:00.139)       0:02:10.081 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "selinux_reboot_required": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] **********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25
Saturday 08 March 2025  03:28:36 -0500 (0:00:00.159)       0:02:10.240 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] *********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30
Saturday 08 March 2025  03:28:36 -0500 (0:00:00.135)       0:02:10.375 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35
Saturday 08 March 2025  03:28:36 -0500 (0:00:00.104)       0:02:10.480 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43
Saturday 08 March 2025  03:28:37 -0500 (0:00:00.090)       0:02:10.570 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48
Saturday 08 March 2025  03:28:37 -0500 (0:00:00.163)       0:02:10.734 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53
Saturday 08 March 2025  03:28:37 -0500 (0:00:00.133)       0:02:10.868 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58
Saturday 08 March 2025  03:28:37 -0500 (0:00:00.135)       0:02:11.003 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] ****************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63
Saturday 08 March 2025  03:28:37 -0500 (0:00:00.120)       0:02:11.123 ******** 

TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] ***********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74
Saturday 08 March 2025  03:28:37 -0500 (0:00:00.084)       0:02:11.208 ******** 

TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
Saturday 08 March 2025  03:28:37 -0500 (0:00:00.095)       0:02:11.303 ******** 
ok: [managed-node1] => (item={u'setype': u'syslog_tls_port_t', u'state': u'present', u'local': u'true', u'ports': 6514, u'proto': u'tcp'}) => {
    "__selinux_item": {
        "local": "true", 
        "ports": 6514, 
        "proto": "tcp", 
        "setype": "syslog_tls_port_t", 
        "state": "present"
    }, 
    "ansible_loop_var": "__selinux_item", 
    "changed": false, 
    "ports": [
        "6514"
    ], 
    "proto": "tcp", 
    "setype": "syslog_tls_port_t", 
    "state": "present"
}
changed: [managed-node1] => (item={u'setype': u'syslog_tls_port_t', u'state': u'present', u'local': u'true', u'ports': 7514, u'proto': u'tcp'}) => {
    "__selinux_item": {
        "local": "true", 
        "ports": 7514, 
        "proto": "tcp", 
        "setype": "syslog_tls_port_t", 
        "state": "present"
    }, 
    "ansible_loop_var": "__selinux_item", 
    "changed": true, 
    "ports": [
        "7514"
    ], 
    "proto": "tcp", 
    "setype": "syslog_tls_port_t", 
    "state": "present"
}

TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99
Saturday 08 March 2025  03:28:40 -0500 (0:00:03.153)       0:02:14.457 ******** 

TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] ***********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112
Saturday 08 March 2025  03:28:41 -0500 (0:00:00.094)       0:02:14.551 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "selinux_checksums": false, 
        "selinux_installed_modules": {
            "abrt": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "accountsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "acct": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "afs": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "aiccu": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "aide": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ajaxterm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "alsa": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "amanda": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "amtu": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "anaconda": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "antivirus": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "apache": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "apcupsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "apm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "application": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "arpwatch": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "asterisk": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "auditadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "authconfig": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "authlogin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "automount": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "avahi": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "awstats": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bacula": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "base": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bcfg2": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bind": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bitlbee": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "blkmapd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "blueman": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bluetooth": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "boinc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "boltd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bootloader": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "brctl": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "brltty": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bugzilla": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bumblebee": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cachefilesd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "calamaris": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "callweaver": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "canna": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ccs": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cdrecord": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "certmaster": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "certmonger": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "certwatch": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cfengine": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cgdcbxd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cgroup": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "chrome": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "chronyd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cinder": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cipe": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "clock": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "clogd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cloudform": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cmirrord": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cobbler": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cockpit": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "collectd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "colord": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "comsat": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "condor": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "conman": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "consolekit": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "container": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "couchdb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "courier": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cpucontrol": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cpufreqselector": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cpuplug": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cron": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ctdb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cups": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cvs": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cyphesis": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cyrus": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "daemontools": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dbadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dbskk": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dbus": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dcc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ddclient": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "denyhosts": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "devicekit": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dhcp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dictd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dirsrv": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dirsrv-admin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dmesg": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dmidecode": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dnsmasq": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dnssec": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dovecot": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "drbd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dspam": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "entropyd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "exim": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "fail2ban": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "fcoe": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "fetchmail": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "finger": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "firewalld": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "firewallgui": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "firstboot": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "fprintd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "freeipmi": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "freqset": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "fstools": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ftp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "games": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ganesha": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gdomap": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "geoclue": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "getty": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "git": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gitosis": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "glance": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "glusterd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gnome": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gpg": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gpm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gpsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gssproxy": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "guest": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "hddtemp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "hostname": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "hsqldb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "hwloc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "hypervkvp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "icecast": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "inetd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "init": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "inn": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "iodine": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "iotop": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ipa": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ipmievd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ipsec": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "iptables": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "irc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "irqbalance": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "iscsi": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "isns": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "jabber": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "jetty": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "jockey": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "journalctl": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kdump": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kdumpgui": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "keepalived": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kerberos": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "keyboardd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "keystone": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kismet": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kmscon": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kpatch": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ksmtuned": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ktalk": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "l2tp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ldap": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "libraries": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "likewise": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "linuxptp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lircd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "livecd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lldpad": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "loadkeys": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "locallogin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lockdev": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "logadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "logging": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "logrotate": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "logwatch": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lpd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lsm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lttng-tools": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lvm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mailman": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mailscanner": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "man2html": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mandb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mcelog": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mediawiki": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "memcached": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "milter": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "minidlna": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "minissdpd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mip6d": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mirrormanager": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "miscfiles": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mock": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "modemmanager": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "modutils": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mojomojo": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mon_statd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mongodb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "motion": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mount": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mozilla": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mpd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mplayer": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mrtg": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mta": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "munin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mysql": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mythtv": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nagios": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "namespace": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ncftool": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "netlabel": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "netutils": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "networkmanager": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ninfod": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nis": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nova": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nscd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nslcd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ntop": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ntp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "numad": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nut": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nx": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "obex": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "oddjob": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openct": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "opendnssec": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openhpid": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openshift": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openshift-origin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "opensm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openvpn": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openvswitch": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openwsman": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "oracleasm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "osad": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pads": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "passenger": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pcmcia": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pcp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pcscd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pegasus": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "permissivedomains": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pesign": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pingd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "piranha": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pkcs": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pki": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "plymouthd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "podsleuth": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "policykit": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "polipo": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "portmap": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "portreserve": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "postfix": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "postgresql": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "postgrey": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ppp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "prelink": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "prelude": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "privoxy": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "procmail": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "prosody": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "psad": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ptchown": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "publicfile": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pulseaudio": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "puppet": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pwauth": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "qmail": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "qpid": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "quantum": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "quota": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rabbitmq": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "radius": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "radvd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "raid": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rasdaemon": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rdisc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "readahead": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "realmd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "redis": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "remotelogin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "restraint": {
                "400": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhcs": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhev": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhgb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhnsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhsmcertd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhts": {
                "400": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ricci": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rkhunter": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rlogin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rngd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "roundup": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rpc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rpcbind": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rpm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rshd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rssh": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rsync": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rtas": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rtkit": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rwho": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "samba": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sambagui": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sandboxX": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sanlock": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sasl": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sbd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sblim": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "screen": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "secadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sectoolm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "selinuxutil": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sendmail": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sensord": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "setrans": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "setroubleshoot": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "seunshare": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sge": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "shorewall": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "slocate": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "slpd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "smartmon": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "smokeping": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "smoltclient": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "smsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "snapper": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "snmp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "snort": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sosreport": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "soundserver": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "spamassassin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "speech-dispatcher": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "squid": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ssh": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sssd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "staff": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "stapserver": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "stunnel": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "su": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sudo": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "svnserve": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "swift": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sysadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sysadm_secadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sysnetwork": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sysstat": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "systemd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tangd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "targetd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tcpd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tcsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "telepathy": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "telnet": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tftp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tgtd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "thin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "thumb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tlp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tmpreaper": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tomcat": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tor": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tuned": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tvtime": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "udev": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ulogd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "uml": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "unconfined": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "unconfineduser": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "unlabelednet": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "unprivuser": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "updfstab": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "usbmodules": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "usbmuxd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "userdomain": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "userhelper": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "usermanage": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "usernetctl": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "uucp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "uuidd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "varnishd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vdagent": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vhostmd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "virt": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vlock": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vmtools": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vmware": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vnstatd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vpn": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "w3c": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "watchdog": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "wdmd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "webadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "webalizer": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "wine": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "wireshark": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "xen": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "xguest": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "xserver": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "zabbix": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "zarafa": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "zebra": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "zoneminder": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "zosremote": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }
        }, 
        "selinux_priorities": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Load SELinux modules] ****************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115
Saturday 08 March 2025  03:28:43 -0500 (0:00:02.730)       0:02:17.282 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128
Saturday 08 March 2025  03:28:43 -0500 (0:00:00.152)       0:02:17.434 ******** 

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136
Saturday 08 March 2025  03:28:44 -0500 (0:00:00.139)       0:02:17.574 ******** 

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 08 March 2025  03:28:44 -0500 (0:00:00.129)       0:02:17.703 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 08 March 2025  03:28:44 -0500 (0:00:00.304)       0:02:18.007 ******** 

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 08 March 2025  03:28:44 -0500 (0:00:00.151)       0:02:18.159 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 08 March 2025  03:28:44 -0500 (0:00:00.148)       0:02:18.307 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 08 March 2025  03:28:44 -0500 (0:00:00.156)       0:02:18.464 ******** 
skipping: [managed-node1] => {
    "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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 08 March 2025  03:28:45 -0500 (0:00:00.148)       0:02:18.613 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 08 March 2025  03:28:45 -0500 (0:00:00.129)       0:02:18.743 ******** 
skipping: [managed-node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml"
}
skipping: [managed-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 08 March 2025  03:28:45 -0500 (0:00:00.342)       0:02:19.085 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "python2-pyasn1-0.1.9-7.el7.noarch providing python-pyasn1 is already installed", 
        "python2-cryptography-1.7.2-2.el7.x86_64 providing python-cryptography is already installed", 
        "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed"
    ]
}
lsrpackages: python-cryptography python-dbus python-pyasn1

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 08 March 2025  03:28:47 -0500 (0:00:01.567)       0:02:20.653 ******** 
ok: [managed-node1] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "rc": 0, 
    "results": [
        "certmonger-0.78.4-17.el7_9.x86_64 providing certmonger is already installed"
    ]
}
lsrpackages: certmonger

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 08 March 2025  03:28:47 -0500 (0:00:00.562)       0:02:21.215 ******** 
ok: [managed-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 08 March 2025  03:28:48 -0500 (0:00:00.361)       0:02:21.577 ******** 
ok: [managed-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 08 March 2025  03:28:48 -0500 (0:00:00.357)       0:02:21.934 ******** 
ok: [managed-node1] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "enabled": true, 
    "name": "certmonger", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-03-08 03:26:59 EST", 
        "ActiveEnterTimestampMonotonic": "643186171", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target network.target system.slice systemd-journald.socket dbus.service syslog.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-03-08 03:26:59 EST", 
        "AssertTimestampMonotonic": "643157499", 
        "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": "Sat 2025-03-08 03:26:59 EST", 
        "ConditionTimestampMonotonic": "643157497", 
        "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": "30138", 
        "ExecMainStartTimestamp": "Sat 2025-03-08 03:26:59 EST", 
        "ExecMainStartTimestampMonotonic": "643158057", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/certmonger.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "certmonger.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2025-03-08 03:26:59 EST", 
        "InactiveExitTimestampMonotonic": "643158093", 
        "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": "30138", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "certmonger.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PIDFile": "/var/run/certmonger.pid", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "WatchdogTimestamp": "Sat 2025-03-08 03:26:59 EST", 
        "WatchdogTimestampMonotonic": "643186134", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 08 March 2025  03:28:48 -0500 (0:00:00.453)       0:02:22.388 ******** 
changed: [managed-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 08 March 2025  03:28:49 -0500 (0:00:01.026)       0:02:23.414 ******** 
skipping: [managed-node1] => (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-node1] => (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-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 08 March 2025  03:28:50 -0500 (0:00:00.351)       0:02:23.765 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 08 March 2025  03:28:50 -0500 (0:00:00.142)       0:02:23.908 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 08 March 2025  03:28:50 -0500 (0:00:00.141)       0:02:24.049 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 08 March 2025  03:28:50 -0500 (0:00:00.143)       0:02:24.192 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 08 March 2025  03:28:50 -0500 (0:00:00.141)       0:02:24.334 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 08 March 2025  03:28:50 -0500 (0:00:00.141)       0:02:24.476 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 08 March 2025  03:28:51 -0500 (0:00:00.122)       0:02:24.598 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 08 March 2025  03:28:51 -0500 (0:00:00.086)       0:02:24.803 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 08 March 2025  03:28:51 -0500 (0:00:00.087)       0:02:24.890 ******** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 08 March 2025  03:28:51 -0500 (0:00:00.162)       0:02:25.052 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1

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

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

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 08 March 2025  03:28:52 -0500 (0:00:00.084)       0:02:25.646 ******** 
ok: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 08 March 2025  03:28:52 -0500 (0:00:00.251)       0:02:25.897 ******** 
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 08 March 2025  03:28:52 -0500 (0:00:00.152)       0:02:26.050 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 08 March 2025  03:28:52 -0500 (0:00:00.214)       0:02:26.264 ******** 
skipping: [managed-node1] => (item=iproute)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iproute", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=rsyslog)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "rsyslog", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 08 March 2025  03:28:52 -0500 (0:00:00.131)       0:02:26.395 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 08 March 2025  03:28:52 -0500 (0:00:00.108)       0:02:26.504 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed", 
        "rsyslog-8.24.0-57.el7_9.3.x86_64 providing rsyslog is already installed"
    ]
}
lsrpackages: iproute rsyslog

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 08 March 2025  03:28:53 -0500 (0:00:00.645)       0:02:27.149 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    }, 
    "changed": false
}

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 08 March 2025  03:28:55 -0500 (0:00:00.197)       0:02:28.879 ******** 
ok: [managed-node1] => {}

MSG:

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 08 March 2025  03:28:55 -0500 (0:00:00.137)       0:02:29.017 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 08 March 2025  03:28:55 -0500 (0:00:00.110)       0:02:29.128 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

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

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 08 March 2025  03:28:56 -0500 (0:00:00.417)       0:02:30.494 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options", 
                "filename": "00-global.conf", 
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125
Saturday 08 March 2025  03:28:57 -0500 (0:00:00.642)       0:02:31.137 ******** 
changed: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\n)\n', u'filename': u'00-global.conf'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
    "dest": "/etc/rsyslog.d/00-global.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
    }, 
    "md5sum": "04755d5349e9c6580948dbb90712be56", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 158, 
    "src": "/root/.ansible/tmp/ansible-tmp-1741422537.69-29305-65985274281705/source", 
    "state": "file", 
    "uid": 0
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
changed: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", 
    "dest": "/etc/rsyslog.d/05-common-defaults.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "md5sum": "67b8db030cbdc1a113a66f29287f3698", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 96, 
    "src": "/root/.ansible/tmp/ansible-tmp-1741422538.32-29305-37645560231773/source", 
    "state": "file", 
    "uid": 0
}
changed: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "dcf78c3ff7702ba4332239015390a5bad8e243a7", 
    "dest": "/etc/rsyslog.d/20-templates.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "md5sum": "4acc1a40150d6d9f5cd0bb409006c19f", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 85, 
    "src": "/root/.ansible/tmp/ansible-tmp-1741422538.88-29305-112150681714767/source", 
    "state": "file", 
    "uid": 0
}
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:149
Saturday 08 March 2025  03:28:59 -0500 (0:00:01.921)       0:02:33.059 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                                "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-1741422537.69-29305-65985274281705/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "04755d5349e9c6580948dbb90712be56", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 158, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422537.69-29305-65985274281705/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-1741422538.32-29305-37645560231773/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-1741422538.32-29305-37645560231773/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-1741422538.88-29305-112150681714767/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-1741422538.88-29305-112150681714767/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:153
Saturday 08 March 2025  03:28:59 -0500 (0:00:00.115)       0:02:33.174 ******** 
skipping: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\n)\n', u'filename': u'00-global.conf'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:171
Saturday 08 March 2025  03:28:59 -0500 (0:00:00.109)       0:02:33.283 ******** 
ok: [managed-node1] => (item={u'type': u'basics', u'name': u'system_input'}) => {
    "ansible_facts": {
        "__rsyslog_basics_packages": []
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-IKL/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"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182
Saturday 08 March 2025  03:28:59 -0500 (0:00:00.092)       0:02:33.376 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3
Saturday 08 March 2025  03:29:00 -0500 (0:00:00.308)       0:02:33.685 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 08 March 2025  03:29:00 -0500 (0:00:00.151)       0:02:34.094 ******** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 08 March 2025  03:29:00 -0500 (0:00:00.132)       0:02:34.226 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                                "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-1741422537.69-29305-65985274281705/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "04755d5349e9c6580948dbb90712be56", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 158, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422537.69-29305-65985274281705/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-1741422538.32-29305-37645560231773/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-1741422538.32-29305-37645560231773/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-1741422538.88-29305-112150681714767/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-1741422538.88-29305-112150681714767/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 08 March 2025  03:29:00 -0500 (0:00:00.159)       0:02:34.385 ******** 

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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10
Saturday 08 March 2025  03:29:00 -0500 (0:00:00.130)       0:02:34.515 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 08 March 2025  03:29:01 -0500 (0:00:00.263)       0:02:34.779 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 08 March 2025  03:29:01 -0500 (0:00:00.136)       0:02:34.916 ******** 
changed: [managed-node1] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call relp_client0\n}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call relp_client1\n}\n'}], u'name': u'input-basics-system_input'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", 
    "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 relp_client0\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call relp_client1\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input"
    }, 
    "md5sum": "377ecd090118d278455f37988f45ce67", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 657, 
    "src": "/root/.ansible/tmp/ansible-tmp-1741422542.0-29445-96887441324315/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 08 March 2025  03:29:02 -0500 (0:00:01.165)       0:02:36.082 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                                "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-1741422537.69-29305-65985274281705/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "04755d5349e9c6580948dbb90712be56", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 158, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422537.69-29305-65985274281705/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-1741422538.32-29305-37645560231773/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-1741422538.32-29305-37645560231773/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-1741422538.88-29305-112150681714767/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-1741422538.88-29305-112150681714767/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": "efd7499f681061089bc41adb83dd3afe8847c7a1", 
                        "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 relp_client0\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call relp_client1\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", 
                                "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-1741422542.0-29445-96887441324315/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "377ecd090118d278455f37988f45ce67", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 657, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422542.0-29445-96887441324315/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 08 March 2025  03:29:02 -0500 (0:00:00.161)       0:02:36.244 ******** 
skipping: [managed-node1] => (item={u'type': u'input', u'state': u'present', u'sections': [{u'options': u'$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call relp_client0\n}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call relp_client1\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 relp_client0\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call relp_client1\n}\n"
            }
        ], 
        "state": "present", 
        "type": "input"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:197
Saturday 08 March 2025  03:29:03 -0500 (0:00:00.410)       0:02:36.654 ******** 
ok: [managed-node1] => (item={u'tls': True, u'private_key': u'/etc/pki/tls/private/logging_cert.key', u'pki_authmode': u'name', u'name': u'relp_client0', u'ca_cert': u'/etc/pki/tls/certs/logging_cert.crt', u'permitted_servers': [u'*.server.com', u'*.example.com'], u'cert': u'/etc/pki/tls/certs/logging_cert.crt', u'type': u'relp', u'port': 6514, u'target': u'localhost'}) => {
    "ansible_facts": {
        "__rsyslog_conf_output_relp_modules": [
            {
                "name": "output-relp-module", 
                "sections": [
                    {
                        "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_output_relp_packages": [
            "rsyslog-relp", 
            "librelp"
        ], 
        "__rsyslog_output_relp_rules": [
            "{{ __rsyslog_conf_output_relp_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", 
        "cert": "/etc/pki/tls/certs/logging_cert.crt", 
        "name": "relp_client0", 
        "permitted_servers": [
            "*.server.com", 
            "*.example.com"
        ], 
        "pki_authmode": "name", 
        "port": 6514, 
        "private_key": "/etc/pki/tls/private/logging_cert.key", 
        "target": "localhost", 
        "tls": true, 
        "type": "relp"
    }
}
ok: [managed-node1] => (item={u'tls': True, u'private_key': u'/etc/pki/tls/private/logging_cert.key', u'pki_authmode': u'name', u'name': u'relp_client1', u'ca_cert': u'/etc/pki/tls/certs/logging_cert.crt', u'cert': u'/etc/pki/tls/certs/logging_cert.crt', u'type': u'relp', u'port': 7514, u'target': u'localhost'}) => {
    "ansible_facts": {
        "__rsyslog_conf_output_relp_modules": [
            {
                "name": "output-relp-module", 
                "sections": [
                    {
                        "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_output_relp_packages": [
            "rsyslog-relp", 
            "librelp"
        ], 
        "__rsyslog_output_relp_rules": [
            "{{ __rsyslog_conf_output_relp_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", 
        "cert": "/etc/pki/tls/certs/logging_cert.crt", 
        "name": "relp_client1", 
        "pki_authmode": "name", 
        "port": 7514, 
        "private_key": "/etc/pki/tls/private/logging_cert.key", 
        "target": "localhost", 
        "tls": true, 
        "type": "relp"
    }
}
ok: [managed-node1] => (item={u'type': u'files', u'name': u'default_files'}) => {
    "ansible_facts": {
        "__rsyslog_conf_files_output_modules": [
            {
                "name": "output-files-modules", 
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format", 
                        "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_files_template_format not in [\"\", \"modern\"] %}\nmodule(load=\"builtin:omfile\" Template=\"{{ logging_files_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfile\")\n{% endif %}"
                    }
                ], 
                "type": "modules"
            }
        ], 
        "__rsyslog_files_output_packages": [], 
        "__rsyslog_files_output_rules": [
            "{{ __rsyslog_conf_files_output_modules }}"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml"
    ], 
    "ansible_loop_var": "output_item", 
    "changed": false, 
    "output_item": {
        "name": "default_files", 
        "type": "files"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:209
Saturday 08 March 2025  03:29:03 -0500 (0:00:00.128)       0:02:36.783 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml for managed-node1
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml for managed-node1
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set and check certs and key for relp output] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:2
Saturday 08 March 2025  03:29:03 -0500 (0:00:00.203)       0:02:36.987 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy ca_cert on the control host to the specified path on the target host] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10
Saturday 08 March 2025  03:29:03 -0500 (0:00:00.158)       0:02:37.146 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy cert on the control host to the specified path on the target host] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17
Saturday 08 March 2025  03:29:03 -0500 (0:00:00.096)       0:02:37.242 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy key on the control host to the specified path on the target host] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24
Saturday 08 March 2025  03:29:03 -0500 (0:00:00.107)       0:02:37.350 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - tls is true, but triplets are not given] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31
Saturday 08 March 2025  03:29:03 -0500 (0:00:00.115)       0:02:37.465 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - key/certs data are provided, but tls is false] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36
Saturday 08 March 2025  03:29:04 -0500 (0:00:00.099)       0:02:37.565 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update relp logging packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:9
Saturday 08 March 2025  03:29:04 -0500 (0:00:00.149)       0:02:37.715 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 08 March 2025  03:29:04 -0500 (0:00:00.158)       0:02:37.874 ******** 
changed: [managed-node1] => {
    "changed": true, 
    "changes": {
        "installed": [
            "rsyslog-relp"
        ]
    }, 
    "rc": 0, 
    "results": [
        "librelp-1.2.12-1.el7_5.1.x86_64 providing librelp is already installed", 
        "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: dl.fedoraproject.org\n * epel-debuginfo: dl.fedoraproject.org\n * epel-source: dl.fedoraproject.org\nResolving Dependencies\n--> Running transaction check\n---> Package rsyslog-relp.x86_64 0:8.24.0-57.el7_9.3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package            Arch         Version                    Repository     Size\n================================================================================\nInstalling:\n rsyslog-relp       x86_64       8.24.0-57.el7_9.3          updates        52 k\n\nTransaction Summary\n================================================================================\nInstall  1 Package\n\nTotal download size: 52 k\nInstalled size: 45 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : rsyslog-relp-8.24.0-57.el7_9.3.x86_64                        1/1 \n  Verifying  : rsyslog-relp-8.24.0-57.el7_9.3.x86_64                        1/1 \n\nInstalled:\n  rsyslog-relp.x86_64 0:8.24.0-57.el7_9.3                                       \n\nComplete!\n"
    ]
}
lsrpackages: librelp rsyslog-relp

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 08 March 2025  03:29:07 -0500 (0:00:03.415)       0:02:41.290 ******** 
changed: [managed-node1] => (item={u'sections': [{u'options': u'# Send logs over relp\nmodule(load="omrelp")'}], u'type': u'modules', u'name': u'output-relp-module'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", 
    "dest": "/etc/rsyslog.d/10-output-relp-module.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-relp-module", 
        "sections": [
            {
                "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
            }
        ], 
        "type": "modules"
    }, 
    "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 90, 
    "src": "/root/.ansible/tmp/ansible-tmp-1741422547.83-29610-15190941989616/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 08 March 2025  03:29:08 -0500 (0:00:00.665)       0:02:41.955 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                                "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-1741422537.69-29305-65985274281705/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "04755d5349e9c6580948dbb90712be56", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 158, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422537.69-29305-65985274281705/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-1741422538.32-29305-37645560231773/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-1741422538.32-29305-37645560231773/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-1741422538.88-29305-112150681714767/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-1741422538.88-29305-112150681714767/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": "efd7499f681061089bc41adb83dd3afe8847c7a1", 
                        "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 relp_client0\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call relp_client1\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", 
                                "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-1741422542.0-29445-96887441324315/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "377ecd090118d278455f37988f45ce67", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 657, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422542.0-29445-96887441324315/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", 
                        "dest": "/etc/rsyslog.d/10-output-relp-module.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-relp-module.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422547.83-29610-15190941989616/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422547.83-29610-15190941989616/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 08 March 2025  03:29:08 -0500 (0:00:00.143)       0:02:42.099 ******** 
skipping: [managed-node1] => (item={u'sections': [{u'options': u'# Send logs over relp\nmodule(load="omrelp")'}], u'type': u'modules', u'name': u'output-relp-module'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-relp-module", 
        "sections": [
            {
                "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create relp output configuration file /etc/rsyslog.d/output-relp-relp_client0] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:16
Saturday 08 March 2025  03:29:08 -0500 (0:00:00.116)       0:02:42.215 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 08 March 2025  03:29:08 -0500 (0:00:00.097)       0:02:42.503 ******** 
changed: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="relp_client0") {\n    action(name="relp_client0"\n           type="omrelp"\n           target="localhost"\n           port="6514"\n           tls="on"\n           tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n           tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n           tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n           tls.authmode="name"\n           tls.permittedpeer=["*.server.com","*.example.com"]\n    )\n}\n'}], u'name': u'output-relp-relp_client0', u'weight': u'31'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", 
    "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-relp-relp_client0", 
        "sections": [
            {
                "options": "ruleset(name=\"relp_client0\") {\n    action(name=\"relp_client0\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"6514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output", 
        "weight": "31"
    }, 
    "md5sum": "c25cc9fae0d84324cd64d7b746ead380", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 493, 
    "src": "/root/.ansible/tmp/ansible-tmp-1741422549.34-29662-82935207822004/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 08 March 2025  03:29:10 -0500 (0:00:01.042)       0:02:43.545 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                                "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-1741422537.69-29305-65985274281705/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "04755d5349e9c6580948dbb90712be56", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 158, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422537.69-29305-65985274281705/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-1741422538.32-29305-37645560231773/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-1741422538.32-29305-37645560231773/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-1741422538.88-29305-112150681714767/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-1741422538.88-29305-112150681714767/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": "efd7499f681061089bc41adb83dd3afe8847c7a1", 
                        "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 relp_client0\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call relp_client1\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", 
                                "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-1741422542.0-29445-96887441324315/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "377ecd090118d278455f37988f45ce67", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 657, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422542.0-29445-96887441324315/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", 
                        "dest": "/etc/rsyslog.d/10-output-relp-module.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-relp-module.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422547.83-29610-15190941989616/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422547.83-29610-15190941989616/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", 
                        "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-relp-relp_client0", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"relp_client0\") {\n    action(name=\"relp_client0\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"6514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output", 
                            "weight": "31"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422549.34-29662-82935207822004/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "c25cc9fae0d84324cd64d7b746ead380", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 493, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422549.34-29662-82935207822004/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 08 March 2025  03:29:10 -0500 (0:00:00.185)       0:02:43.731 ******** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="relp_client0") {\n    action(name="relp_client0"\n           type="omrelp"\n           target="localhost"\n           port="6514"\n           tls="on"\n           tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n           tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n           tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n           tls.authmode="name"\n           tls.permittedpeer=["*.server.com","*.example.com"]\n    )\n}\n'}], u'name': u'output-relp-relp_client0', u'weight': u'31'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-relp-relp_client0", 
        "sections": [
            {
                "options": "ruleset(name=\"relp_client0\") {\n    action(name=\"relp_client0\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"6514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output", 
        "weight": "31"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set and check certs and key for relp output] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:2
Saturday 08 March 2025  03:29:10 -0500 (0:00:00.439)       0:02:44.170 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy ca_cert on the control host to the specified path on the target host] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10
Saturday 08 March 2025  03:29:10 -0500 (0:00:00.252)       0:02:44.423 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy cert on the control host to the specified path on the target host] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17
Saturday 08 March 2025  03:29:11 -0500 (0:00:00.233)       0:02:44.657 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy key on the control host to the specified path on the target host] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24
Saturday 08 March 2025  03:29:11 -0500 (0:00:00.152)       0:02:44.810 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - tls is true, but triplets are not given] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31
Saturday 08 March 2025  03:29:11 -0500 (0:00:00.139)       0:02:44.949 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - key/certs data are provided, but tls is false] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36
Saturday 08 March 2025  03:29:11 -0500 (0:00:00.118)       0:02:45.068 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update relp logging packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:9
Saturday 08 March 2025  03:29:11 -0500 (0:00:00.091)       0:02:45.160 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 08 March 2025  03:29:11 -0500 (0:00:00.155)       0:02:45.316 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "rsyslog-relp-8.24.0-57.el7_9.3.x86_64 providing rsyslog-relp is already installed", 
        "librelp-1.2.12-1.el7_5.1.x86_64 providing librelp is already installed"
    ]
}
lsrpackages: librelp rsyslog-relp

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 08 March 2025  03:29:12 -0500 (0:00:00.635)       0:02:45.951 ******** 
ok: [managed-node1] => (item={u'sections': [{u'options': u'# Send logs over relp\nmodule(load="omrelp")'}], u'type': u'modules', u'name': u'output-relp-module'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", 
    "dest": "/etc/rsyslog.d/10-output-relp-module.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-relp-module", 
        "sections": [
            {
                "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
            }
        ], 
        "type": "modules"
    }, 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/rsyslog.d/10-output-relp-module.conf", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 90, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 08 March 2025  03:29:13 -0500 (0:00:00.596)       0:02:46.548 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                                "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-1741422537.69-29305-65985274281705/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "04755d5349e9c6580948dbb90712be56", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 158, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422537.69-29305-65985274281705/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-1741422538.32-29305-37645560231773/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-1741422538.32-29305-37645560231773/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-1741422538.88-29305-112150681714767/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-1741422538.88-29305-112150681714767/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": "efd7499f681061089bc41adb83dd3afe8847c7a1", 
                        "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 relp_client0\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call relp_client1\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", 
                                "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-1741422542.0-29445-96887441324315/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "377ecd090118d278455f37988f45ce67", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 657, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422542.0-29445-96887441324315/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", 
                        "dest": "/etc/rsyslog.d/10-output-relp-module.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-relp-module.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422547.83-29610-15190941989616/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422547.83-29610-15190941989616/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", 
                        "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-relp-relp_client0", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"relp_client0\") {\n    action(name=\"relp_client0\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"6514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output", 
                            "weight": "31"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422549.34-29662-82935207822004/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "c25cc9fae0d84324cd64d7b746ead380", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 493, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422549.34-29662-82935207822004/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", 
                        "dest": "/etc/rsyslog.d/10-output-relp-module.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-relp-module.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-relp-module.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                                }
                            ], 
                            "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-relp-module.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-relp-module.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-relp-module.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 08 March 2025  03:29:13 -0500 (0:00:00.175)       0:02:46.723 ******** 
skipping: [managed-node1] => (item={u'sections': [{u'options': u'# Send logs over relp\nmodule(load="omrelp")'}], u'type': u'modules', u'name': u'output-relp-module'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-relp-module", 
        "sections": [
            {
                "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create relp output configuration file /etc/rsyslog.d/output-relp-relp_client1] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:16
Saturday 08 March 2025  03:29:13 -0500 (0:00:00.147)       0:02:46.871 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 08 March 2025  03:29:13 -0500 (0:00:00.360)       0:02:47.231 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 08 March 2025  03:29:13 -0500 (0:00:00.142)       0:02:47.374 ******** 
changed: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="relp_client1") {\n    action(name="relp_client1"\n           type="omrelp"\n           target="localhost"\n           port="7514"\n           tls="on"\n           tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n           tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n           tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n           tls.authmode="name"\n           tls.permittedpeer=["*.managed-node1"]\n    )\n}\n'}], u'name': u'output-relp-relp_client1', u'weight': u'31'}) => {
    "ansible_loop_var": "inner_item", 
    "changed": true, 
    "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5", 
    "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", 
    "gid": 0, 
    "group": "root", 
    "inner_item": {
        "name": "output-relp-relp_client1", 
        "sections": [
            {
                "options": "ruleset(name=\"relp_client1\") {\n    action(name=\"relp_client1\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"7514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.managed-node1\"]\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output", 
        "weight": "31"
    }, 
    "md5sum": "740da1f44f583fc68a82303c2d630976", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 480, 
    "src": "/root/.ansible/tmp/ansible-tmp-1741422554.22-29810-241772559854806/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 08 March 2025  03:29:14 -0500 (0:00:00.982)       0:02:48.357 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                                "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-1741422537.69-29305-65985274281705/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "04755d5349e9c6580948dbb90712be56", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 158, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422537.69-29305-65985274281705/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-1741422538.32-29305-37645560231773/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-1741422538.32-29305-37645560231773/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-1741422538.88-29305-112150681714767/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-1741422538.88-29305-112150681714767/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": "efd7499f681061089bc41adb83dd3afe8847c7a1", 
                        "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 relp_client0\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call relp_client1\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", 
                                "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-1741422542.0-29445-96887441324315/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "377ecd090118d278455f37988f45ce67", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 657, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422542.0-29445-96887441324315/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", 
                        "dest": "/etc/rsyslog.d/10-output-relp-module.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-relp-module.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422547.83-29610-15190941989616/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422547.83-29610-15190941989616/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", 
                        "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-relp-relp_client0", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"relp_client0\") {\n    action(name=\"relp_client0\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"6514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output", 
                            "weight": "31"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422549.34-29662-82935207822004/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "c25cc9fae0d84324cd64d7b746ead380", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 493, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422549.34-29662-82935207822004/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", 
                        "dest": "/etc/rsyslog.d/10-output-relp-module.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-relp-module.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-relp-module.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                                }
                            ], 
                            "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-relp-module.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-relp-module.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-relp-module.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5", 
                        "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-relp-relp_client1", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"relp_client1\") {\n    action(name=\"relp_client1\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"7514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.managed-node1\"]\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output", 
                            "weight": "31"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422554.22-29810-241772559854806/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "740da1f44f583fc68a82303c2d630976", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 480, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422554.22-29810-241772559854806/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 08 March 2025  03:29:14 -0500 (0:00:00.125)       0:02:48.482 ******** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="relp_client1") {\n    action(name="relp_client1"\n           type="omrelp"\n           target="localhost"\n           port="7514"\n           tls="on"\n           tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n           tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n           tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n           tls.authmode="name"\n           tls.permittedpeer=["*.managed-node1"]\n    )\n}\n'}], u'name': u'output-relp-relp_client1', u'weight': u'31'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-relp-relp_client1", 
        "sections": [
            {
                "options": "ruleset(name=\"relp_client1\") {\n    action(name=\"relp_client1\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"7514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.managed-node1\"]\n    )\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output", 
        "weight": "31"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Saturday 08 March 2025  03:29:15 -0500 (0:00:00.386)       0:02:48.869 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 08 March 2025  03:29:15 -0500 (0:00:00.177)       0:02:49.047 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 08 March 2025  03:29:16 -0500 (0:00:00.670)       0:02:49.802 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                                "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-1741422537.69-29305-65985274281705/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "04755d5349e9c6580948dbb90712be56", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 158, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422537.69-29305-65985274281705/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-1741422538.32-29305-37645560231773/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-1741422538.32-29305-37645560231773/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-1741422538.88-29305-112150681714767/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-1741422538.88-29305-112150681714767/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": "efd7499f681061089bc41adb83dd3afe8847c7a1", 
                        "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 relp_client0\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call relp_client1\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", 
                                "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-1741422542.0-29445-96887441324315/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "377ecd090118d278455f37988f45ce67", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 657, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422542.0-29445-96887441324315/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", 
                        "dest": "/etc/rsyslog.d/10-output-relp-module.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-relp-module.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422547.83-29610-15190941989616/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422547.83-29610-15190941989616/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", 
                        "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-relp-relp_client0", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"relp_client0\") {\n    action(name=\"relp_client0\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"6514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output", 
                            "weight": "31"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422549.34-29662-82935207822004/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "c25cc9fae0d84324cd64d7b746ead380", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 493, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422549.34-29662-82935207822004/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", 
                        "dest": "/etc/rsyslog.d/10-output-relp-module.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-relp-module.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-relp-module.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                                }
                            ], 
                            "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-relp-module.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-relp-module.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-relp-module.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5", 
                        "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-relp-relp_client1", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"relp_client1\") {\n    action(name=\"relp_client1\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"7514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.managed-node1\"]\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output", 
                            "weight": "31"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422554.22-29810-241772559854806/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "740da1f44f583fc68a82303c2d630976", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 480, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422554.22-29810-241772559854806/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422555.67-29874-52173284544159/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "00018829068d32b3c654252fff4f6884", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422555.67-29874-52173284544159/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 08 March 2025  03:29:16 -0500 (0:00:00.124)       0:02:49.926 ******** 
skipping: [managed-node1] => (item={u'sections': [{u'comment': u'Log messages into files with traditional, syslog, or default format', u'options': u'module(load="builtin:omfile")\n'}], u'type': u'modules', u'name': u'output-files-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-files-modules", 
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format", 
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ], 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Saturday 08 March 2025  03:29:16 -0500 (0:00:00.099)       0:02:50.026 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 08 March 2025  03:29:16 -0500 (0:00:00.155)       0:02:50.181 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 08 March 2025  03:29:17 -0500 (0:00:00.784)       0:02:51.046 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                        "dest": "/etc/rsyslog.d/00-global.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", 
                                "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-1741422537.69-29305-65985274281705/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "04755d5349e9c6580948dbb90712be56", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 158, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422537.69-29305-65985274281705/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-1741422538.32-29305-37645560231773/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-1741422538.32-29305-37645560231773/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-1741422538.88-29305-112150681714767/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-1741422538.88-29305-112150681714767/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": "efd7499f681061089bc41adb83dd3afe8847c7a1", 
                        "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 relp_client0\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call relp_client1\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "input"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", 
                                "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-1741422542.0-29445-96887441324315/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "377ecd090118d278455f37988f45ce67", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 657, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422542.0-29445-96887441324315/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", 
                        "dest": "/etc/rsyslog.d/10-output-relp-module.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-relp-module.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422547.83-29610-15190941989616/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422547.83-29610-15190941989616/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", 
                        "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-relp-relp_client0", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"relp_client0\") {\n    action(name=\"relp_client0\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"6514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output", 
                            "weight": "31"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422549.34-29662-82935207822004/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "c25cc9fae0d84324cd64d7b746ead380", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 493, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422549.34-29662-82935207822004/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", 
                        "dest": "/etc/rsyslog.d/10-output-relp-module.conf", 
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-relp-module.conf"
                            }, 
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-relp-module.conf"
                            }
                        }, 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-relp-module", 
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                                }
                            ], 
                            "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-relp-module.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-relp-module.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-relp-module.conf", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 90, 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5", 
                        "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-relp-relp_client1", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"relp_client1\") {\n    action(name=\"relp_client1\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"7514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.managed-node1\"]\n    )\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output", 
                            "weight": "31"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422554.22-29810-241772559854806/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "740da1f44f583fc68a82303c2d630976", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 480, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422554.22-29810-241772559854806/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-modules", 
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format", 
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ], 
                            "type": "modules"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422555.67-29874-52173284544159/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "00018829068d32b3c654252fff4f6884", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 151, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422555.67-29874-52173284544159/source", 
                        "state": "file", 
                        "uid": 0
                    }
                ]
            }, 
            {
                "changed": true, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": true, 
                        "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
                        "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                        "diff": [], 
                        "failed": false, 
                        "gid": 0, 
                        "group": "root", 
                        "inner_item": {
                            "name": "output-files-default_files", 
                            "sections": [
                                {
                                    "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
                                }
                            ], 
                            "state": "present", 
                            "type": "output"
                        }, 
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2", 
                                "attributes": null, 
                                "backup": false, 
                                "checksum": "5d0e449c124f3969caed011361d8076be6b778ed", 
                                "content": null, 
                                "delimiter": null, 
                                "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", 
                                "directory_mode": null, 
                                "follow": false, 
                                "force": true, 
                                "group": "root", 
                                "local_follow": null, 
                                "mode": "0644", 
                                "owner": "root", 
                                "regexp": null, 
                                "remote_src": null, 
                                "selevel": null, 
                                "serole": null, 
                                "setype": null, 
                                "seuser": null, 
                                "src": "/root/.ansible/tmp/ansible-tmp-1741422556.99-29903-128667144181497/source", 
                                "unsafe_writes": false, 
                                "validate": null
                            }
                        }, 
                        "md5sum": "59b5e3a49aa4019cfcb5072a139717e9", 
                        "mode": "0644", 
                        "owner": "root", 
                        "secontext": "system_u:object_r:syslog_conf_t:s0", 
                        "size": 1148, 
                        "src": "/root/.ansible/tmp/ansible-tmp-1741422556.99-29903-128667144181497/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 08 March 2025  03:29:17 -0500 (0:00:00.125)       0:02:51.171 ******** 
skipping: [managed-node1] => (item={u'type': u'output', u'state': u'present', u'sections': [{u'options': u'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}], u'name': u'output-files-default_files'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "output-files-default_files", 
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ], 
        "state": "present", 
        "type": "output"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:222
Saturday 08 March 2025  03:29:18 -0500 (0:00:00.498)       0:02:51.670 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n  rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n  if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n    echo \"/etc/rsyslog.d/$conf\"\n  fi\ndone\n", 
    "delta": "0:00:00.281189", 
    "end": "2025-03-08 03:29:18.688941", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-03-08 03:29:18.407752"
}

STDOUT:

/etc/rsyslog.d/00-global.conf
/etc/rsyslog.d/05-common-defaults.conf
/etc/rsyslog.d/10-output-files-modules.conf
/etc/rsyslog.d/10-output-relp-module.conf
/etc/rsyslog.d/20-templates.conf
/etc/rsyslog.d/30-output-files-default_files.conf
/etc/rsyslog.d/31-output-relp-relp_client0.conf
/etc/rsyslog.d/31-output-relp-relp_client1.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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239
Saturday 08 March 2025  03:29:18 -0500 (0:00:00.787)       0:02:52.458 ******** 

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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:259
Saturday 08 March 2025  03:29:19 -0500 (0:00:00.150)       0:02:52.608 ******** 

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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:280
Saturday 08 March 2025  03:29:19 -0500 (0:00:00.145)       0:02:52.753 ******** 
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local ca_cert file to the target if needed] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:288
Saturday 08 March 2025  03:29:19 -0500 (0:00:00.175)       0:02:52.929 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local cert file to the target if needed] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:300
Saturday 08 March 2025  03:29:19 -0500 (0:00:00.142)       0:02:53.072 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local key file to the target if needed] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:312
Saturday 08 March 2025  03:29:19 -0500 (0:00:00.124)       0:02:53.197 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:324
Saturday 08 March 2025  03:29:19 -0500 (0:00:00.104)       0:02:53.301 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "rsyslog", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-03-08 03:28:21 EST", 
        "ActiveEnterTimestampMonotonic": "725046410", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target system.slice network-online.target network.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-03-08 03:28:21 EST", 
        "AssertTimestampMonotonic": "725040129", 
        "Before": "multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2025-03-08 03:28:21 EST", 
        "ConditionTimestampMonotonic": "725040128", 
        "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": "2397", 
        "ExecMainStartTimestamp": "Sat 2025-03-08 03:28:21 EST", 
        "ExecMainStartTimestampMonotonic": "725040745", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Sat 2025-03-08 03:28:21 EST] ; stop_time=[n/a] ; pid=2397 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "rsyslog.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2025-03-08 03:28:21 EST", 
        "InactiveExitTimestampMonotonic": "725040777", 
        "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": "2397", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "rsyslog.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "main", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "on-failure", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "notify", 
        "UMask": "0066", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-online.target network.target", 
        "WatchdogTimestamp": "Sat 2025-03-08 03:28:21 EST", 
        "WatchdogTimestampMonotonic": "725046382", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332
Saturday 08 March 2025  03:29:20 -0500 (0:00:00.493)       0:02:53.795 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:341
Saturday 08 March 2025  03:29:20 -0500 (0:00:00.134)       0:02:53.929 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:353
Saturday 08 March 2025  03:29:20 -0500 (0:00:00.124)       0:02:54.053 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get mode of rsyslog.conf if it exists] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:360
Saturday 08 March 2025  03:29:20 -0500 (0:00:00.132)       0:02:54.186 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1741422501.7083216, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "c9638f934d9bd63f915871a44f22aa1968342884", 
        "ctime": 1741422491.0993052, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 136788, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1642101032.0, 
        "nlink": 1, 
        "path": "/etc/rsyslog.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 3232, 
        "uid": 0, 
        "version": "18446744071835664619", 
        "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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:366
Saturday 08 March 2025  03:29:21 -0500 (0:00:00.418)       0:02:54.604 ******** 
changed: [managed-node1] => {
    "changed": true, 
    "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", 
    "dest": "/etc/rsyslog.conf", 
    "gid": 0, 
    "group": "root", 
    "md5sum": "06be1b21217661badf921ea6dcceb702", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:syslog_conf_t:s0", 
    "size": 131, 
    "src": "/root/.ansible/tmp/ansible-tmp-1741422561.15-30028-88928226167594/source", 
    "state": "file", 
    "uid": 0
}

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 08 March 2025  03:29:21 -0500 (0:00:00.617)       0:02:55.222 ******** 
changed: [managed-node1] => {
    "changed": true, 
    "name": "rsyslog", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-03-08 03:28:21 EST", 
        "ActiveEnterTimestampMonotonic": "725046410", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target system.slice network-online.target network.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-03-08 03:28:21 EST", 
        "AssertTimestampMonotonic": "725040129", 
        "Before": "multi-user.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2025-03-08 03:28:21 EST", 
        "ConditionTimestampMonotonic": "725040128", 
        "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": "2397", 
        "ExecMainStartTimestamp": "Sat 2025-03-08 03:28:21 EST", 
        "ExecMainStartTimestampMonotonic": "725040745", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Sat 2025-03-08 03:28:21 EST] ; stop_time=[n/a] ; pid=2397 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "rsyslog.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2025-03-08 03:28:21 EST", 
        "InactiveExitTimestampMonotonic": "725040777", 
        "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": "2397", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "rsyslog.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "main", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "on-failure", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "notify", 
        "UMask": "0066", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-online.target network.target", 
        "WatchdogTimestamp": "Sat 2025-03-08 03:28:21 EST", 
        "WatchdogTimestampMonotonic": "725046382", 
        "WatchdogUSec": "0"
    }
}
META: ran handlers

TASK [Ensure config file size and counts] **************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:278
Saturday 08 March 2025  03:29:22 -0500 (0:00:00.614)       0:02:55.837 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml for managed-node1

TASK [Get info of /etc/rsyslog.conf] *******************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2
Saturday 08 March 2025  03:29:22 -0500 (0:00:00.306)       0:02:56.144 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1741422562.1184096, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", 
        "ctime": 1741422561.653409, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 264431, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1741422561.467409, 
        "nlink": 1, 
        "path": "/etc/rsyslog.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 131, 
        "uid": 0, 
        "version": "18446744071835666753", 
        "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-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7
Saturday 08 March 2025  03:29:23 -0500 (0:00:00.412)       0:02:56.556 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "examined": 10, 
    "files": [
        {
            "atime": 1741422562.1184096, 
            "ctime": 1741422557.405403, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 264430, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1741422557.2244027, 
            "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": 1741422562.1184096, 
            "ctime": 1741422538.1993756, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262652, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1741422537.9843752, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/00-global.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 158, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1741422562.1184096, 
            "ctime": 1741422549.8523922, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 264406, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1741422549.616392, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 493, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1741422562.1184096, 
            "ctime": 1741422554.7003992, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 264428, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1741422554.4893987, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 480, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1741422562.1184096, 
            "ctime": 1741422538.7673764, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262653, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1741422538.584376, 
            "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": 1741422562.1184096, 
            "ctime": 1741422542.4373815, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 264404, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1741422542.2343812, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/90-input-basics-system_input.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 657, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1741422552.7253964, 
            "ctime": 1741422548.2473898, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 264405, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1741422548.0683897, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/10-output-relp-module.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 90, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1741422562.1184096, 
            "ctime": 1741422556.105401, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 264429, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1741422555.9104009, 
            "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": 1741422562.1184096, 
            "ctime": 1741422539.3863773, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263603, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0644", 
            "mtime": 1741422539.174377, 
            "nlink": 1, 
            "path": "/etc/rsyslog.d/20-templates.conf", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 85, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }
    ], 
    "matched": 9
}

TASK [Check rsyslog.conf size (less)] ******************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13
Saturday 08 March 2025  03:29:23 -0500 (0:00:00.443)       0:02:56.999 ******** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check rsyslog.conf size (more)] ******************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18
Saturday 08 March 2025  03:29:23 -0500 (0:00:00.136)       0:02:57.136 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Check file counts in rsyslog.d] ******************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23
Saturday 08 March 2025  03:29:23 -0500 (0:00:00.126)       0:02:57.263 ******** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check conf files exist] **************************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27
Saturday 08 March 2025  03:29:23 -0500 (0:00:00.118)       0:02:57.381 ******** 
ok: [managed-node1] => (item=/etc/rsyslog.d/31-output-relp-relp_client0.conf) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", 
    "stat": {
        "atime": 1741422562.1184096, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", 
        "ctime": 1741422549.8523922, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 264406, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1741422549.616392, 
        "nlink": 1, 
        "path": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 493, 
        "uid": 0, 
        "version": "18446744071835666683", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}
ok: [managed-node1] => (item=/etc/rsyslog.d/31-output-relp-relp_client1.conf) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "failed_when_result": false, 
    "item": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", 
    "stat": {
        "atime": 1741422562.1184096, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5", 
        "ctime": 1741422554.7003992, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 264428, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1741422554.4893987, 
        "nlink": 1, 
        "path": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 480, 
        "uid": 0, 
        "version": "18446744071835666707", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Check rsyslog errors] ****************************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35
Saturday 08 March 2025  03:29:24 -0500 (0:00:00.634)       0:02:58.016 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Check the port in relp_client1] ******************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:288
Saturday 08 March 2025  03:29:24 -0500 (0:00:00.080)       0:02:58.096 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\ngrep \"7514\" \"/etc/rsyslog.d/31-output-relp-relp_client1.conf\" | wc -l", 
    "delta": "0:00:00.004377", 
    "end": "2025-03-08 03:29:24.786957", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-03-08 03:29:24.782580"
}

STDOUT:

1

TASK [Check the ca cert in relp_client0 - 0] ***********************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:297
Saturday 08 March 2025  03:29:24 -0500 (0:00:00.321)       0:02:58.418 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\ngrep 'tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"' \"/etc/rsyslog.d/31-output-relp-relp_client0.conf\" | wc -l", 
    "delta": "0:00:00.005197", 
    "end": "2025-03-08 03:29:25.108876", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-03-08 03:29:25.103679"
}

STDOUT:

1

TASK [Check the ca cert in relp_client0 - 1] ***********************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:305
Saturday 08 March 2025  03:29:25 -0500 (0:00:00.321)       0:02:58.739 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1741422529.6263633, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "5e46793fae8ec5742ffc1732d7f924fe05018d60", 
        "ctime": 1741422529.6213632, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 142710, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0600", 
        "mtime": 1741422529.6213632, 
        "nlink": 1, 
        "path": "/etc/pki/tls/certs/logging_cert.crt", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": false, 
        "roth": false, 
        "rusr": true, 
        "size": 1302, 
        "uid": 0, 
        "version": "18446744071835663816", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Check the cert in relp_client0 - 0] **************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:309
Saturday 08 March 2025  03:29:25 -0500 (0:00:00.333)       0:02:59.072 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\ngrep 'tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"' \"/etc/rsyslog.d/31-output-relp-relp_client0.conf\" | wc -l", 
    "delta": "0:00:00.004598", 
    "end": "2025-03-08 03:29:25.765971", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-03-08 03:29:25.761373"
}

STDOUT:

1

TASK [Check the cert in relp_client0 - 1] **************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:317
Saturday 08 March 2025  03:29:25 -0500 (0:00:00.324)       0:02:59.396 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1741422529.6263633, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "5e46793fae8ec5742ffc1732d7f924fe05018d60", 
        "ctime": 1741422529.6213632, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 142710, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0600", 
        "mtime": 1741422529.6213632, 
        "nlink": 1, 
        "path": "/etc/pki/tls/certs/logging_cert.crt", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": false, 
        "roth": false, 
        "rusr": true, 
        "size": 1302, 
        "uid": 0, 
        "version": "18446744071835663816", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Check the private key in relp_client0 - 0] *******************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:321
Saturday 08 March 2025  03:29:26 -0500 (0:00:00.328)       0:02:59.725 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\ngrep 'tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"' \"/etc/rsyslog.d/31-output-relp-relp_client0.conf\" | wc -l", 
    "delta": "0:00:00.004521", 
    "end": "2025-03-08 03:29:26.429909", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-03-08 03:29:26.425388"
}

STDOUT:

1

TASK [Check the private key in relp_client0 - 1] *******************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:329
Saturday 08 March 2025  03:29:26 -0500 (0:00:00.340)       0:03:00.066 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1741422529.462363, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "bdc2127cefda88671c61b7174530e08d92c5ec69", 
        "ctime": 1741422529.6213632, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 142709, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0600", 
        "mtime": 1741422529.6213632, 
        "nlink": 1, 
        "path": "/etc/pki/tls/private/logging_cert.key", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": false, 
        "roth": false, 
        "rusr": true, 
        "size": 1704, 
        "uid": 0, 
        "version": "18446744071835663803", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Check tls.permittedpeer in relp_client0] *********************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:333
Saturday 08 March 2025  03:29:26 -0500 (0:00:00.386)       0:03:00.452 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\ngrep 'tls.permittedpeer=\\[\"\\*.server.com\",\"\\*.example.com\"\\]' \"/etc/rsyslog.d/31-output-relp-relp_client0.conf\" | wc -l", 
    "delta": "0:00:00.004606", 
    "end": "2025-03-08 03:29:27.166021", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-03-08 03:29:27.161415"
}

STDOUT:

1

TASK [Check tls.permittedpeer in relp_client1] *********************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:341
Saturday 08 March 2025  03:29:27 -0500 (0:00:00.376)       0:03:00.828 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail; grep \"tls.permittedpeer=\\[\\\"\\*.managed-node1\\\"\\]\" \"/etc/rsyslog.d/31-output-relp-relp_client1.conf\" | wc -l", 
    "delta": "0:00:00.004667", 
    "end": "2025-03-08 03:29:27.525615", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-03-08 03:29:27.520948"
}

STDOUT:

1

TASK [Check ports managed by firewall and selinux] *****************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:351
Saturday 08 March 2025  03:29:27 -0500 (0:00:00.335)       0:03:01.164 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node1

TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Saturday 08 March 2025  03:29:27 -0500 (0:00:00.246)       0:03:01.410 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Saturday 08 March 2025  03:29:27 -0500 (0:00:00.086)       0:03:01.497 ******** 
ok: [managed-node1] => (item=6514) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"6514/tcp\"\n", 
    "delta": "0:00:00.258639", 
    "end": "2025-03-08 03:29:28.463736", 
    "item": 6514, 
    "rc": 0, 
    "start": "2025-03-08 03:29:28.205097"
}

STDOUT:

6514/tcp 20514/tcp 7514/tcp
ok: [managed-node1] => (item=7514) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"7514/tcp\"\n", 
    "delta": "0:00:00.252440", 
    "end": "2025-03-08 03:29:29.005936", 
    "item": 7514, 
    "rc": 0, 
    "start": "2025-03-08 03:29:28.753496"
}

STDOUT:

6514/tcp 20514/tcp 7514/tcp

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Saturday 08 March 2025  03:29:29 -0500 (0:00:01.191)       0:03:02.689 ******** 

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Saturday 08 March 2025  03:29:29 -0500 (0:00:00.124)       0:03:02.814 ******** 
ok: [managed-node1] => (item=6514) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": "set -euo pipefail\nsudo semanage port -C --list | egrep \"syslog.*_port_t\" |  grep \"6514\" | grep \"tcp\"", 
    "delta": "0:00:00.176657", 
    "end": "2025-03-08 03:29:29.744756", 
    "item": 6514, 
    "rc": 0, 
    "start": "2025-03-08 03:29:29.568099"
}

STDOUT:

syslog_tls_port_t              tcp      6514, 20514, 7514
ok: [managed-node1] => (item=7514) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": "set -euo pipefail\nsudo semanage port -C --list | egrep \"syslog.*_port_t\" |  grep \"7514\" | grep \"tcp\"", 
    "delta": "0:00:00.168746", 
    "end": "2025-03-08 03:29:30.200480", 
    "item": 7514, 
    "rc": 0, 
    "start": "2025-03-08 03:29:30.031734"
}

STDOUT:

syslog_tls_port_t              tcp      6514, 20514, 7514

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Saturday 08 March 2025  03:29:30 -0500 (0:00:01.068)       0:03:03.882 ******** 

TASK [Set firewall and selinux to false for cleanup] ***************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:354
Saturday 08 March 2025  03:29:30 -0500 (0:00:00.135)       0:03:04.018 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_manage_firewall": false, 
        "logging_manage_selinux": false
    }, 
    "changed": false
}

TASK [END TEST CASE 1; Clean up the deployed config] ***************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:359
Saturday 08 March 2025  03:29:30 -0500 (0:00:00.129)       0:03:04.147 ******** 

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-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 08 March 2025  03:29:31 -0500 (0:00:00.406)       0:03:04.553 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 08 March 2025  03:29:31 -0500 (0:00:00.139)       0:03:04.693 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "name": "default_files", 
                "type": "files"
            }
        ]
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 08 March 2025  03:29:31 -0500 (0:00:00.141)       0:03:04.835 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_inputs": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 08 March 2025  03:29:31 -0500 (0:00:00.143)       0:03:04.978 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 08 March 2025  03:29:31 -0500 (0:00:00.145)       0:03:05.124 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 08 March 2025  03:29:31 -0500 (0:00:00.141)       0:03:05.265 ******** 

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 08 March 2025  03:29:31 -0500 (0:00:00.212)       0:03:05.478 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 08 March 2025  03:29:32 -0500 (0:00:00.269)       0:03:05.747 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 08 March 2025  03:29:32 -0500 (0:00:00.124)       0:03:05.872 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 08 March 2025  03:29:32 -0500 (0:00:00.106)       0:03:05.978 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 08 March 2025  03:29:32 -0500 (0:00:00.093)       0:03:06.072 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 08 March 2025  03:29:32 -0500 (0:00:00.085)       0:03:06.158 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 08 March 2025  03:29:32 -0500 (0:00:00.086)       0:03:06.244 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 08 March 2025  03:29:32 -0500 (0:00:00.128)       0:03:06.373 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 08 March 2025  03:29:32 -0500 (0:00:00.120)       0:03:06.494 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 08 March 2025  03:29:33 -0500 (0:00:00.115)       0:03:06.609 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 08 March 2025  03:29:33 -0500 (0:00:00.084)       0:03:06.694 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 08 March 2025  03:29:33 -0500 (0:00:00.100)       0:03:06.795 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 08 March 2025  03:29:33 -0500 (0:00:00.175)       0:03:06.970 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 08 March 2025  03:29:33 -0500 (0:00:00.132)       0:03:07.103 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 08 March 2025  03:29:33 -0500 (0:00:00.103)       0:03:07.206 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 08 March 2025  03:29:33 -0500 (0:00:00.085)       0:03:07.292 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 08 March 2025  03:29:33 -0500 (0:00:00.106)       0:03:07.399 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 08 March 2025  03:29:34 -0500 (0:00:00.203)       0:03:07.602 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 08 March 2025  03:29:34 -0500 (0:00:00.135)       0:03:07.738 ******** 

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 08 March 2025  03:29:34 -0500 (0:00:00.130)       0:03:07.868 ******** 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 08 March 2025  03:29:34 -0500 (0:00:00.123)       0:03:07.992 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 08 March 2025  03:29:34 -0500 (0:00:00.155)       0:03:08.148 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 08 March 2025  03:29:34 -0500 (0:00:00.374)       0:03:08.523 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 08 March 2025  03:29:35 -0500 (0:00:00.140)       0:03:08.664 ******** 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 08 March 2025  03:29:35 -0500 (0:00:00.126)       0:03:08.790 ******** 

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 08 March 2025  03:29:35 -0500 (0:00:00.127)       0:03:08.918 ******** 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 08 March 2025  03:29:35 -0500 (0:00:00.129)       0:03:09.047 ******** 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 08 March 2025  03:29:35 -0500 (0:00:00.137)       0:03:09.185 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 08 March 2025  03:29:35 -0500 (0:00:00.132)       0:03:09.317 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 08 March 2025  03:29:35 -0500 (0:00:00.202)       0:03:09.519 ******** 

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 08 March 2025  03:29:36 -0500 (0:00:00.180)       0:03:09.700 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 08 March 2025  03:29:36 -0500 (0:00:00.298)       0:03:09.998 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 08 March 2025  03:29:36 -0500 (0:00:00.183)       0:03:10.182 ******** 
skipping: [managed-node1] => {
    "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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 08 March 2025  03:29:36 -0500 (0:00:00.152)       0:03:10.334 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 08 March 2025  03:29:36 -0500 (0:00:00.137)       0:03:10.472 ******** 
skipping: [managed-node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml"
}
skipping: [managed-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 08 March 2025  03:29:37 -0500 (0:00:00.358)       0:03:10.830 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "python2-pyasn1-0.1.9-7.el7.noarch providing python-pyasn1 is already installed", 
        "python2-cryptography-1.7.2-2.el7.x86_64 providing python-cryptography is already installed", 
        "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed"
    ]
}
lsrpackages: python-cryptography python-dbus python-pyasn1

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 08 March 2025  03:29:38 -0500 (0:00:01.634)       0:03:12.465 ******** 
ok: [managed-node1] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "rc": 0, 
    "results": [
        "certmonger-0.78.4-17.el7_9.x86_64 providing certmonger is already installed"
    ]
}
lsrpackages: certmonger

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 08 March 2025  03:29:39 -0500 (0:00:00.640)       0:03:13.105 ******** 
ok: [managed-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 08 March 2025  03:29:39 -0500 (0:00:00.388)       0:03:13.493 ******** 
ok: [managed-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 08 March 2025  03:29:40 -0500 (0:00:00.458)       0:03:13.952 ******** 
ok: [managed-node1] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "enabled": true, 
    "name": "certmonger", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2025-03-08 03:26:59 EST", 
        "ActiveEnterTimestampMonotonic": "643186171", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target network.target system.slice systemd-journald.socket dbus.service syslog.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-03-08 03:26:59 EST", 
        "AssertTimestampMonotonic": "643157499", 
        "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": "Sat 2025-03-08 03:26:59 EST", 
        "ConditionTimestampMonotonic": "643157497", 
        "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": "30138", 
        "ExecMainStartTimestamp": "Sat 2025-03-08 03:26:59 EST", 
        "ExecMainStartTimestampMonotonic": "643158057", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/certmonger.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "certmonger.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2025-03-08 03:26:59 EST", 
        "InactiveExitTimestampMonotonic": "643158093", 
        "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": "30138", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "certmonger.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PIDFile": "/var/run/certmonger.pid", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "WatchdogTimestamp": "Sat 2025-03-08 03:26:59 EST", 
        "WatchdogTimestampMonotonic": "643186134", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 08 March 2025  03:29:40 -0500 (0:00:00.517)       0:03:14.469 ******** 
changed: [managed-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 08 March 2025  03:29:41 -0500 (0:00:01.016)       0:03:15.486 ******** 
skipping: [managed-node1] => (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-node1] => (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-node1] => (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-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 08 March 2025  03:29:42 -0500 (0:00:00.175)       0:03:15.661 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 08 March 2025  03:29:42 -0500 (0:00:00.139)       0:03:15.801 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 08 March 2025  03:29:42 -0500 (0:00:00.109)       0:03:15.911 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 08 March 2025  03:29:42 -0500 (0:00:00.099)       0:03:16.011 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 08 March 2025  03:29:42 -0500 (0:00:00.105)       0:03:16.116 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 08 March 2025  03:29:42 -0500 (0:00:00.110)       0:03:16.227 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 08 March 2025  03:29:42 -0500 (0:00:00.097)       0:03:16.325 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 08 March 2025  03:29:43 -0500 (0:00:00.117)       0:03:16.635 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 08 March 2025  03:29:43 -0500 (0:00:00.100)       0:03:16.736 ******** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 08 March 2025  03:29:43 -0500 (0:00:00.234)       0:03:16.971 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 08 March 2025  03:29:43 -0500 (0:00:00.204)       0:03:17.175 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 08 March 2025  03:29:43 -0500 (0:00:00.108)       0:03:17.284 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 08 March 2025  03:29:43 -0500 (0:00:00.099)       0:03:17.487 ******** 
ok: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 08 March 2025  03:29:44 -0500 (0:00:00.238)       0:03:17.726 ******** 
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-IKL/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-IKL/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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 08 March 2025  03:29:44 -0500 (0:00:00.162)       0:03:17.888 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 08 March 2025  03:29:44 -0500 (0:00:00.342)       0:03:18.231 ******** 
ok: [managed-node1] => (item=iproute) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-V", 
        "iproute"
    ], 
    "delta": "0:00:00.079017", 
    "end": "2025-03-08 03:29:45.030433", 
    "failed_when_result": false, 
    "item": "iproute", 
    "rc": 0, 
    "start": "2025-03-08 03:29:44.951416", 
    "warnings": [
        "Consider using the yum, dnf or zypper module rather than running 'rpm'.  If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message."
    ]
}
ok: [managed-node1] => (item=rsyslog) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-V", 
        "rsyslog"
    ], 
    "delta": "0:00:00.074718", 
    "end": "2025-03-08 03:29:45.407313", 
    "failed_when_result": false, 
    "item": "rsyslog", 
    "rc": 1, 
    "start": "2025-03-08 03:29:45.332595", 
    "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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 08 March 2025  03:29:45 -0500 (0:00:00.847)       0:03:19.078 ******** 
changed: [managed-node1] => {
    "changed": true, 
    "changes": {
        "removed": [
            "iproute", 
            "rsyslog"
        ]
    }, 
    "rc": 0, 
    "results": [
        "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package iproute.x86_64 0:4.11.0-30.el7 will be erased\n---> Package rsyslog.x86_64 0:8.24.0-57.el7_9.3 will be erased\n--> Processing Dependency: rsyslog = 8.24.0-57.el7_9.3 for package: rsyslog-relp-8.24.0-57.el7_9.3.x86_64\n--> Running transaction check\n---> Package rsyslog-relp.x86_64 0:8.24.0-57.el7_9.3 will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package            Arch         Version                   Repository      Size\n================================================================================\nRemoving:\n iproute            x86_64       4.11.0-30.el7             @base          1.8 M\n rsyslog            x86_64       8.24.0-57.el7_9.3         @updates       1.9 M\nRemoving for dependencies:\n rsyslog-relp       x86_64       8.24.0-57.el7_9.3         @updates        45 k\n\nTransaction Summary\n================================================================================\nRemove  2 Packages (+1 Dependent package)\n\nInstalled size: 3.8 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Erasing    : rsyslog-relp-8.24.0-57.el7_9.3.x86_64                        1/3 \n  Erasing    : rsyslog-8.24.0-57.el7_9.3.x86_64                             2/3 \nwarning: /etc/rsyslog.conf saved as /etc/rsyslog.conf.rpmsave\n  Erasing    : iproute-4.11.0-30.el7.x86_64                                 3/3 \n  Verifying  : rsyslog-8.24.0-57.el7_9.3.x86_64                             1/3 \n  Verifying  : rsyslog-relp-8.24.0-57.el7_9.3.x86_64                        2/3 \n  Verifying  : iproute-4.11.0-30.el7.x86_64                                 3/3 \n\nRemoved:\n  iproute.x86_64 0:4.11.0-30.el7       rsyslog.x86_64 0:8.24.0-57.el7_9.3      \n\nDependency Removed:\n  rsyslog-relp.x86_64 0:8.24.0-57.el7_9.3                                       \n\nComplete!\n"
    ]
}

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 08 March 2025  03:29:51 -0500 (0:00:03.940)       0:03:24.711 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    }, 
    "changed": false
}

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 08 March 2025  03:29:53 -0500 (0:00:00.176)       0:03:26.579 ******** 
ok: [managed-node1] => {}

MSG:

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 08 March 2025  03:29:53 -0500 (0:00:00.137)       0:03:26.717 ******** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 08 March 2025  03:29:53 -0500 (0:00:00.130)       0:03:26.848 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

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

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 08 March 2025  03:29:54 -0500 (0:00:00.416)       0:03:28.317 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options", 
                "filename": "00-global.conf", 
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125
Saturday 08 March 2025  03:29:55 -0500 (0:00:00.491)       0:03:28.808 ******** 
skipping: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\n)\n', u'filename': u'00-global.conf'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:149
Saturday 08 March 2025  03:29:55 -0500 (0:00:00.125)       0:03:28.934 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false, 
                "msg": "All items completed", 
                "results": [
                    {
                        "ansible_loop_var": "inner_item", 
                        "changed": false, 
                        "inner_item": {
                            "comment": "Global options", 
                            "filename": "00-global.conf", 
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:153
Saturday 08 March 2025  03:29:55 -0500 (0:00:00.120)       0:03:29.054 ******** 
skipping: [managed-node1] => (item={u'comment': u'Global options', u'options': u'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\n)\n', u'filename': u'00-global.conf'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "comment": "Global options", 
        "filename": "00-global.conf", 
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'modules', u'state': u'absent', u'sections': [{u'options': u'# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}], u'name': u'local-modules'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "local-modules", 
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ], 
        "state": "absent", 
        "type": "modules"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'global', u'sections': [{u'comment': u'Log every message', u'options': u'$RepeatedMsgReduction off'}], u'name': u'common-defaults'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "common-defaults", 
        "sections": [
            {
                "comment": "Log every message", 
                "options": "$RepeatedMsgReduction off"
            }
        ], 
        "type": "global"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'type': u'templates', u'sections': [{u'comment': u'User provided output templates', u'options': u'\n'}], u'name': u'templates'})  => {
    "ansible_loop_var": "inner_item", 
    "changed": false, 
    "inner_item": {
        "name": "templates", 
        "sections": [
            {
                "comment": "User provided output templates", 
                "options": "\n"
            }
        ], 
        "type": "templates"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:171
Saturday 08 March 2025  03:29:55 -0500 (0:00:00.177)       0:03:29.232 ******** 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182
Saturday 08 March 2025  03:29:55 -0500 (0:00:00.103)       0:03:29.335 ******** 

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:209
Saturday 08 March 2025  03:29:55 -0500 (0:00:00.098)       0:03:29.517 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Saturday 08 March 2025  03:29:56 -0500 (0:00:00.166)       0:03:29.684 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

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

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

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

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Saturday 08 March 2025  03:29:57 -0500 (0:00:00.099)       0:03:30.747 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 08 March 2025  03:29:57 -0500 (0:00:00.160)       0:03:30.907 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

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

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:222
Saturday 08 March 2025  03:29:58 -0500 (0:00:00.281)       0:03:32.364 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n  rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n  if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n    echo \"/etc/rsyslog.d/$conf\"\n  fi\ndone\n", 
    "delta": "0:00:00.281216", 
    "end": "2025-03-08 03:29:59.340484", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-03-08 03:29:59.059268"
}

STDOUT:

/etc/rsyslog.d/00-global.conf
/etc/rsyslog.d/05-common-defaults.conf
/etc/rsyslog.d/10-output-files-modules.conf
/etc/rsyslog.d/10-output-relp-module.conf
/etc/rsyslog.d/20-templates.conf
/etc/rsyslog.d/30-output-files-default_files.conf
/etc/rsyslog.d/31-output-relp-relp_client0.conf
/etc/rsyslog.d/31-output-relp-relp_client1.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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239
Saturday 08 March 2025  03:29:59 -0500 (0:00:00.607)       0:03:32.971 ******** 
changed: [managed-node1] => (item=/etc/rsyslog.d/00-global.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/00-global.conf", 
    "path": "/etc/rsyslog.d/00-global.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/05-common-defaults.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/05-common-defaults.conf", 
    "path": "/etc/rsyslog.d/05-common-defaults.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/10-output-relp-module.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/10-output-relp-module.conf", 
    "path": "/etc/rsyslog.d/10-output-relp-module.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/20-templates.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/20-templates.conf", 
    "path": "/etc/rsyslog.d/20-templates.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/31-output-relp-relp_client0.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", 
    "path": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", 
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/31-output-relp-relp_client1.conf) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", 
    "path": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", 
    "state": "absent"
}
changed: [managed-node1] => (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-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:259
Saturday 08 March 2025  03:30:01 -0500 (0:00:01.977)       0:03:34.949 ******** 

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-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:280
Saturday 08 March 2025  03:30:01 -0500 (0:00:00.101)       0:03:35.051 ******** 
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [], 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local ca_cert file to the target if needed] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:288
Saturday 08 March 2025  03:30:01 -0500 (0:00:00.124)       0:03:35.175 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local cert file to the target if needed] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:300
Saturday 08 March 2025  03:30:01 -0500 (0:00:00.149)       0:03:35.324 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local key file to the target if needed] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:312
Saturday 08 March 2025  03:30:01 -0500 (0:00:00.092)       0:03:35.417 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332
Saturday 08 March 2025  03:30:02 -0500 (0:00:00.479)       0:03:35.987 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:341
Saturday 08 March 2025  03:30:02 -0500 (0:00:00.138)       0:03:36.125 ******** 
skipping: [managed-node1] => {}

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get mode of rsyslog.conf if it exists] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:360
Saturday 08 March 2025  03:30:02 -0500 (0:00:00.135)       0:03:36.407 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate main rsyslog configuration] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:366
Saturday 08 March 2025  03:30:03 -0500 (0:00:00.132)       0:03:36.540 ******** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

TASK [Stop tracking certificate] ***********************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:374
Saturday 08 March 2025  03:30:03 -0500 (0:00:00.605)       0:03:37.173 ******** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": [
        "getcert", 
        "stop-tracking", 
        "-f", 
        "/etc/pki/tls/certs/logging_cert.crt"
    ], 
    "delta": "0:00:00.031567", 
    "end": "2025-03-08 03:30:03.929760", 
    "rc": 0, 
    "start": "2025-03-08 03:30:03.898193"
}

STDOUT:

Request "20250308082700" removed.

TASK [Clean up pki files] ******************************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:378
Saturday 08 March 2025  03:30:04 -0500 (0:00:00.388)       0:03:37.561 ******** 
changed: [managed-node1] => (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-node1] => (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-node1] => (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 [Check ports managed by firewall and selinux] *****************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:387
Saturday 08 March 2025  03:30:05 -0500 (0:00:00.976)       0:03:38.538 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node1

TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] ***
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Saturday 08 March 2025  03:30:05 -0500 (0:00:00.330)       0:03:38.868 ******** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Saturday 08 March 2025  03:30:05 -0500 (0:00:00.143)       0:03:39.012 ******** 

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Saturday 08 March 2025  03:30:05 -0500 (0:00:00.129)       0:03:39.141 ******** 

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Saturday 08 March 2025  03:30:05 -0500 (0:00:00.126)       0:03:39.267 ******** 

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Saturday 08 March 2025  03:30:05 -0500 (0:00:00.129)       0:03:39.397 ******** 

TASK [Assert /var/log/messages] ************************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:390
Saturday 08 March 2025  03:30:05 -0500 (0:00:00.125)       0:03:39.522 ******** 
included: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml for managed-node1

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

TASK [Print possible errors in /var/log/messages] ******************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:9
Saturday 08 March 2025  03:30:06 -0500 (0:00:00.428)       0:03:40.276 ******** 
skipping: [managed-node1] => {}

TASK [Ensure no errors in /var/log/messages] ***********************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:19
Saturday 08 March 2025  03:30:06 -0500 (0:00:00.085)       0:03:40.362 ******** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove /var/log/messages] ************************************************
task path: /tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:23
Saturday 08 March 2025  03:30:06 -0500 (0:00:00.095)       0:03:40.458 ******** 
changed: [managed-node1] => {
    "changed": true, 
    "path": "/var/log/messages", 
    "state": "absent"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed-node1              : ok=354  changed=48   unreachable=0    failed=0    skipped=352  rescued=0    ignored=0   

Saturday 08 March 2025  03:30:07 -0500 (0:00:00.272)       0:03:40.731 ******** 
=============================================================================== 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 4.70s
/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 4.13s
/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 3.94s
/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 3.42s
/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 
fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 3.15s
/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 
Install lsof ------------------------------------------------------------ 3.15s
/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:86 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 3.00s
/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239 
fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.73s
/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 1.98s
/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:239 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 1.92s
/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 1.92s
/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:125 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent --- 1.69s
/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent --- 1.68s
/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22 
fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 1.63s
/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 1.61s
/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 1.47s
/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 1.44s
/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 1.44s
/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d --- 1.20s
/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 
Check firewall port status (manage - tcp) ------------------------------- 1.19s
/tmp/collections-IKL/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13