ansible-playbook 2.9.27
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.9/site-packages/ansible
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)]
No config file found; using defaults
[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/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:2
Saturday 03 August 2024  04:43:30 -0400 (0:00:00.018)       0:00:00.018 ******* 
ok: [managed_node1]
META: ran handlers

TASK [Set firewall and selinux to true] ****************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:23
Saturday 03 August 2024  04:43:31 -0400 (0:00:00.900)       0:00:00.918 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:28
Saturday 03 August 2024  04:43:31 -0400 (0:00:00.012)       0:00:00.930 ******* 

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 03 August 2024  04:43:31 -0400 (0:00:00.040)       0:00:00.971 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 03 August 2024  04:43:31 -0400 (0:00:00.034)       0:00:01.006 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 03 August 2024  04:43:31 -0400 (0:00:00.035)       0:00:01.041 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 03 August 2024  04:43:31 -0400 (0:00:00.038)       0:00:01.080 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 03 August 2024  04:43:31 -0400 (0:00:00.033)       0:00:01.113 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 03 August 2024  04:43:31 -0400 (0:00:00.052)       0:00:01.166 ******* 
skipping: [managed_node1] => (item={'name': 'flows', 'inputs': ['system_input', 'relp_server0', 'relp_server1'], 'outputs': ['files_output', '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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 03 August 2024  04:43:31 -0400 (0:00:00.079)       0:00:01.246 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.053)       0:00:01.299 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.037)       0:00:01.337 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.035)       0:00:01.373 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.034)       0:00:01.407 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.033)       0:00:01.441 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.040)       0:00:01.482 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.040)       0:00:01.522 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.041)       0:00:01.563 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.040)       0:00:01.604 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.040)       0:00:01.645 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.043)       0:00:01.689 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.043)       0:00:01.732 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.047)       0:00:01.779 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.045)       0:00:01.825 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.045)       0:00:01.870 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.045)       0:00:01.915 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.049)       0:00:01.964 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.037)       0:00:02.002 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.067)       0:00:02.069 ******* 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.030)       0:00:02.100 ******* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.059)       0:00:02.159 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.052)       0:00:02.212 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 03 August 2024  04:43:32 -0400 (0:00:00.037)       0:00:02.249 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 03 August 2024  04:43:33 -0400 (0:00:00.462)       0:00:02.712 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 03 August 2024  04:43:33 -0400 (0:00:00.041)       0:00:02.753 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 03 August 2024  04:43:33 -0400 (0:00:00.363)       0:00:03.117 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__firewall_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 03 August 2024  04:43:33 -0400 (0:00:00.041)       0:00:03.159 ******* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 03 August 2024  04:43:36 -0400 (0:00:02.694)       0:00:05.854 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 03 August 2024  04:43:36 -0400 (0:00:00.038)       0:00:05.892 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 03 August 2024  04:43:36 -0400 (0:00:00.036)       0:00:05.929 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 03 August 2024  04:43:36 -0400 (0:00:00.036)       0:00:05.966 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 03 August 2024  04:43:36 -0400 (0:00:00.036)       0:00:06.002 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 03 August 2024  04:43:36 -0400 (0:00:00.072)       0:00:06.075 ******* 
ok: [managed_node1] => {
    "changed": false,
    "name": "firewalld",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "dbus.service basic.target dbus.socket system.slice sysinit.target polkit.service",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "network-pre.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "ip6tables.service ipset.service shutdown.target iptables.service ebtables.service nftables.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:firewalld(1)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "dbus.socket system.slice sysinit.target",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22405",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-pre.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 03 August 2024  04:43:37 -0400 (0:00:00.766)       0:00:06.841 ******* 
changed: [managed_node1] => {
    "changed": true,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "basic.target dbus.socket system.slice polkit.service dbus.service sysinit.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "network-pre.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target nftables.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:firewalld(1)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target dbus.socket system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22405",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-pre.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 03 August 2024  04:43:38 -0400 (0:00:01.392)       0:00:08.233 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/libexec/platform-python",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 03 August 2024  04:43:39 -0400 (0:00:00.044)       0:00:08.277 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 03 August 2024  04:43:39 -0400 (0:00:00.037)       0:00:08.314 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 03 August 2024  04:43:39 -0400 (0:00:00.037)       0:00:08.351 ******* 
changed: [managed_node1] => (item={'port': '6514/tcp', 'state': 'enabled'}) => {
    "__firewall_changed": true,
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "port": "6514/tcp",
        "state": "enabled"
    }
}
changed: [managed_node1] => (item={'port': '20514/tcp', 'state': 'enabled'}) => {
    "__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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 03 August 2024  04:43:40 -0400 (0:00:01.838)       0:00:10.190 ******* 
skipping: [managed_node1] => (item={'port': '6514/tcp', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "port": "6514/tcp",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'port': '20514/tcp', 'state': 'enabled'})  => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 03 August 2024  04:43:40 -0400 (0:00:00.060)       0:00:10.250 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 03 August 2024  04:43:41 -0400 (0:00:00.041)       0:00:10.292 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 03 August 2024  04:43:41 -0400 (0:00:00.038)       0:00:10.330 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 03 August 2024  04:43:41 -0400 (0:00:00.038)       0:00:10.369 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 03 August 2024  04:43:41 -0400 (0:00:00.036)       0:00:10.406 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 03 August 2024  04:43:41 -0400 (0:00:00.036)       0:00:10.442 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 03 August 2024  04:43:41 -0400 (0:00:00.035)       0:00:10.478 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 03 August 2024  04:43:41 -0400 (0:00:00.052)       0:00:10.530 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 03 August 2024  04:43:41 -0400 (0:00:00.037)       0:00:10.567 ******* 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 03 August 2024  04:43:41 -0400 (0:00:00.052)       0:00:10.620 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 03 August 2024  04:43:41 -0400 (0:00:00.086)       0:00:10.707 ******* 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 03 August 2024  04:43:41 -0400 (0:00:00.031)       0:00:10.738 ******* 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 03 August 2024  04:43:41 -0400 (0:00:00.030)       0:00:10.768 ******* 

TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2
Saturday 03 August 2024  04:43:41 -0400 (0:00:00.063)       0:00:10.832 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2
Saturday 03 August 2024  04:43:41 -0400 (0:00:00.077)       0:00:10.909 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] *************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7
Saturday 03 August 2024  04:43:41 -0400 (0:00:00.038)       0:00:10.947 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Saturday 03 August 2024  04:43:41 -0400 (0:00:00.052)       0:00:11.000 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Saturday 03 August 2024  04:43:42 -0400 (0:00:00.364)       0:00:11.364 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Saturday 03 August 2024  04:43:42 -0400 (0:00:00.041)       0:00:11.406 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Saturday 03 August 2024  04:43:42 -0400 (0:00:00.364)       0:00:11.770 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__selinux_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Saturday 03 August 2024  04:43:42 -0400 (0:00:00.041)       0:00:11.812 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Saturday 03 August 2024  04:43:42 -0400 (0:00:00.038)       0:00:11.850 ******* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: python3-libselinux python3-policycoreutils

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Saturday 03 August 2024  04:43:45 -0400 (0:00:02.716)       0:00:14.566 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Saturday 03 August 2024  04:43:45 -0400 (0:00:00.040)       0:00:14.607 ******* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: policycoreutils-python-utils

TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Saturday 03 August 2024  04:43:47 -0400 (0:00:02.580)       0:00:17.187 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Saturday 03 August 2024  04:43:47 -0400 (0:00:00.039)       0:00:17.227 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Saturday 03 August 2024  04:43:47 -0400 (0:00:00.037)       0:00:17.264 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Refresh facts] ***********************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Saturday 03 August 2024  04:43:48 -0400 (0:00:00.037)       0:00:17.302 ******* 
ok: [managed_node1]

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5
Saturday 03 August 2024  04:43:48 -0400 (0:00:00.654)       0:00:17.957 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13
Saturday 03 August 2024  04:43:48 -0400 (0:00:00.038)       0:00:17.995 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] *********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21
Saturday 03 August 2024  04:43:48 -0400 (0:00:00.036)       0:00:18.032 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25
Saturday 03 August 2024  04:43:48 -0400 (0:00:00.039)       0:00:18.072 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30
Saturday 03 August 2024  04:43:48 -0400 (0:00:00.035)       0:00:18.107 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35
Saturday 03 August 2024  04:43:48 -0400 (0:00:00.036)       0:00:18.144 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43
Saturday 03 August 2024  04:43:48 -0400 (0:00:00.037)       0:00:18.181 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48
Saturday 03 August 2024  04:43:48 -0400 (0:00:00.037)       0:00:18.219 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53
Saturday 03 August 2024  04:43:48 -0400 (0:00:00.037)       0:00:18.256 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58
Saturday 03 August 2024  04:43:49 -0400 (0:00:00.037)       0:00:18.293 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] ****************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63
Saturday 03 August 2024  04:43:49 -0400 (0:00:00.036)       0:00:18.330 ******* 

TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] ***********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74
Saturday 03 August 2024  04:43:49 -0400 (0:00:00.030)       0:00:18.360 ******* 

TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ******
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
Saturday 03 August 2024  04:43:49 -0400 (0:00:00.030)       0:00:18.391 ******* 
changed: [managed_node1] => (item={'ports': 6514, 'proto': 'tcp', 'setype': 'syslog_tls_port_t', 'state': 'present', 'local': 'true'}) => {
    "__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={'ports': 20514, 'proto': 'tcp', 'setype': 'syslog_tls_port_t', 'state': 'present', 'local': 'true'}) => {
    "__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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99
Saturday 03 August 2024  04:43:53 -0400 (0:00:04.874)       0:00:23.265 ******* 

TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] ***********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112
Saturday 03 August 2024  04:43:54 -0400 (0:00:00.033)       0:00:23.298 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "selinux_checksums": true,
        "selinux_installed_modules": {
            "abrt": {
                "100": {
                    "checksum": "sha256:13dad22da122be9f7d5df4dbedae6a515323542fdc1a7e466d7a1a3d36d29731",
                    "enabled": 1
                }
            },
            "accountsd": {
                "100": {
                    "checksum": "sha256:8bd25829d921be0b5adf92ddaca7ab94cedca1d57796749cfa63571b6550e3da",
                    "enabled": 1
                }
            },
            "acct": {
                "100": {
                    "checksum": "sha256:2699d826efd46176017695c768804c505a54b277b05f1feb9c43a613bab4e6aa",
                    "enabled": 1
                }
            },
            "afs": {
                "100": {
                    "checksum": "sha256:99920dd4e0855870f7e6f9666928d13fe18ddccca9d38b92ea70a6ce3c8c7539",
                    "enabled": 1
                }
            },
            "aiccu": {
                "100": {
                    "checksum": "sha256:a7aedc8354b4335412871adfd2ab5b0c6da1ea63c8dd797718e4214a5d511bb5",
                    "enabled": 1
                }
            },
            "aide": {
                "100": {
                    "checksum": "sha256:8adb5c3a5ed74695e975eecbf290640b179eb6345a7740745ecfe3164efe209f",
                    "enabled": 1
                }
            },
            "ajaxterm": {
                "100": {
                    "checksum": "sha256:d3a03c2837d5dde7145e27902ff8578e00734ab34e8ea1a45aee58b83e9ad6d1",
                    "enabled": 1
                }
            },
            "alsa": {
                "100": {
                    "checksum": "sha256:202f94345fba8f4bc942dc9b75bbb6eea3b4cb02411cf6ed79858d72aa883c89",
                    "enabled": 1
                }
            },
            "amanda": {
                "100": {
                    "checksum": "sha256:f9a99d97370017307349a154ce479969395bbbfe434e4829573269f770efdd0d",
                    "enabled": 1
                }
            },
            "amtu": {
                "100": {
                    "checksum": "sha256:bc9934a2ae61fa117614f201479966d788484f3a7382de4ebad99790a465e2b7",
                    "enabled": 1
                }
            },
            "anaconda": {
                "100": {
                    "checksum": "sha256:b8aabc624243533d483c3dd5574a490a43e7ec0f2f7940798c12b4089bbd0642",
                    "enabled": 1
                }
            },
            "antivirus": {
                "100": {
                    "checksum": "sha256:1de6460ccaea5a5749eba17489b9765035c8202eb9492485ff39157564001a2c",
                    "enabled": 1
                }
            },
            "apache": {
                "100": {
                    "checksum": "sha256:1a0c38364558bebdae3efaa1fcf8be232184dcddcaab345bba1c40bf239dd0ed",
                    "enabled": 1
                }
            },
            "apcupsd": {
                "100": {
                    "checksum": "sha256:175308edb201092c22791f419d32da3f661e7ccfb9c5d5855ad753405c10023b",
                    "enabled": 1
                }
            },
            "apm": {
                "100": {
                    "checksum": "sha256:a1410f65d6bf017caedaffaa59016877686099fb7df3c4d801136de79a61795e",
                    "enabled": 1
                }
            },
            "application": {
                "100": {
                    "checksum": "sha256:a8e9d90aa1188068ca66be55c4d8abf9982666171bbdd8d4da1f2a254c34a080",
                    "enabled": 1
                }
            },
            "arpwatch": {
                "100": {
                    "checksum": "sha256:2cb8afd237d6bc5693e5d54be1a455b6ed632fbbe76cea406163f9c48d00e79f",
                    "enabled": 1
                }
            },
            "asterisk": {
                "100": {
                    "checksum": "sha256:0b66b387174001e926cf1454c3516bb32d96610a0f598065fe6d7a917ca897fe",
                    "enabled": 1
                }
            },
            "auditadm": {
                "100": {
                    "checksum": "sha256:dcd9e7f5e71fb9f7aace30b5755efcbf85fe88f884d4253cc9abcad1c44e5f4d",
                    "enabled": 1
                }
            },
            "authconfig": {
                "100": {
                    "checksum": "sha256:bdb8072e463c84cb01e6933093428be2b6ee5299d82e26730b12dd2b66d89355",
                    "enabled": 1
                }
            },
            "authlogin": {
                "100": {
                    "checksum": "sha256:a89b04c7a40bb373de2bbb0a2210cca454e7d4a805321fbe65462ae5551db656",
                    "enabled": 1
                }
            },
            "automount": {
                "100": {
                    "checksum": "sha256:41ec4e0c5c46118cb4dfa8c8b1834f330dce4ffdea3d534a8d5007a63b3e5262",
                    "enabled": 1
                }
            },
            "avahi": {
                "100": {
                    "checksum": "sha256:7628cb8340258102798a6e36902d0210e2051ffb9fb4f7a1e4c62a612edfe6fa",
                    "enabled": 1
                }
            },
            "awstats": {
                "100": {
                    "checksum": "sha256:9b92e64a3331076ad443862aa2ba98a2c4d9b00638bf19bb9726f572dee5eff4",
                    "enabled": 1
                }
            },
            "bacula": {
                "100": {
                    "checksum": "sha256:32cedcc57f6a973ac5adc16d8df343fc1ca4b3716f7cdcdae0d2490a6e5765ac",
                    "enabled": 1
                }
            },
            "base": {
                "100": {
                    "checksum": "sha256:d99ed290beecf2b10a557a21b06b63cabc28dab4050f2e7197d2cb9e30519fd3",
                    "enabled": 1
                }
            },
            "bcfg2": {
                "100": {
                    "checksum": "sha256:ea510637d47b7fabc3f617f8a6f3ca3172bf9215c2d6b64ad19cd5d8819c8b6b",
                    "enabled": 1
                }
            },
            "bind": {
                "100": {
                    "checksum": "sha256:39520749f8aba46f975a87187975d8dcd014ad67d22515951f51fa3fd1b0478f",
                    "enabled": 1
                }
            },
            "bitlbee": {
                "100": {
                    "checksum": "sha256:bf04e481614825a35c26a547b19098ff1c8acd0d915c5b4f938b9fa595459d00",
                    "enabled": 1
                }
            },
            "blkmapd": {
                "100": {
                    "checksum": "sha256:ca870c95742bf987a2e739286cbcb998b58c091a422251fdd8de57228b28fd96",
                    "enabled": 1
                }
            },
            "blueman": {
                "100": {
                    "checksum": "sha256:7e4b2b3df3962273436b561c806c816fe4b1e5d6781efa33a7109b05f796edd7",
                    "enabled": 1
                }
            },
            "bluetooth": {
                "100": {
                    "checksum": "sha256:da457ef2ce595c3bf9f70697029ea90e96472ae562f685a7f919a7778a778d09",
                    "enabled": 1
                }
            },
            "boinc": {
                "100": {
                    "checksum": "sha256:d74bd3b6b3850c30b5bbf77822ab82b43f36600e4f76cd68674ef361328afb05",
                    "enabled": 1
                }
            },
            "boltd": {
                "100": {
                    "checksum": "sha256:4ccf41e247c5a7066042a0ebaae492805a1d640f777e8e771701f340a76bce30",
                    "enabled": 1
                }
            },
            "bootloader": {
                "100": {
                    "checksum": "sha256:46e55021d6c4cede091a992ab33521bb1aba4ca1d44879d778973b279204933c",
                    "enabled": 1
                }
            },
            "brctl": {
                "100": {
                    "checksum": "sha256:f9645adde2441e43369a255c6a194f01c6f5800347ad710ce3e147df884b98aa",
                    "enabled": 1
                }
            },
            "brltty": {
                "100": {
                    "checksum": "sha256:603734d4772f482f282eb217c03647f705d66de27fc927c64e02787369b0f78a",
                    "enabled": 1
                }
            },
            "bugzilla": {
                "100": {
                    "checksum": "sha256:326d2a188603c908cdae3c9dcdae6bda37b98ec4cc23f3b31878e2bbd0cd33b2",
                    "enabled": 1
                }
            },
            "bumblebee": {
                "100": {
                    "checksum": "sha256:e8ca8d5318a68243441fdb993fbab6d566f7462fd5557b55733f8ddbfcc4b276",
                    "enabled": 1
                }
            },
            "cachefilesd": {
                "100": {
                    "checksum": "sha256:86fe9c1aa8b2d7a6bdd9bd8d0c7a41a7ae0e4e14e32eaea6cb920367c2f495d7",
                    "enabled": 1
                }
            },
            "calamaris": {
                "100": {
                    "checksum": "sha256:1069377693a5d730d57e4ddd6f73ce20b67b595aae90a16459e852d238163b48",
                    "enabled": 1
                }
            },
            "callweaver": {
                "100": {
                    "checksum": "sha256:880b626c3d04c5669d64ee617ee36a18566e91adeaac67b9527b0a795543575e",
                    "enabled": 1
                }
            },
            "canna": {
                "100": {
                    "checksum": "sha256:b9256764ca5e34142e8cffea57fafc2fa66f78dc8c05761f97fa9becd1d77311",
                    "enabled": 1
                }
            },
            "ccs": {
                "100": {
                    "checksum": "sha256:ad293ee5e252966d14fa6bf09240f143460df4b928672a33a398a5793777c4e4",
                    "enabled": 1
                }
            },
            "cdrecord": {
                "100": {
                    "checksum": "sha256:dda8d62c3bf2503ff9762bd031c35a76cac8059d08592fe23e4d3fe11b0ac8cc",
                    "enabled": 1
                }
            },
            "certmaster": {
                "100": {
                    "checksum": "sha256:b431dd84f2c6b971bc573674fa6c4ee2fedf910b0123ba5d9acb5011c208fd72",
                    "enabled": 1
                }
            },
            "certmonger": {
                "100": {
                    "checksum": "sha256:965ec65dfc98cbabce2350bd52fa7ce92c2f4ab4704348f1555f2a3d9edfd1b8",
                    "enabled": 1
                }
            },
            "certwatch": {
                "100": {
                    "checksum": "sha256:77f0299f67e43927eacb553d1002beeebc3098b4bee64d8dc3dadb8fd23fbb5c",
                    "enabled": 1
                }
            },
            "cfengine": {
                "100": {
                    "checksum": "sha256:c78b908838f1d64ee9ebb0a51b7fa438527716936471a573e1b4b7c393bd6b8d",
                    "enabled": 1
                }
            },
            "cgdcbxd": {
                "100": {
                    "checksum": "sha256:5d3633e0b77db69721e4f64167d7e5f7779c3e5fa76e095d25f8467f2a0bdfec",
                    "enabled": 1
                }
            },
            "cgroup": {
                "100": {
                    "checksum": "sha256:9368c6c54bd5ec6f20e4c3b47c86e60af07346c4e86e525b6bd7288b54b7e774",
                    "enabled": 1
                }
            },
            "chrome": {
                "100": {
                    "checksum": "sha256:d31ce9d2fe78cafcd5e3c8decf22ae1e9ea6f74026ca65b6320afe9a33cd609a",
                    "enabled": 1
                }
            },
            "chronyd": {
                "100": {
                    "checksum": "sha256:7d9624729861397cf7720c2324c65489a3d30485e6a884ab1ff9a8ca22efa678",
                    "enabled": 1
                }
            },
            "cinder": {
                "100": {
                    "checksum": "sha256:fc169721c78f5b0857ed8312e59ba4c134b685c4c322dae242b92e815e35e6fb",
                    "enabled": 1
                }
            },
            "cipe": {
                "100": {
                    "checksum": "sha256:02c20398b9eff51ed431b7ad739a6015d2451b4bf6e3e5da380606d85a77852c",
                    "enabled": 1
                }
            },
            "clock": {
                "100": {
                    "checksum": "sha256:4f90655d2243cfc32ea7436a953cccb8a34af895f83361235a3a5cda40dbc75f",
                    "enabled": 1
                }
            },
            "clogd": {
                "100": {
                    "checksum": "sha256:ba78a422a10b65591c48cb038f8a55614944163f3140275852d293fb0c548bfa",
                    "enabled": 1
                }
            },
            "cloudform": {
                "100": {
                    "checksum": "sha256:481f5fbc7810a5a81851edbe5a6b124141257f5fbbb83d8830ae0a34924ed3d9",
                    "enabled": 1
                }
            },
            "cmirrord": {
                "100": {
                    "checksum": "sha256:8f8fb986f15b8b7c5c250d250fdbbb2f78874e13394105c9c486488a16e94c91",
                    "enabled": 1
                }
            },
            "cobbler": {
                "100": {
                    "checksum": "sha256:e0e264b9cc83962dbbb27c152a72f01c6a355467c4e845b52e65c8b88d8d75d6",
                    "enabled": 1
                }
            },
            "cockpit": {
                "100": {
                    "checksum": "sha256:cb7fccd94903a6e256a586d758085f6f59c0f8b1c5b4cb99536915526d2224ec",
                    "enabled": 1
                }
            },
            "collectd": {
                "100": {
                    "checksum": "sha256:7f08e2e248d33162dc9b237c37ed3a3dba0511bbcc71d87482e95093fb8c6456",
                    "enabled": 1
                }
            },
            "colord": {
                "100": {
                    "checksum": "sha256:86e58c9f12c519a2c3b090b64a276722374054ea900c775b2f8ab4ef2867dcf0",
                    "enabled": 1
                }
            },
            "comsat": {
                "100": {
                    "checksum": "sha256:1d57ffaad6b96e3ca8ac82c23b52d58d81e1f69f5d54a648a16da8ffa8070e53",
                    "enabled": 1
                }
            },
            "condor": {
                "100": {
                    "checksum": "sha256:dbc3f2f0c12f9aeed14056fd7e7c46a4ecab3569198f891643172cd032f3fc00",
                    "enabled": 1
                }
            },
            "conman": {
                "100": {
                    "checksum": "sha256:1270caf15af248a487cd5ce728daae2699ffd9139823c805ec49213ab1c835cb",
                    "enabled": 1
                }
            },
            "conntrackd": {
                "100": {
                    "checksum": "sha256:56fd7d7a550dbc4188b93afd0fde8c706623b3a5d26db265ee016967ba4ddfee",
                    "enabled": 1
                }
            },
            "consolekit": {
                "100": {
                    "checksum": "sha256:5bd7a7acc191766583d933b04321e64657138959bf40a4d2986b013b942c4ba8",
                    "enabled": 1
                }
            },
            "couchdb": {
                "100": {
                    "checksum": "sha256:12b2e3e7314bda4e76d3883901e6470927e85343f742fb44b174ce968f1ad8b5",
                    "enabled": 1
                }
            },
            "courier": {
                "100": {
                    "checksum": "sha256:40ae5f173004741838002644e5bff73cf16f2f3a1928c45fa17674f9a0df5148",
                    "enabled": 1
                }
            },
            "cpucontrol": {
                "100": {
                    "checksum": "sha256:1485a6d64d00619898d2789d27391f2a57a7fb1f0e8c73daf59baca8641564a3",
                    "enabled": 1
                }
            },
            "cpufreqselector": {
                "100": {
                    "checksum": "sha256:687564eb09acf3e7f1475fe2a133941c36999bd037aa8a794feea2d9f2c26385",
                    "enabled": 1
                }
            },
            "cpuplug": {
                "100": {
                    "checksum": "sha256:c16e376ff6c51da1911e68a8a7d42f5730eda45febfd0875c78cac4b9cf6e78c",
                    "enabled": 1
                }
            },
            "cron": {
                "100": {
                    "checksum": "sha256:6be0252b3c6bcbfb4c51dfd3ae1ae262f5de153234917ac4d342b18ae0292060",
                    "enabled": 1
                }
            },
            "ctdb": {
                "100": {
                    "checksum": "sha256:06dd65a4361bf8076c14b322dd30003295c0b9d75bf1ae610961b13a1f9431da",
                    "enabled": 1
                }
            },
            "cups": {
                "100": {
                    "checksum": "sha256:3d5e5bbf131d98d95f7f1431893eb137bd833dbfd8469f9c386d72bb4e8f9b9a",
                    "enabled": 1
                }
            },
            "cvs": {
                "100": {
                    "checksum": "sha256:bbc8d76cc8609849d5b078c5b2ac7364470a06d77d67b97d5f58429d7b679e33",
                    "enabled": 1
                }
            },
            "cyphesis": {
                "100": {
                    "checksum": "sha256:b1a41211ae3cf69b819df517eccd0fda2088c27685dad68de64531b9794ec518",
                    "enabled": 1
                }
            },
            "cyrus": {
                "100": {
                    "checksum": "sha256:60defb1f6feeb1d607734c4912e52e03bf5b0c27cb6f31a37fa7e05f3497b323",
                    "enabled": 1
                }
            },
            "daemontools": {
                "100": {
                    "checksum": "sha256:1034e2442c975dd2ccf84791b1a826d02032f13762d57c3485e51e2b9a7dc03f",
                    "enabled": 1
                }
            },
            "dbadm": {
                "100": {
                    "checksum": "sha256:40306590ef444152ae18b65040d85442c14853a9cc4c31b0224c4d19517d66ea",
                    "enabled": 1
                }
            },
            "dbskk": {
                "100": {
                    "checksum": "sha256:24559eff82b251f9814ae88c36a7cbacda1ed419a80145aef545306e88cb0da8",
                    "enabled": 1
                }
            },
            "dbus": {
                "100": {
                    "checksum": "sha256:50ea4eb05a06315449092c939e2307436ac6461e47ca69f0d42cc4e321e86280",
                    "enabled": 1
                }
            },
            "dcc": {
                "100": {
                    "checksum": "sha256:06e414b0a83b49968f62018cecde48dcfe68b2e9d699915367b3e04461188a0d",
                    "enabled": 1
                }
            },
            "ddclient": {
                "100": {
                    "checksum": "sha256:73ca2525a14e3161524f6e8fc0d016430a536002f1cb3833db1334670b458436",
                    "enabled": 1
                }
            },
            "denyhosts": {
                "100": {
                    "checksum": "sha256:1bd00b13b9bda18274a771d66f7cba8fe62e5e95ea8f51415da6b1fa1336df1b",
                    "enabled": 1
                }
            },
            "devicekit": {
                "100": {
                    "checksum": "sha256:03b01b781881cc60438bc357bd60596970b8ac019b415969bca8a08358fcbfd1",
                    "enabled": 1
                }
            },
            "dhcp": {
                "100": {
                    "checksum": "sha256:2ad95a78468f7f4ea9a8c044c79c0a4ca9924b41432390ea2863a85c806c9a00",
                    "enabled": 1
                }
            },
            "dictd": {
                "100": {
                    "checksum": "sha256:c30c819f142d3c719d0ec5741af5a65161770ff140097fe63f7559d55b897500",
                    "enabled": 1
                }
            },
            "dirsrv": {
                "100": {
                    "checksum": "sha256:50efdc68200d27ce1a5db99a780aa7b0e84988669961d436d348c7bb8310d181",
                    "enabled": 1
                }
            },
            "dirsrv-admin": {
                "100": {
                    "checksum": "sha256:8d9234157484f6ae8ba22039b44fa19f4de8137be9321e5da393d72d85d89487",
                    "enabled": 1
                }
            },
            "dmesg": {
                "100": {
                    "checksum": "sha256:8b834312a2cb99ab89862f839a1315e78794dd92758785f84c9559285dfbe679",
                    "enabled": 1
                }
            },
            "dmidecode": {
                "100": {
                    "checksum": "sha256:2c7fb8c6c52f385b819713f0444a96cfd4e65b7dcb3ca79b932cc12ad9ce903d",
                    "enabled": 1
                }
            },
            "dnsmasq": {
                "100": {
                    "checksum": "sha256:44f66c5d4f635600ee9d0ba3fdea3896218f1420b5ead89e0f22d71a447f9e97",
                    "enabled": 1
                }
            },
            "dnssec": {
                "100": {
                    "checksum": "sha256:49427a9e92b87db77706e2b81ece254c99d3cd6ba020211e2afae65fab7ad066",
                    "enabled": 1
                }
            },
            "dovecot": {
                "100": {
                    "checksum": "sha256:cc8c3a2ee0233a7f1fdf38837b72ce5fd15efef782a36ab4b9aa2ec339b46fa6",
                    "enabled": 1
                }
            },
            "drbd": {
                "100": {
                    "checksum": "sha256:b66be23c1ded4e548e5369b744c7c2a4dfd7065582517525221177ca67657525",
                    "enabled": 1
                }
            },
            "dspam": {
                "100": {
                    "checksum": "sha256:5dd7221ba40e9b912367289fed8ca116c14da4fb8bd7f28f421c4008855bb9fc",
                    "enabled": 1
                }
            },
            "entropyd": {
                "100": {
                    "checksum": "sha256:0f68aeeb1da72efb8c9b1bb7db0a4180b6938672b16f33d1abcd65f5481d85a9",
                    "enabled": 1
                }
            },
            "exim": {
                "100": {
                    "checksum": "sha256:f4c4473ee49394e0e4629023772464a046c476f92b4a727acdf9f6c92711b952",
                    "enabled": 1
                }
            },
            "fail2ban": {
                "100": {
                    "checksum": "sha256:2383cb88b81bc5d87be9f3201a42da526532c4ea8e6d3b3f5023005c0ddf6f17",
                    "enabled": 1
                }
            },
            "fcoe": {
                "100": {
                    "checksum": "sha256:913e66ac5f5ce364e5ea556acfbf77845c25a4beb5ee64599613aa00127c1492",
                    "enabled": 1
                }
            },
            "fetchmail": {
                "100": {
                    "checksum": "sha256:63f00993bae4285eff5e993d208ea786785c4331e6947b3a48a97d31145b2e98",
                    "enabled": 1
                }
            },
            "finger": {
                "100": {
                    "checksum": "sha256:16c506d472b007f7d36850810ca0fcfd9482d30ce9c0ba790174b78294fd1d74",
                    "enabled": 1
                }
            },
            "firewalld": {
                "100": {
                    "checksum": "sha256:bbf58446f30b93de19e5a19087ee012f8e347fef5e7e8012e64b31a0ec21ab09",
                    "enabled": 1
                }
            },
            "firewallgui": {
                "100": {
                    "checksum": "sha256:b61ff17eee03141c9c7bd79d63331ecea733cba4b5b43b87d5141a40cdccdd69",
                    "enabled": 1
                }
            },
            "firstboot": {
                "100": {
                    "checksum": "sha256:c5540b8385c84075dd657e390d77ae886aa9d74b65444b9aa1d858f375819a8c",
                    "enabled": 1
                }
            },
            "fprintd": {
                "100": {
                    "checksum": "sha256:c1ffb7734a0359a7390830d9c6477ab61c45fc026368bfd5e2246523a6439464",
                    "enabled": 1
                }
            },
            "freeipmi": {
                "100": {
                    "checksum": "sha256:9af2291d75a2d643f53ff7a98bcabf22effb617329178efea45372d714825de1",
                    "enabled": 1
                }
            },
            "freqset": {
                "100": {
                    "checksum": "sha256:28bf77389f3e41743b30727a891609172a891466e92c28a919f43e628cc23a4d",
                    "enabled": 1
                }
            },
            "fstools": {
                "100": {
                    "checksum": "sha256:140caf542903419ee2471fd99ab06aa45899c400402c2580b395b182f24bd225",
                    "enabled": 1
                }
            },
            "ftp": {
                "100": {
                    "checksum": "sha256:7e8456fdf7807b30e1c257e568ba10305696cf5abdebc70988c288079884d46b",
                    "enabled": 1
                }
            },
            "fwupd": {
                "100": {
                    "checksum": "sha256:1dd6a45b73c7ce77a87af1e87354ada5aa5b2841aaaa045a6b4ae3c4d09f0f8b",
                    "enabled": 1
                }
            },
            "games": {
                "100": {
                    "checksum": "sha256:950d8be99d5349a3d893ba601c518e6b2af0d56c5b55514a45dbd8a3c61c9ecc",
                    "enabled": 1
                }
            },
            "gdomap": {
                "100": {
                    "checksum": "sha256:5040cb99d007fe9368bd37a9a6bf82f891c220ef652443896a0f2f6ca6f818e1",
                    "enabled": 1
                }
            },
            "geoclue": {
                "100": {
                    "checksum": "sha256:f0155b43152b6b4b850d1c4fb7daf16fd77992313b8be314ddb4901314bf913d",
                    "enabled": 1
                }
            },
            "getty": {
                "100": {
                    "checksum": "sha256:a60d07665b0ebd25fd54a9d82dad5eb7acbc11a2842dba56d7b9524d26ce14ce",
                    "enabled": 1
                }
            },
            "git": {
                "100": {
                    "checksum": "sha256:5eaccf209092db49c9a48d84e1387c1de76cb153c774c0bd615c001afab28664",
                    "enabled": 1
                }
            },
            "gitosis": {
                "100": {
                    "checksum": "sha256:b522382b64f36cf387cd892b45e916c861bd0a09697bc983eb55b53b0efd3081",
                    "enabled": 1
                }
            },
            "glance": {
                "100": {
                    "checksum": "sha256:2c51d19fca6ee40e137245ecb425edc77666d75c42ba583bf74cf13f10ace055",
                    "enabled": 1
                }
            },
            "gnome": {
                "100": {
                    "checksum": "sha256:420b9cefa6bdb542f6da10de7b36704a91509cf64cd2497e5693a858cfca5e41",
                    "enabled": 1
                }
            },
            "gpg": {
                "100": {
                    "checksum": "sha256:f821aa6ca5837a2d2de8180e74c267f68da951960c989fb13ebde5833c93738e",
                    "enabled": 1
                }
            },
            "gpm": {
                "100": {
                    "checksum": "sha256:bf30c4945be0065672fb47f70ad251b1079ada339f61f2679293cb0226d0d57a",
                    "enabled": 1
                }
            },
            "gpsd": {
                "100": {
                    "checksum": "sha256:5373b2332959d6c41c32160018274ab61e3f1abd0f0a5cc2302c45b141a39a9b",
                    "enabled": 1
                }
            },
            "gssproxy": {
                "100": {
                    "checksum": "sha256:7528c47be91a81ac19f2f54458309baeb0a232d83a1ccb2bd89fbc8cefb1ddc8",
                    "enabled": 1
                }
            },
            "guest": {
                "100": {
                    "checksum": "sha256:91f43e4d5ae283f0aa13c49efea93293dbdecd2b2f4f75db89371eda65b7523e",
                    "enabled": 1
                }
            },
            "hddtemp": {
                "100": {
                    "checksum": "sha256:f170e1da6acae4fd7108d22c8cf262916e034f0d3edbdebf3265a922a5355373",
                    "enabled": 1
                }
            },
            "hostapd": {
                "100": {
                    "checksum": "sha256:8b15f72328885c08bfda38082a62feeaa2c6692223a4d2bd1a572820d454a742",
                    "enabled": 1
                }
            },
            "hostname": {
                "100": {
                    "checksum": "sha256:e9fc1c4032c0346f751e1ef8ad1b3fe3425401b70a6c4354d4485472288e0bc5",
                    "enabled": 1
                }
            },
            "hsqldb": {
                "100": {
                    "checksum": "sha256:f70b198e5a5157722b69dc89109c4074a475e1085356cc610cc9b700567c154d",
                    "enabled": 1
                }
            },
            "hwloc": {
                "100": {
                    "checksum": "sha256:370e9eea2b927a2715018b667e9a56ad09af301a90811cd9b041da79f5384b38",
                    "enabled": 1
                }
            },
            "hypervkvp": {
                "100": {
                    "checksum": "sha256:b54ce6f4960a02d35e19d60bf8a07f7866514893e3193a5f4822c8580a46caa4",
                    "enabled": 1
                }
            },
            "ibacm": {
                "100": {
                    "checksum": "sha256:663b35f3874583ae074924bc068a8dc4c7c144adb60007da6103d1e3505ee37a",
                    "enabled": 1
                }
            },
            "icecast": {
                "100": {
                    "checksum": "sha256:dedaddef1d7447d25a1e7ff01e60e4545606e556c6770bd3fa94d9331de7a5d7",
                    "enabled": 1
                }
            },
            "inetd": {
                "100": {
                    "checksum": "sha256:ae408578a7160f2feae10269365558c43d9570b392642a92cc20f8ad47c58cce",
                    "enabled": 1
                }
            },
            "init": {
                "100": {
                    "checksum": "sha256:7ff95566a4f2bdb8ca3ec67acdade39e35fdabc57c2f00b989bab3f699f997f8",
                    "enabled": 1
                }
            },
            "inn": {
                "100": {
                    "checksum": "sha256:9ad99284192a443aa582e73b46667388b7a219dafae8dfce71a58a82bbae2f6c",
                    "enabled": 1
                }
            },
            "insights_client": {
                "100": {
                    "checksum": "sha256:0e41289d8dce065dcd41fd6cc1e1282efd4a58e7f9e3a2f1abc32f520fbbcc1e",
                    "enabled": 1
                }
            },
            "iodine": {
                "100": {
                    "checksum": "sha256:32501ab66def044fbc340cb5c656d5743c738bbd6fca5626c36c687419cd8d32",
                    "enabled": 1
                }
            },
            "iotop": {
                "100": {
                    "checksum": "sha256:d15656cd91a4e4e178a13f7cf910cfc552cc30db881a11ec88833f947edb4561",
                    "enabled": 1
                }
            },
            "ipmievd": {
                "100": {
                    "checksum": "sha256:d34fe186922c0e5726ca361343ec3846833ec3e4ab9b019b3d7bac1337383a16",
                    "enabled": 1
                }
            },
            "ipsec": {
                "100": {
                    "checksum": "sha256:d36c66c2c79d338c61c90d4136433e1e3a73435e920eb36d70682dfd5e147e59",
                    "enabled": 1
                }
            },
            "iptables": {
                "100": {
                    "checksum": "sha256:5a674017cc648e3262757464e5413503154cc1f593da545ce2c4f946991012bc",
                    "enabled": 1
                }
            },
            "irc": {
                "100": {
                    "checksum": "sha256:d72428ccbff5521367e00699c142bba64b2bbd44fed35deb29f9530cc0448378",
                    "enabled": 1
                }
            },
            "irqbalance": {
                "100": {
                    "checksum": "sha256:15650b2f39ccdfbcb1e4e867a35fce3c2768097e611e0c8ad9cb79ae6c66dd58",
                    "enabled": 1
                }
            },
            "iscsi": {
                "100": {
                    "checksum": "sha256:ccb27142f793095c79f531aae924baaeee5914c84228a09c09b9eca839f3524e",
                    "enabled": 1
                }
            },
            "isns": {
                "100": {
                    "checksum": "sha256:90b42f610fa328cdfb98bd0450bd052566f203e51e4a913dd6faded6da7fbe2c",
                    "enabled": 1
                }
            },
            "jabber": {
                "100": {
                    "checksum": "sha256:5ad49d140265305dc72781a6826d1de4614a33f83bd512acdc2263038ad41206",
                    "enabled": 1
                }
            },
            "jetty": {
                "100": {
                    "checksum": "sha256:d910afd1bfe836543ded50974dc24ae7bd5fd2609d6a9b2403316dffcd39832d",
                    "enabled": 1
                }
            },
            "jockey": {
                "100": {
                    "checksum": "sha256:d9a67ce1976ed2e79826d25f33dcb0b0bbde6c090600b605bbaaae45856d12f6",
                    "enabled": 1
                }
            },
            "journalctl": {
                "100": {
                    "checksum": "sha256:9ddb71271d0dbe5cede6179c0ca263e297dc6b65197bde2f7b14ce71f8dde369",
                    "enabled": 1
                }
            },
            "kdbus": {
                "100": {
                    "checksum": "sha256:5969c78be4a03cc91e426bc19b13c5188b5bf8ac11f5e2c21c098c3d68a7e3e3",
                    "enabled": 1
                }
            },
            "kdump": {
                "100": {
                    "checksum": "sha256:fdde3852d1decda649133c6345680f9353b86a6da2a98a83a8be101c9c25f103",
                    "enabled": 1
                }
            },
            "kdumpgui": {
                "100": {
                    "checksum": "sha256:66c67280c70a9b897b0f952067438e0eee05f9f48913508b38d745ef88747f32",
                    "enabled": 1
                }
            },
            "keepalived": {
                "100": {
                    "checksum": "sha256:c1177567c7bf67bb2d0de17760cecf56e0bb34f50d6fe060dec64ae97a76ecdb",
                    "enabled": 1
                }
            },
            "kerberos": {
                "100": {
                    "checksum": "sha256:826fbe83705494e009b242b88857c425eacba49aadae506ffa2012c80e60f7ae",
                    "enabled": 1
                }
            },
            "keyboardd": {
                "100": {
                    "checksum": "sha256:f199811d9ddc8db83864a09c543567fcb2f117b3241967b092bff7c9fdbfbfb6",
                    "enabled": 1
                }
            },
            "keystone": {
                "100": {
                    "checksum": "sha256:b0a7227a870ea987035e0cd524ad956a68287d0a67dd7135de41c6d5977ff4c2",
                    "enabled": 1
                }
            },
            "kismet": {
                "100": {
                    "checksum": "sha256:488fb5fd17cf1f630f3e48a853da05f86c06fc58219dc2ae59251865734bf800",
                    "enabled": 1
                }
            },
            "kmscon": {
                "100": {
                    "checksum": "sha256:d64019b11b6a37f6cdc5579d56eb1e19b6a7231501e1cfe2a838d26a2eac6033",
                    "enabled": 1
                }
            },
            "kpatch": {
                "100": {
                    "checksum": "sha256:00070d71dfe2632491305387ffb264127dca4387425015e4cb013d6bce5f95c3",
                    "enabled": 1
                }
            },
            "ksmtuned": {
                "100": {
                    "checksum": "sha256:891f082452240ad2e726bad777ea787d0f0f8695cc2a75f7439a2badda030d24",
                    "enabled": 1
                }
            },
            "ktalk": {
                "100": {
                    "checksum": "sha256:2df6f3dbad4a513ee1c113e496e8d2f5a19f56015f4a21e7478f2f5b53f36359",
                    "enabled": 1
                }
            },
            "l2tp": {
                "100": {
                    "checksum": "sha256:8e4cb0b0e0d1293d669de0b0e50f68d6d6fbe8e8d830a236a1c0e676f2326fb2",
                    "enabled": 1
                }
            },
            "ldap": {
                "100": {
                    "checksum": "sha256:d0177bb5873d0e6f9595020a8f39ba06b19e4636ea610175a3afef4aec2719cb",
                    "enabled": 1
                }
            },
            "libraries": {
                "100": {
                    "checksum": "sha256:6d5f128f2d4fd9137a7c70d0d024703547796a71f70017b3550a31d3450e0435",
                    "enabled": 1
                }
            },
            "likewise": {
                "100": {
                    "checksum": "sha256:e7eebd050230b358b43435d37ce308c3ba15e2516f4045abf7d26f03ebfbc11c",
                    "enabled": 1
                }
            },
            "linuxptp": {
                "100": {
                    "checksum": "sha256:4132cd51913a3044e453ed0b972db2ef511fdc7b2a1b592d1070177651066ab9",
                    "enabled": 1
                }
            },
            "lircd": {
                "100": {
                    "checksum": "sha256:cc81b79d2834e58bef7928f525c1a1eee5547e81d195444b3bc2741e396ae46b",
                    "enabled": 1
                }
            },
            "livecd": {
                "100": {
                    "checksum": "sha256:805c7bc4ded621b44ecf333d558328e115bba652fcbc91f436cefc948497688e",
                    "enabled": 1
                }
            },
            "lldpad": {
                "100": {
                    "checksum": "sha256:358c4b262655cffbf20f7484aedb22f094509f44d52a1fa3efe3edeafd99317e",
                    "enabled": 1
                }
            },
            "loadkeys": {
                "100": {
                    "checksum": "sha256:26f9e78406ecdc968ed670b32db1d10805e66875631558f092f08a6e1f2170dc",
                    "enabled": 1
                }
            },
            "locallogin": {
                "100": {
                    "checksum": "sha256:e07d92775ed25e7a3627bf977452844c67acf473b33075475f433f8be76dd755",
                    "enabled": 1
                }
            },
            "lockdev": {
                "100": {
                    "checksum": "sha256:1f946da2054cc1693209749df12ff01ab6456247d6225733aebb3a7d70a46e20",
                    "enabled": 1
                }
            },
            "logadm": {
                "100": {
                    "checksum": "sha256:70546c4b3d01f15bc7a69747dbb12fc6bcef5d899f6301f62c0c612c7069082a",
                    "enabled": 1
                }
            },
            "logging": {
                "100": {
                    "checksum": "sha256:656067c78ff1246a1a758a213d44307f91cb79336fe74a47015af425e58266fc",
                    "enabled": 1
                }
            },
            "logrotate": {
                "100": {
                    "checksum": "sha256:76cc40f1943fe21959793499bffaf35d0fe53ffc3f6c5a8b31eb96e738a286c2",
                    "enabled": 1
                }
            },
            "logwatch": {
                "100": {
                    "checksum": "sha256:cf4450b03e28762040c29f2a28af238cd4905d1c6bd4c73d656b266c7b9a8a6c",
                    "enabled": 1
                }
            },
            "lpd": {
                "100": {
                    "checksum": "sha256:9358dc35659b9570d3e8119a088b2693d7de505ea25996dc139517a857888857",
                    "enabled": 1
                }
            },
            "lsm": {
                "100": {
                    "checksum": "sha256:1247dc4bccfbc9ee42292db4415b21ae00bdef3dc2faeb267f045413da4a1b1b",
                    "enabled": 1
                }
            },
            "lttng-tools": {
                "100": {
                    "checksum": "sha256:79e4a2224ede13cd5f2c0e6e7c61e83efabaf1d05b86f6f7a710599bfc48edaf",
                    "enabled": 1
                }
            },
            "lvm": {
                "100": {
                    "checksum": "sha256:f56137657dd61a1a8a8844d5d1db01fc03330d17e05457d03f64756b344c32ef",
                    "enabled": 1
                }
            },
            "mailman": {
                "100": {
                    "checksum": "sha256:e47811cf3bd8204eaa02c4aab92f3d426f0a3ef97161e1579845d1e03df1fc1d",
                    "enabled": 1
                }
            },
            "mailscanner": {
                "100": {
                    "checksum": "sha256:8d447072ab5005ead27f1cb4d96dcbedf09a11182f660c6f59c6d56fd81235d8",
                    "enabled": 1
                }
            },
            "man2html": {
                "100": {
                    "checksum": "sha256:224584babd9e83c242d54fd8c5cd03379b0556005268aac22b15734b913f12e6",
                    "enabled": 1
                }
            },
            "mandb": {
                "100": {
                    "checksum": "sha256:ae44b8ec7a90ebbc45fdafe89663197b36e47120ad90eb22b475939055ea6924",
                    "enabled": 1
                }
            },
            "mcelog": {
                "100": {
                    "checksum": "sha256:c5d98ec368b145c74b4bf0ea8da3980b17af0c2d00654c5a6973241625f97b12",
                    "enabled": 1
                }
            },
            "mediawiki": {
                "100": {
                    "checksum": "sha256:43f1c6f7cfdeaa26891824167cf637a8670785c2674b45d85ce4a7ac77190a36",
                    "enabled": 1
                }
            },
            "memcached": {
                "100": {
                    "checksum": "sha256:f0f9c7367e9bd196aa463916bd5aab02f6966dad9564a0f2fd070bb2e8410aeb",
                    "enabled": 1
                }
            },
            "milter": {
                "100": {
                    "checksum": "sha256:db190bacd2b84a29971cd1940cd15d606abbfded5c9b956894717afd91fc7a0d",
                    "enabled": 1
                }
            },
            "minidlna": {
                "100": {
                    "checksum": "sha256:0d6ac660d641c1cf707a814ed08e19b9e21547a3eaa7134cab84dbc5fee6b5b2",
                    "enabled": 1
                }
            },
            "minissdpd": {
                "100": {
                    "checksum": "sha256:dd2ab85bcba6d204f9dbc7304e8a4940e5d1733d4b9cf4fcb0f4072982c585c3",
                    "enabled": 1
                }
            },
            "mip6d": {
                "100": {
                    "checksum": "sha256:406edf2c78ba0e692d5a78f3c5ca8d641d00131b143332adeaad9f325959683a",
                    "enabled": 1
                }
            },
            "mirrormanager": {
                "100": {
                    "checksum": "sha256:7084de59beaaaf4f630357ec53beff8d0a0ee532ac180fe58e23bfe98f1fdaee",
                    "enabled": 1
                }
            },
            "miscfiles": {
                "100": {
                    "checksum": "sha256:7e7e87e302bf847a4c59d69e5af60729e61bada0cc5d6ec17a25a6514476cb48",
                    "enabled": 1
                }
            },
            "mock": {
                "100": {
                    "checksum": "sha256:ae352eccf2f2c9ee8f0d9635517d9ae3c9bba83c617deca8f989e2aae8dd35fa",
                    "enabled": 1
                }
            },
            "modemmanager": {
                "100": {
                    "checksum": "sha256:84a60147d2b0121ff6ede6199583cdb5619480d015b2a675c6a0569f91c12d66",
                    "enabled": 1
                }
            },
            "modutils": {
                "100": {
                    "checksum": "sha256:67c3914aeb25e38fc6bd0793fddc41122dba1547d54e91a78065545fea3b9c87",
                    "enabled": 1
                }
            },
            "mojomojo": {
                "100": {
                    "checksum": "sha256:6030afcea9f8d46f25dd7785737edd25eb0f1e50b76eafe4d9103196b722d47e",
                    "enabled": 1
                }
            },
            "mon_statd": {
                "100": {
                    "checksum": "sha256:6ba3a594d01a11bc32e7cb554f7386314b5089eb4416fb776edb552a7d53c41d",
                    "enabled": 1
                }
            },
            "mongodb": {
                "100": {
                    "checksum": "sha256:1b2d30558bec7fc08d1d388ae2bb0becd2233c99c9fb173fd00809786ce5eed9",
                    "enabled": 1
                }
            },
            "motion": {
                "100": {
                    "checksum": "sha256:346e172be35df168eb0e4fbc8e176b0fda87de9bc5787f7a5ab7667cfe1e3c3b",
                    "enabled": 1
                }
            },
            "mount": {
                "100": {
                    "checksum": "sha256:f66c53d993dcd47ea1ff3d797f8fd69fb8161a4ff8a59f54f66a2de9462a55a7",
                    "enabled": 1
                }
            },
            "mozilla": {
                "100": {
                    "checksum": "sha256:7696dbb77c54531cf2574c7ede9f085cf64611dcf7a612530dce2de19f7a8b9f",
                    "enabled": 1
                }
            },
            "mpd": {
                "100": {
                    "checksum": "sha256:0f67c18c9101b53f57ef857a74d6044701e1d2c347f829a03c0579c545fdbef3",
                    "enabled": 1
                }
            },
            "mplayer": {
                "100": {
                    "checksum": "sha256:f82c0a72506f1011e47ba98e51d5edf906f58fc190d797f5d1a0b8e5cc7d0762",
                    "enabled": 1
                }
            },
            "mrtg": {
                "100": {
                    "checksum": "sha256:afcd9267261b334900420461279b8555fdb4bd783af880fa4606d8afc65e0712",
                    "enabled": 1
                }
            },
            "mta": {
                "100": {
                    "checksum": "sha256:b0f9753424c504a288f55d495105f6d475d69287b718190ae5192cf7d6ddfde6",
                    "enabled": 1
                }
            },
            "munin": {
                "100": {
                    "checksum": "sha256:29f87ec15fa19e975c83288d55e56bab64855a24c4d8826fe4138eda9a46cc97",
                    "enabled": 1
                }
            },
            "mysql": {
                "100": {
                    "checksum": "sha256:b028af8f4e726feb8c26037f7c6d6f97383977bd5ee6141ab4e8e1d096d6481f",
                    "enabled": 1
                }
            },
            "mythtv": {
                "100": {
                    "checksum": "sha256:e025b2dbf50901632da0ee2aa658105a322275eb120d782cbbf25f2895231154",
                    "enabled": 1
                }
            },
            "naemon": {
                "100": {
                    "checksum": "sha256:a19b3b0540dc52d9506ca7e5d804c2fe9115b3ea28bfd9273030e841e12eb277",
                    "enabled": 1
                }
            },
            "nagios": {
                "100": {
                    "checksum": "sha256:39ca80027ac8585f368bcd57f555ba87bf409f7b7d6c4292c09fd06cc1691c80",
                    "enabled": 1
                }
            },
            "namespace": {
                "100": {
                    "checksum": "sha256:ef73850f29b4ff4ff904d506d545bf366fd1e7c2ba82a7a7c9a4513e3eee45d9",
                    "enabled": 1
                }
            },
            "ncftool": {
                "100": {
                    "checksum": "sha256:2c9356101a9ddbec94afdd12ca669ba93a1d422c302f9e17b78b18670617d2a1",
                    "enabled": 1
                }
            },
            "netlabel": {
                "100": {
                    "checksum": "sha256:9a32ce04c1dd8e120588c15b3057f838bedce8f14c91576b667295d47800e0ad",
                    "enabled": 1
                }
            },
            "netutils": {
                "100": {
                    "checksum": "sha256:5e0a20ae09b00fac69ee30a0d55ff73fa692d8350c9c0b0343af61e4f0dd654f",
                    "enabled": 1
                }
            },
            "networkmanager": {
                "100": {
                    "checksum": "sha256:9c67b21155929e43e4efd3fc81a85fddc9f1030b47ee4a275789014c1311b972",
                    "enabled": 1
                }
            },
            "ninfod": {
                "100": {
                    "checksum": "sha256:85cac2885d75522eb07189efcc3feeb7775fc6daf5cf3f1a28a1fd2109fe148c",
                    "enabled": 1
                }
            },
            "nis": {
                "100": {
                    "checksum": "sha256:b5b133d60b98068eb9480c54285050ae9b49d2fb309eac8994cc91c865ee02d4",
                    "enabled": 1
                }
            },
            "nova": {
                "100": {
                    "checksum": "sha256:59919a89d30a5d4b60d6971fa636fb62605d59d214ec614adc279f6cbe2c2b27",
                    "enabled": 1
                }
            },
            "nscd": {
                "100": {
                    "checksum": "sha256:578bc975477539c659f3608b1445a0c7a9bc7c3f2dcf65b3e55f3a3af89ea564",
                    "enabled": 1
                }
            },
            "nsd": {
                "100": {
                    "checksum": "sha256:d5b03cdc6c8bbc222b8e3d30680b1a7d2d1a49837e7d509aafcf6b2a3a32195b",
                    "enabled": 1
                }
            },
            "nslcd": {
                "100": {
                    "checksum": "sha256:18b003071f4c36307616f7d5de8cff6d4e376af31cb96ce1a5ad6ae3011dfd09",
                    "enabled": 1
                }
            },
            "ntop": {
                "100": {
                    "checksum": "sha256:f942c7fbe636b9d60327ef9dade1120340c16a2992a6b50db5fbaecd44ffd63d",
                    "enabled": 1
                }
            },
            "ntp": {
                "100": {
                    "checksum": "sha256:686664a71e74b0edd643ab9d556b1aab092fa707935da5ea928a66f54a3c84e0",
                    "enabled": 1
                }
            },
            "numad": {
                "100": {
                    "checksum": "sha256:dabc5ce6244d0b0939e9a07bd6bc232e8b666529a0b7b29527e586db8224862c",
                    "enabled": 1
                }
            },
            "nut": {
                "100": {
                    "checksum": "sha256:653e708dec531e483992b25944a689ec9369478d039a5ec62c98294ab73ce8c4",
                    "enabled": 1
                }
            },
            "nx": {
                "100": {
                    "checksum": "sha256:4ae55fe839abaaf0ea52b79a5c8f6a906575b83cca29532c2dd52337fb3d5790",
                    "enabled": 1
                }
            },
            "obex": {
                "100": {
                    "checksum": "sha256:7b2c87e864b6008f734e1effa48cee1399f41843b9d80d3fd95fbd19e058598f",
                    "enabled": 1
                }
            },
            "oddjob": {
                "100": {
                    "checksum": "sha256:9de0b544b2373ea0f1b7217f9179898479dbff0da36ea9857783de57d06585cf",
                    "enabled": 1
                }
            },
            "opafm": {
                "100": {
                    "checksum": "sha256:761bf911674d23053eceabbbda8da16c73af5f300929a33a64513dc6e3b2d0af",
                    "enabled": 1
                }
            },
            "openct": {
                "100": {
                    "checksum": "sha256:5674f8e8c975570649e3065460786cb4521a86370bffef5a9de18c69813fe68e",
                    "enabled": 1
                }
            },
            "opendnssec": {
                "100": {
                    "checksum": "sha256:bdef6dbb24ae22548634759ac823a8c3e21fde6368cfdfd742480f7027e63ddd",
                    "enabled": 1
                }
            },
            "openfortivpn": {
                "100": {
                    "checksum": "sha256:1a1bff55993510cb6481383b299e1f1a6349ec76e4947bfc8c5b1347e4d30bf4",
                    "enabled": 1
                }
            },
            "openhpid": {
                "100": {
                    "checksum": "sha256:ad3f3f3ba4442930560b291c022e674e6a50e4a37fe027926299b2f6cdec14bd",
                    "enabled": 1
                }
            },
            "openshift": {
                "100": {
                    "checksum": "sha256:329e4b9d1df5012ace94cbe9cba7dfa7ee7d9f242090072c71aaacbeea78986a",
                    "enabled": 1
                }
            },
            "openshift-origin": {
                "100": {
                    "checksum": "sha256:31cbbb069354f984e4af75b387778fae1ff4dc6c3e60533357d005ffa960b51c",
                    "enabled": 1
                }
            },
            "opensm": {
                "100": {
                    "checksum": "sha256:c0e1bf0a8eb50e0b41fa69bf5b65e2a7c324e4bc7255933a5d2bac3b9ae6f4de",
                    "enabled": 1
                }
            },
            "openvpn": {
                "100": {
                    "checksum": "sha256:a4d12ae8ad77d65d0fcabb20aa4a83886e782d732123f686f88a7d7472384104",
                    "enabled": 1
                }
            },
            "openvswitch": {
                "100": {
                    "checksum": "sha256:a54f8a8ea5abb8a33734ecef9d9ad1c0dd090a6e0c5187e80de52f522d2d5e39",
                    "enabled": 1
                }
            },
            "openwsman": {
                "100": {
                    "checksum": "sha256:d6b7bb8f7749265bdaf938abecb2f8f78c6e9e8dc06c1c26b48da227af5a8654",
                    "enabled": 1
                }
            },
            "oracleasm": {
                "100": {
                    "checksum": "sha256:67e31eec391bac337ebacb78c096589af4b7e8be6aa05c34cf187ba922a2abde",
                    "enabled": 1
                }
            },
            "osad": {
                "100": {
                    "checksum": "sha256:6635ff0231bfc3d88c771553d495941ee0f98871edfe6c86205b087186b3a72f",
                    "enabled": 1
                }
            },
            "pads": {
                "100": {
                    "checksum": "sha256:5b4531e9231d399ebec8e6b6870a812c6a64b2daffde35fa57a009b24a01809f",
                    "enabled": 1
                }
            },
            "passenger": {
                "100": {
                    "checksum": "sha256:912a1c442559d6ab48453d87e2b997bdee3017a54a0b60aeaf7d4603fde0f34b",
                    "enabled": 1
                }
            },
            "pcmcia": {
                "100": {
                    "checksum": "sha256:456b3520c26e5f2a913437318715712ae00f64932a27ab1bb8b8b42e0524fa05",
                    "enabled": 1
                }
            },
            "pcp": {
                "100": {
                    "checksum": "sha256:5302332fba7e6724ab7a3c32bd523b10322c20011c6e42ae4e769a49f3efabdd",
                    "enabled": 1
                }
            },
            "pcscd": {
                "100": {
                    "checksum": "sha256:2ee37df066a9ff80439b08c092809f3661e2f9a8ad02134e839627fd23a20c1f",
                    "enabled": 1
                }
            },
            "pdns": {
                "100": {
                    "checksum": "sha256:a1a10cd52eb9dd15bc1ccfed440f6b3d235edc7405a3932f81805d8d94000245",
                    "enabled": 1
                }
            },
            "pegasus": {
                "100": {
                    "checksum": "sha256:4280c40629dd111fd1c89ff867ac72d1e7ddde49dc3d286637e6a86b868e2303",
                    "enabled": 1
                }
            },
            "permissivedomains": {
                "100": {
                    "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2",
                    "enabled": 1
                }
            },
            "pesign": {
                "100": {
                    "checksum": "sha256:6461acd0385c0b1a32bf646fc9e09da0c7ca513954ed8fe2a03f4ee7f6a64fcf",
                    "enabled": 1
                }
            },
            "pingd": {
                "100": {
                    "checksum": "sha256:f7536a518a046b793ea3f74a67d677b878baac44b28268c5ccecbf10715d89ab",
                    "enabled": 1
                }
            },
            "piranha": {
                "100": {
                    "checksum": "sha256:11436fb7942d28e3eca22bc078ee5475f632d8447008a6414f337d4bbc3515dc",
                    "enabled": 1
                }
            },
            "pkcs": {
                "100": {
                    "checksum": "sha256:c70e17d1a4d347b38fdfbb2a5dab292e3e0c538ea52fb6cfdef2714e130da0b1",
                    "enabled": 1
                }
            },
            "pkcs11proxyd": {
                "100": {
                    "checksum": "sha256:c9582c89cac1546fa1e5bf9802c5a322e52e2529256f9e5922d5813e40be3646",
                    "enabled": 1
                }
            },
            "pki": {
                "100": {
                    "checksum": "sha256:ec40fbe6355370fe69a8ff343744654b06d4134c1518c64269be1f3a49083968",
                    "enabled": 1
                }
            },
            "plymouthd": {
                "100": {
                    "checksum": "sha256:7aa52d533e28a3ebf76d879c24bb4e0a58574033d5af6d4d22b716d1156c3f90",
                    "enabled": 1
                }
            },
            "podsleuth": {
                "100": {
                    "checksum": "sha256:b32a5cc38b8edcc76b94862cee0c822a5b4d095329f53ab6f7cb014c76346e8c",
                    "enabled": 1
                }
            },
            "policykit": {
                "100": {
                    "checksum": "sha256:686d9f7652cb2b3d7ce6af2aa620c14a6cbbbdb8d26b3630cfbf6bc34d9e3e6c",
                    "enabled": 1
                }
            },
            "polipo": {
                "100": {
                    "checksum": "sha256:6098bd8a4f449c01dc7e0f4509663994259fe8848f2f21d1319bf7105bbacc4e",
                    "enabled": 1
                }
            },
            "portmap": {
                "100": {
                    "checksum": "sha256:f561aef22cda98a94a74bedda09645e50066a77a23d3bdcbb1143b0c62ffe7b2",
                    "enabled": 1
                }
            },
            "portreserve": {
                "100": {
                    "checksum": "sha256:9de99e881e9e2e7e0b78629eec721840da4aa18f78ff5a06e46b7a596c28a09a",
                    "enabled": 1
                }
            },
            "postfix": {
                "100": {
                    "checksum": "sha256:3101c4c1d54f3e175dc3fcff001c6937a9ffec7781f4095ea38fea88df7e8067",
                    "enabled": 1
                }
            },
            "postgresql": {
                "100": {
                    "checksum": "sha256:a734cc086d7d73ef2ffe7543f82dc50b57619e78e60664cb67a9513790f3335a",
                    "enabled": 1
                }
            },
            "postgrey": {
                "100": {
                    "checksum": "sha256:ef4d03336b66c1184f352f9b3fe8004d870bbf003673d4393bde24ea14b056b8",
                    "enabled": 1
                }
            },
            "ppp": {
                "100": {
                    "checksum": "sha256:83e6712ba7343dc1346e94c51b75b05839f78bd24f9324d984b7aa9631bd0377",
                    "enabled": 1
                }
            },
            "prelink": {
                "100": {
                    "checksum": "sha256:df050b0d180947788ab45862c4627ae640c92cf0f6a994a685e4cb5fe46bef76",
                    "enabled": 1
                }
            },
            "prelude": {
                "100": {
                    "checksum": "sha256:88c5fa3da64c127ed6e688f9eba5e50a8f6f98ea3243d29b8b0bc0375ef95420",
                    "enabled": 1
                }
            },
            "privoxy": {
                "100": {
                    "checksum": "sha256:e4a84567c63c892d4cdda3a9a4b15ad5188c093da679a354f00c43b6376a844d",
                    "enabled": 1
                }
            },
            "procmail": {
                "100": {
                    "checksum": "sha256:98170eed35b67b9097514bcb044a18cc3f757af5f91b5d870ea707d6048cde75",
                    "enabled": 1
                }
            },
            "prosody": {
                "100": {
                    "checksum": "sha256:07e999e033252b28ae41697ddc23b42dbcf4bdc143c9eb1c55475aabc9fc9caf",
                    "enabled": 1
                }
            },
            "psad": {
                "100": {
                    "checksum": "sha256:7fc3410de486bf89c4d35989937f424b435c9c4f5398f47f9c840b146197c6ac",
                    "enabled": 1
                }
            },
            "ptchown": {
                "100": {
                    "checksum": "sha256:129978bcb62fdcaed728fb288b321c204575246eb535354e02bfd83089cb0ded",
                    "enabled": 1
                }
            },
            "publicfile": {
                "100": {
                    "checksum": "sha256:9cc75080e25fb5602ab266f1c0d0f16843bdfc561e7af6dec32d669e31bebe98",
                    "enabled": 1
                }
            },
            "pulseaudio": {
                "100": {
                    "checksum": "sha256:a41fc5d1275d548510a2be0180741f952f0f696f443eaabf03c1abf3f80f499e",
                    "enabled": 1
                }
            },
            "puppet": {
                "100": {
                    "checksum": "sha256:81559a7d5e16e228382840986ae0e414d4a78163a9b51b5d9c05a58e07574e8d",
                    "enabled": 1
                }
            },
            "pwauth": {
                "100": {
                    "checksum": "sha256:8590f80ce91ddd4862ce2beab9ec64deb66d99c5583ff5ee3cbff2e503caaa37",
                    "enabled": 1
                }
            },
            "qmail": {
                "100": {
                    "checksum": "sha256:917a35c0ec48acfb5166c937e97269acac39541acebad9c1c410bfdbcb483da1",
                    "enabled": 1
                }
            },
            "qpid": {
                "100": {
                    "checksum": "sha256:cfdb156d23ae6c99b3dbac171ab1626202bf1ae7671fae9f6d6f7241116638dd",
                    "enabled": 1
                }
            },
            "quantum": {
                "100": {
                    "checksum": "sha256:eb4881c554de7882b4e5590a8efb35a758fc1b3d61bc1502632d6f4e571cb331",
                    "enabled": 1
                }
            },
            "quota": {
                "100": {
                    "checksum": "sha256:27d1fb8e99c6d1c75fc8efa8aeaf4303d0dcd8d03cb2992d968a3186d648f4b9",
                    "enabled": 1
                }
            },
            "rabbitmq": {
                "100": {
                    "checksum": "sha256:f0b2b81a6670b7640d49d49c364635f39272330f08bcdaa23c681bf2ac64e10f",
                    "enabled": 1
                }
            },
            "radius": {
                "100": {
                    "checksum": "sha256:791a60cff31fca43e01aa4bfe3a57c5938015db44fd1f64064778dbbcdb6e2e2",
                    "enabled": 1
                }
            },
            "radvd": {
                "100": {
                    "checksum": "sha256:1cea7f5b37f7a0e722ecbccaa09d95db2b175ec125d62e3898a99081c51c6f96",
                    "enabled": 1
                }
            },
            "raid": {
                "100": {
                    "checksum": "sha256:a94b0b917312a73eda50ea641dee49eb00f49df286133fcdb13267fd49ce5d1f",
                    "enabled": 1
                }
            },
            "rasdaemon": {
                "100": {
                    "checksum": "sha256:159d40315f3f5086a31e6f0a6a90d342783d6f0c97c5feeb9c92808c7345adcf",
                    "enabled": 1
                }
            },
            "rdisc": {
                "100": {
                    "checksum": "sha256:a61f7efd50387ebfd35b675b22a8cba86c6216c0bbd901aab5e8674b5c442777",
                    "enabled": 1
                }
            },
            "readahead": {
                "100": {
                    "checksum": "sha256:276a24e14ef12f5fadaeab2883d501cb096e01a9ce1be2178a5c50ebfa6b3fcb",
                    "enabled": 1
                }
            },
            "realmd": {
                "100": {
                    "checksum": "sha256:61561d5f14d9a6597d6e312f5429947baab045d01a729f7cc34406e859fa0015",
                    "enabled": 1
                }
            },
            "redis": {
                "100": {
                    "checksum": "sha256:f40066828d25674c525148f890d9cc84ddbb203f5a4aaad616ef2cd3a497fdc3",
                    "enabled": 1
                }
            },
            "remotelogin": {
                "100": {
                    "checksum": "sha256:742f881c1a4838ecfc1a55a7f3b78a72267644e3a64e3ec45a191599b5bd8532",
                    "enabled": 1
                }
            },
            "restraint": {
                "400": {
                    "checksum": "sha256:5dd2b902123ef00065db6ec8d173f37baa26dbe43566bd5f06594ef1243fd5fd",
                    "enabled": 1
                }
            },
            "rhcs": {
                "100": {
                    "checksum": "sha256:67f232676ac23535867e2494f04989dbd6b9b6d4bbc67df67dc2edb4d31a8be8",
                    "enabled": 1
                }
            },
            "rhev": {
                "100": {
                    "checksum": "sha256:ee2f26beaa5c6a5d25e03ef9ab30302d6b29b283283683421fab52e29e47fe3d",
                    "enabled": 1
                }
            },
            "rhgb": {
                "100": {
                    "checksum": "sha256:39c550e1c8b149dc6f308b0f9ef238315208453ee064bb1558eff9137531840f",
                    "enabled": 1
                }
            },
            "rhnsd": {
                "100": {
                    "checksum": "sha256:16bff56244925c7696fa2da5a4c986132488c352149cc88181bf6b4143fc80ba",
                    "enabled": 1
                }
            },
            "rhsmcertd": {
                "100": {
                    "checksum": "sha256:e999510837aabb3ce118ad61225a846f687588e9a321ffe675b56511191bc323",
                    "enabled": 1
                }
            },
            "rhts": {
                "400": {
                    "checksum": "sha256:9000bd99784bc22ffda4493b4985e8c5a2e65e87aeaa1cb96ba82d367a27a8be",
                    "enabled": 1
                }
            },
            "ricci": {
                "100": {
                    "checksum": "sha256:c72c61297cf864a1abda8226de08039c8ae0212808d3f7fd8725b53b955d59f6",
                    "enabled": 1
                }
            },
            "rkhunter": {
                "100": {
                    "checksum": "sha256:d48bd9c5789f4adc396773664402ddeab432caa99597267ccdf24220948e5b3c",
                    "enabled": 1
                }
            },
            "rkt": {
                "100": {
                    "checksum": "sha256:a9414e82cadd2876471465737bd8322eb833e296869ebcefcd9e722ff717d350",
                    "enabled": 1
                }
            },
            "rlogin": {
                "100": {
                    "checksum": "sha256:a4b2e25abc4099a0a54821518b7c824a2ddb7544fb0b5ddde9a0a9be159ac1b2",
                    "enabled": 1
                }
            },
            "rngd": {
                "100": {
                    "checksum": "sha256:5c867af2674586cc1c41aa3203e3704a0d1400d344a8e257bc61e9eebb86ad03",
                    "enabled": 1
                }
            },
            "rolekit": {
                "100": {
                    "checksum": "sha256:73382d4b8a12fa161dbb5ba36c94e7f0b1f82b1abdf0a4f07ca6c981e08f271b",
                    "enabled": 1
                }
            },
            "roundup": {
                "100": {
                    "checksum": "sha256:1a2503ebaa997c6b6efd5d2343ea731f73b2f0312f2e8d5578dad2c8a84a94fa",
                    "enabled": 1
                }
            },
            "rpc": {
                "100": {
                    "checksum": "sha256:e423284f5ed36e7b6c52f581b444a981d5d1c8af6c8dabe8c6cb6c71d3f49fb2",
                    "enabled": 1
                }
            },
            "rpcbind": {
                "100": {
                    "checksum": "sha256:53831134210db04fe6e6b0f05e20b8b7307ae8c11e774faec9e1b3aa2b02b5dc",
                    "enabled": 1
                }
            },
            "rpm": {
                "100": {
                    "checksum": "sha256:acbd671bd661f9f2f25d4798f1646a51075f297c8b086ea9bd3133a00e356432",
                    "enabled": 1
                }
            },
            "rrdcached": {
                "100": {
                    "checksum": "sha256:c6110313310591ee2a08b504b04ebd1b98f370b6633172f06ee7c0c7db0a963d",
                    "enabled": 1
                }
            },
            "rshd": {
                "100": {
                    "checksum": "sha256:1340ab5daac926cc1354452869ab5aa78d27ceb110543624d2ffaf93773c394b",
                    "enabled": 1
                }
            },
            "rssh": {
                "100": {
                    "checksum": "sha256:9dabc52612d567e728786c007f5017c7032c02be3a9201521a530fc91ca789f8",
                    "enabled": 1
                }
            },
            "rsync": {
                "100": {
                    "checksum": "sha256:33dffe2764dc45bbc59b406a67187c39864412bac07ee089bda30ef09cb70faa",
                    "enabled": 1
                }
            },
            "rtas": {
                "100": {
                    "checksum": "sha256:9d55dfe843e44e8a93c02ea28b14856edfdb1f820bb647992daa6af11e2dbd37",
                    "enabled": 1
                }
            },
            "rtkit": {
                "100": {
                    "checksum": "sha256:ea77b9f26c8fc61b7fc281099b2f16e75c5b196660fff55a95f96e97935a7a1b",
                    "enabled": 1
                }
            },
            "rwho": {
                "100": {
                    "checksum": "sha256:4468bfdd23924a96b4cf8c6fa1a3fa606fdd8ac69b7cb17c16a6e39a95908921",
                    "enabled": 1
                }
            },
            "samba": {
                "100": {
                    "checksum": "sha256:c97b92abaf053976c89a670d82bf06bc5c7d561ccf03e3ff1ac84be6e01cfc5c",
                    "enabled": 1
                }
            },
            "sambagui": {
                "100": {
                    "checksum": "sha256:18d1a69de368fa621e8ef3234b8ddb40261ced880bb732328a310db5a62a7a0a",
                    "enabled": 1
                }
            },
            "sandboxX": {
                "100": {
                    "checksum": "sha256:711df017c1f168e33245144d67289225439bbed701fb1146cb83e9cd63ce1f7a",
                    "enabled": 1
                }
            },
            "sanlock": {
                "100": {
                    "checksum": "sha256:093d9d9793142bb9a8c4375f5f368ca1a4d9beb0cd05329518f91bb9ea51bd06",
                    "enabled": 1
                }
            },
            "sasl": {
                "100": {
                    "checksum": "sha256:536ce94509d38b40200debf17fbddc16ec9004463fdb3fc42890dde9b3eb56f1",
                    "enabled": 1
                }
            },
            "sbd": {
                "100": {
                    "checksum": "sha256:57ecac942ea46af55728362527d70a3e135c3b4711688ddf62596b9a768d9fb0",
                    "enabled": 1
                }
            },
            "sblim": {
                "100": {
                    "checksum": "sha256:2ab2f52e6bac063f176e007b39cd8a4e43012ea075d82af20fbb3403891b6493",
                    "enabled": 1
                }
            },
            "screen": {
                "100": {
                    "checksum": "sha256:7df09c8fa09e105ecf51fee797975603a2df8d15c3a0bf00fdb1d565fe4a6b91",
                    "enabled": 1
                }
            },
            "secadm": {
                "100": {
                    "checksum": "sha256:9cf04d33aa9dec0b559c892fb20df89fbe1883544d4ac2d6bf6fc319f0a16663",
                    "enabled": 1
                }
            },
            "sectoolm": {
                "100": {
                    "checksum": "sha256:e7f9a696e0958d6bdbd6696e67a9b4af62430456d0f278e290db0ea1ee9750b7",
                    "enabled": 1
                }
            },
            "selinuxutil": {
                "100": {
                    "checksum": "sha256:c72355dc70789deb94777acd0b47c2c3ae628e8d90bffb0e0e320941e5ddf3b7",
                    "enabled": 1
                }
            },
            "sendmail": {
                "100": {
                    "checksum": "sha256:98f68238d6ca96277390c160adeed4e3e382d5ded5a88a3909cfebe986b849be",
                    "enabled": 1
                }
            },
            "sensord": {
                "100": {
                    "checksum": "sha256:10ca96a581ef4b0fa1789160fd71fb340d8b1d13906b42fab6e9119033d4f942",
                    "enabled": 1
                }
            },
            "setrans": {
                "100": {
                    "checksum": "sha256:3a172b4972f9271250b4d228541c78b0243fd0544ac983db0f590e09674f700d",
                    "enabled": 1
                }
            },
            "setroubleshoot": {
                "100": {
                    "checksum": "sha256:f78edfcb470cd9929f45b6db29ae4924a286ab30a03f80b7bdf3699bccb98314",
                    "enabled": 1
                }
            },
            "seunshare": {
                "100": {
                    "checksum": "sha256:ba2043d9665e2fd3a9e2d103671bfe647060b93d9c02eed2dca3066a0ecfb81d",
                    "enabled": 1
                }
            },
            "sge": {
                "100": {
                    "checksum": "sha256:cf843c98ff4113ded675f79df694549b4f848aecb1295f0a510101e301fbd348",
                    "enabled": 1
                }
            },
            "shorewall": {
                "100": {
                    "checksum": "sha256:c7c49d28e52aba4d168e684b9160a225fbecab373bfbb6963bbe89c93ecb867b",
                    "enabled": 1
                }
            },
            "slocate": {
                "100": {
                    "checksum": "sha256:be1825562f583305597e5ceb1298ebb60e42c4f270b4a7e3751cf9d9be1b1fac",
                    "enabled": 1
                }
            },
            "slpd": {
                "100": {
                    "checksum": "sha256:14748519962688e62b7bc7e7c03ad91c1f815c5d33c63f2d60e03340f55609a8",
                    "enabled": 1
                }
            },
            "smartmon": {
                "100": {
                    "checksum": "sha256:9f26cf1e9fa128e98c758a6325525f8547950a2440b6582202228c3c5c2c80d9",
                    "enabled": 1
                }
            },
            "smokeping": {
                "100": {
                    "checksum": "sha256:ae8cbd09d519a42bc01063c4c16f58e96cb3673acb557dcd2d09af444d742db1",
                    "enabled": 1
                }
            },
            "smoltclient": {
                "100": {
                    "checksum": "sha256:8aa5f2749eeaef5ae871dc903dad87611e369c92e9b3fc28b4944f75db785a18",
                    "enabled": 1
                }
            },
            "smsd": {
                "100": {
                    "checksum": "sha256:d36a762c836a0e4305773e352fe0f46657784b5d9bf749f02df9c6d15f68d101",
                    "enabled": 1
                }
            },
            "snapper": {
                "100": {
                    "checksum": "sha256:62bba8f6a236bae902815188cedbb5f3090acf0829247e6808787f8c913d9981",
                    "enabled": 1
                }
            },
            "snmp": {
                "100": {
                    "checksum": "sha256:68b5e9d408704e44ebf29ba76ae18afdcf6d8aef12794e8e9026997376ce12f8",
                    "enabled": 1
                }
            },
            "snort": {
                "100": {
                    "checksum": "sha256:eef39dec8d416650af3f9eeeb518b06dd9a9e09144aa579b6bd6422ba0037d70",
                    "enabled": 1
                }
            },
            "sosreport": {
                "100": {
                    "checksum": "sha256:c19dc2ed34c3d274f8e01647dc2d869ca06d4a9a3009f57c1845fac4d33ed358",
                    "enabled": 1
                }
            },
            "soundserver": {
                "100": {
                    "checksum": "sha256:a46a9508591afb1407fd14441c9c26cd495a3789e3c6792a2eba38a6642e4b97",
                    "enabled": 1
                }
            },
            "spamassassin": {
                "100": {
                    "checksum": "sha256:8255ad891466762e31763d6f4791a32aa1eea1147a812020724eab8eb07c1916",
                    "enabled": 1
                }
            },
            "speech-dispatcher": {
                "100": {
                    "checksum": "sha256:ce5ba130d5d0ae5fafe8f823b824856590f990ad7c08aa0a5930f5060c252021",
                    "enabled": 1
                }
            },
            "squid": {
                "100": {
                    "checksum": "sha256:4170a7354e69ed60e0268389f74042e02a2511a4451ca20b97a63213b8881e1e",
                    "enabled": 1
                }
            },
            "ssh": {
                "100": {
                    "checksum": "sha256:a4b4b395d2185abfd68edce0f813103ccbedd5d9748f9a41d83cc63dd1465109",
                    "enabled": 1
                }
            },
            "sslh": {
                "100": {
                    "checksum": "sha256:5b0cc219f31e88f2fa78bc31d9c6fe6c7af29b4832509635672ca9edc79409c6",
                    "enabled": 1
                }
            },
            "sssd": {
                "100": {
                    "checksum": "sha256:29cd0921e9effe356c856c3319488adf66c794cbb7d1610e5fca2b730b852939",
                    "enabled": 1
                }
            },
            "staff": {
                "100": {
                    "checksum": "sha256:943b25df416f2181aab46b3492aad9336f60a1b5b46187494f43ab516aae9c6a",
                    "enabled": 1
                }
            },
            "stapserver": {
                "100": {
                    "checksum": "sha256:788f2eb60a3d902060a6c5a08b086e2a1e96d213f86b206736da7e37eb21e51d",
                    "enabled": 1
                }
            },
            "stratisd": {
                "100": {
                    "checksum": "sha256:72c10f773d67b4209c39b4bea22e95c66d105f6f13e30f89bcd568eab6c889e3",
                    "enabled": 1
                }
            },
            "stunnel": {
                "100": {
                    "checksum": "sha256:736a46f682ff77d7c2cf54d5c264eb7b149793c12701b96e9be12bb3e6722796",
                    "enabled": 1
                }
            },
            "su": {
                "100": {
                    "checksum": "sha256:0cc5796bfe362c3b28c73f62377c029a5f2321078b6d5f90bad42764415cd038",
                    "enabled": 1
                }
            },
            "sudo": {
                "100": {
                    "checksum": "sha256:d96538a9cbb09fc38ba701cda88b2a0d199ab7826826d0043e4f07b05418bf84",
                    "enabled": 1
                }
            },
            "svnserve": {
                "100": {
                    "checksum": "sha256:a80606afbcc994e6fdc418cd83182f901d3e5b4b7b36fe262c71a25f43f10af1",
                    "enabled": 1
                }
            },
            "swift": {
                "100": {
                    "checksum": "sha256:19dfb362a8f445099eac9281522f0b13794cb9a0893a7acf0b54c15d193ef70e",
                    "enabled": 1
                }
            },
            "sysadm": {
                "100": {
                    "checksum": "sha256:f0e7b74086d47000f8335de5bade5a5a19a5e83bf581f885db92548546b7ea94",
                    "enabled": 1
                }
            },
            "sysadm_secadm": {
                "100": {
                    "checksum": "sha256:4614737ea0603530691e6158eb1bd07efa1992cb7ef52c201df3a637d3184cdf",
                    "enabled": 1
                }
            },
            "sysnetwork": {
                "100": {
                    "checksum": "sha256:f6a5a3b49885a9f780c5a9078cc968673809eaf89ecbe170fbb8a1ed4f521ea2",
                    "enabled": 1
                }
            },
            "sysstat": {
                "100": {
                    "checksum": "sha256:1fadc57b1e46515cbc038e96ae47ab74dd365a910f4d81ec9fb3044c4691260b",
                    "enabled": 1
                }
            },
            "systemd": {
                "100": {
                    "checksum": "sha256:a5f0e5c340eaf127a166cc50be8170bfce80ccee0c14f32e4cc264089350da1a",
                    "enabled": 1
                }
            },
            "tangd": {
                "100": {
                    "checksum": "sha256:fd538dbdeba0b4a1c244ba76b8dfef47f61da5a56f24f39fc24c137a9b3b303a",
                    "enabled": 1
                }
            },
            "targetd": {
                "100": {
                    "checksum": "sha256:bc0f37cdcdd0c9014e89e8be6758f7d9c97c67a4e42652459d6107314f059632",
                    "enabled": 1
                }
            },
            "tcpd": {
                "100": {
                    "checksum": "sha256:c78dcf2b9abf8d5ccf9f32b2debf6181a935a7078fe4a527991ab11d2999c4a9",
                    "enabled": 1
                }
            },
            "tcsd": {
                "100": {
                    "checksum": "sha256:e92fb82a2e509e3595d46dd464dac1029ce3a731f117fa67712d119d2878f195",
                    "enabled": 1
                }
            },
            "telepathy": {
                "100": {
                    "checksum": "sha256:fea41add022251126312da78373cb7fd05df1e9fd27547f1b4fc604a774827a1",
                    "enabled": 1
                }
            },
            "telnet": {
                "100": {
                    "checksum": "sha256:06d4733c0fc7358d738d4dbf53968c9d9017a72b01456be46633364f00a4207d",
                    "enabled": 1
                }
            },
            "tftp": {
                "100": {
                    "checksum": "sha256:8ba2497a28f4c2a31177811fc0a091a3bb9814f9e02cfc8d84c004718f661e5f",
                    "enabled": 1
                }
            },
            "tgtd": {
                "100": {
                    "checksum": "sha256:6ec8d4d38e58efa04572ac713c9148e7182e7d49713ed89955fabdd512b8eea4",
                    "enabled": 1
                }
            },
            "thin": {
                "100": {
                    "checksum": "sha256:c464da2b8e789d74ea2b2914217a194a3c07081b9f383acd2fee9ab77bc525b5",
                    "enabled": 1
                }
            },
            "thumb": {
                "100": {
                    "checksum": "sha256:2ce98252c7ff59539bb38204ee65898ba6cc701c3dc87417c11e2e7124f448a3",
                    "enabled": 1
                }
            },
            "timedatex": {
                "100": {
                    "checksum": "sha256:df36b9f44f28df1b14b4d6bff01de42c414b947a8e6f1e6efdaa7023250709aa",
                    "enabled": 1
                }
            },
            "tlp": {
                "100": {
                    "checksum": "sha256:7b1d2643c7470dc5b80dee41d18482bb6fd6de55371aba888708a28fe0bb0172",
                    "enabled": 1
                }
            },
            "tmpreaper": {
                "100": {
                    "checksum": "sha256:2a54cea48dfbeb1c9dad0e167f70aa17970c4f2c76c560330c467051fe3b574b",
                    "enabled": 1
                }
            },
            "tomcat": {
                "100": {
                    "checksum": "sha256:de3ed9b8d62d29e80e29a051419a648c154c12f6bb188814ca79120ff1dc263b",
                    "enabled": 1
                }
            },
            "tor": {
                "100": {
                    "checksum": "sha256:16c95ae098af2b964a7a94b5bb6cd1c84d5c7f1254d6411209e4d5cfe87677bc",
                    "enabled": 1
                }
            },
            "tuned": {
                "100": {
                    "checksum": "sha256:b90ac3a04d3f04c7284f75802ffd69d6c1c3d5c0e6d08c3d0f2d9270b99dd487",
                    "enabled": 1
                }
            },
            "tvtime": {
                "100": {
                    "checksum": "sha256:8f8a1f1b2fea7a9fb8c3853e02c830f5204f691e9223cbdfbc320ec6914725dc",
                    "enabled": 1
                }
            },
            "udev": {
                "100": {
                    "checksum": "sha256:24410f1221660b8443af29cb55e42180e268fce722ceed2c99aa202e7dd3cc21",
                    "enabled": 1
                }
            },
            "ulogd": {
                "100": {
                    "checksum": "sha256:dba41aee81015b99378cff2273a56effd1202c0c937c05c63a913243b0641cdc",
                    "enabled": 1
                }
            },
            "uml": {
                "100": {
                    "checksum": "sha256:29e7469ef2704943f23c5040531fee8657cfed8440ef44b6268d21e6a9afe309",
                    "enabled": 1
                }
            },
            "unconfined": {
                "100": {
                    "checksum": "sha256:54482715f4fb5bca5c68ff67b9d145d12ad3df1438db97bcadcc32a2fb0f6191",
                    "enabled": 1
                }
            },
            "unconfineduser": {
                "100": {
                    "checksum": "sha256:13e69d4cbec7926c0ac6fb796749b4286462add3051f1e94554f23e637b81277",
                    "enabled": 1
                }
            },
            "unlabelednet": {
                "100": {
                    "checksum": "sha256:cb370bbe8bc0d7bca49a4fd1fad652017f4f8587c7c9d3277155fba32987550e",
                    "enabled": 1
                }
            },
            "unprivuser": {
                "100": {
                    "checksum": "sha256:bbb2700ca73d867432851e12276a932b1553b034b1cc635f5c6681d6b62dcd3a",
                    "enabled": 1
                }
            },
            "updfstab": {
                "100": {
                    "checksum": "sha256:57a37a5c07af0f7ad80f4f01173e6cd6b604659e2d1b5605c2719dff8bbaf2fb",
                    "enabled": 1
                }
            },
            "usbmodules": {
                "100": {
                    "checksum": "sha256:683c0598bdd00543cb696f7ed8cce6b55c658e566141538fc01b3f852af5f697",
                    "enabled": 1
                }
            },
            "usbmuxd": {
                "100": {
                    "checksum": "sha256:852eb8259277c64b80c91bd1dcbbe85f629e7218ab2f51d39324dcd78a4a278e",
                    "enabled": 1
                }
            },
            "userdomain": {
                "100": {
                    "checksum": "sha256:066e429e71ebcf11014f4ff6d7647c9d6d88ff191c64eeb9793021d16f4cde97",
                    "enabled": 1
                }
            },
            "userhelper": {
                "100": {
                    "checksum": "sha256:74b817fb60fd3ed5f074ef8ff399342ddc49fb2c250b08015dc975edd48f4dfd",
                    "enabled": 1
                }
            },
            "usermanage": {
                "100": {
                    "checksum": "sha256:fa589ab303d10fadd28a3e8d27cc9bc2e55a9b28f28c3f4c7e05968cb00a7cdd",
                    "enabled": 1
                }
            },
            "usernetctl": {
                "100": {
                    "checksum": "sha256:c5e4e24e89775d797a8988e2d5f72ec7a7dd8387289ede61af7a3ce2173cf167",
                    "enabled": 1
                }
            },
            "uucp": {
                "100": {
                    "checksum": "sha256:6a3659d3706bc3af4b60e5de7efa9532dcc0c0a6f0c7735ed1300ec2120f9d01",
                    "enabled": 1
                }
            },
            "uuidd": {
                "100": {
                    "checksum": "sha256:f85ad7d20dd77416ab246ee0837b016a648176ec9956f40ff2ac6b3c2924edc5",
                    "enabled": 1
                }
            },
            "varnishd": {
                "100": {
                    "checksum": "sha256:18dab548c81b02f1b0f3efd6e25dd529bb0565e974156d55e42e274d3ccdf704",
                    "enabled": 1
                }
            },
            "vdagent": {
                "100": {
                    "checksum": "sha256:ee8af0b085b727e060ac3c82f1e38c89545505c9b26e849eda22e571064c46e7",
                    "enabled": 1
                }
            },
            "vhostmd": {
                "100": {
                    "checksum": "sha256:0f7c8c575b060e863fe17e7ee8c67cc5cc3ea31da734a5428dc62c15f3b15bf4",
                    "enabled": 1
                }
            },
            "virt": {
                "100": {
                    "checksum": "sha256:df433826471b1c65a3686b57b4b07872a695d900731feb88cd6dfb76ddcbc5d9",
                    "enabled": 1
                }
            },
            "vlock": {
                "100": {
                    "checksum": "sha256:4a9362fc5876897cae7062564d54d7f8ae12413c65c4c7fc6709f6407cc27160",
                    "enabled": 1
                }
            },
            "vmtools": {
                "100": {
                    "checksum": "sha256:fb9dda20b16232ac253b148063c9b267356b6f2831650f4c00fa01a6d0a8024a",
                    "enabled": 1
                }
            },
            "vmware": {
                "100": {
                    "checksum": "sha256:d0ce73ebc7d2f494b669257a9a68106245371b455566654c7062694bcbad35df",
                    "enabled": 1
                }
            },
            "vnstatd": {
                "100": {
                    "checksum": "sha256:1df1aaf42d9c96922226b4828c38b6d315f7a9d3cda60fe54d99be5d618e140d",
                    "enabled": 1
                }
            },
            "vpn": {
                "100": {
                    "checksum": "sha256:9ea8931bf1c97618b2e99afb8c60a13d51a84db878bffa4082f6973e23b13eb1",
                    "enabled": 1
                }
            },
            "w3c": {
                "100": {
                    "checksum": "sha256:43663b66ef8275c639a8076d92fc7da6821e0523c120e2c854839f9dc9d1db66",
                    "enabled": 1
                }
            },
            "watchdog": {
                "100": {
                    "checksum": "sha256:65b78e9b48a6cfe62f6c67c443d3bc667a58d206c09df00870949b6ae7ff8c30",
                    "enabled": 1
                }
            },
            "wdmd": {
                "100": {
                    "checksum": "sha256:65560477bd0ae271799a76f75c5a3d46ef0c29f6922aa38e727c95b7e1095a99",
                    "enabled": 1
                }
            },
            "webadm": {
                "100": {
                    "checksum": "sha256:4d4d609b3be3c2dc659694cfd2076e0c0c0d6446d16a3fb054a9e5f951b29410",
                    "enabled": 1
                }
            },
            "webalizer": {
                "100": {
                    "checksum": "sha256:867139a0cc2cb236ee54575ce6a8568cdbefd6785e8b7f64e09a3041da46b095",
                    "enabled": 1
                }
            },
            "wine": {
                "100": {
                    "checksum": "sha256:419d697ac987518dee6095070e2894c4112b50256e59d2b4f6acac585fb087f8",
                    "enabled": 1
                }
            },
            "wireshark": {
                "100": {
                    "checksum": "sha256:ce85b40df4d548aa55eb54bc546943366b654a3af7f602817f1fc499c0c8039e",
                    "enabled": 1
                }
            },
            "xen": {
                "100": {
                    "checksum": "sha256:f5d46e297e4e8e0a3f76c1fc8ae96db3ebf5b99ab538a54c171e489ac94ae1f0",
                    "enabled": 1
                }
            },
            "xguest": {
                "100": {
                    "checksum": "sha256:aeb8895098531d1607e389703c783a3c1e8a8c1ad962397debe65214ff86e29e",
                    "enabled": 1
                }
            },
            "xserver": {
                "100": {
                    "checksum": "sha256:85f1f1ed778597ec568ab7b9069779c088219d1da283a09382439c6803e7863e",
                    "enabled": 1
                }
            },
            "zabbix": {
                "100": {
                    "checksum": "sha256:476521323be1b84d7ba2539aa208d857678746a76e7e079577d3f46d251637ac",
                    "enabled": 1
                }
            },
            "zarafa": {
                "100": {
                    "checksum": "sha256:7536116b2852a578cbc5d32f7752b6dd3bb1202817db05306e1a16553c1d43b6",
                    "enabled": 1
                }
            },
            "zebra": {
                "100": {
                    "checksum": "sha256:3d18bbdc44c396c7715cce348f9248712132a1c53341d3b5760016d245f86e75",
                    "enabled": 1
                }
            },
            "zoneminder": {
                "100": {
                    "checksum": "sha256:44cf07d7e6b15709d131b8b406032d0e6395a84e1e20bc67f9320a1e97c4dfcc",
                    "enabled": 1
                }
            },
            "zosremote": {
                "100": {
                    "checksum": "sha256:1177170edbd47b6fe17fa022a247d9b75b1fb3a5a49721bcff3c7da4f480c702",
                    "enabled": 1
                }
            }
        },
        "selinux_priorities": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Load SELinux modules] ****************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115
Saturday 03 August 2024  04:43:58 -0400 (0:00:04.274)       0:00:27.573 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128
Saturday 03 August 2024  04:43:58 -0400 (0:00:00.048)       0:00:27.621 ******* 

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136
Saturday 03 August 2024  04:43:58 -0400 (0:00:00.039)       0:00:27.660 ******* 

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 03 August 2024  04:43:58 -0400 (0:00:00.039)       0:00:27.700 ******* 
included: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed_node1

TASK [Generate certificates] ***************************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 03 August 2024  04:43:58 -0400 (0:00:00.086)       0:00:27.787 ******* 

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 03 August 2024  04:43:58 -0400 (0:00:00.097)       0:00:27.884 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 03 August 2024  04:43:58 -0400 (0:00:00.062)       0:00:27.947 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 03 August 2024  04:43:58 -0400 (0:00:00.049)       0:00:27.996 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 03 August 2024  04:43:59 -0400 (0:00:00.381)       0:00:28.378 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 03 August 2024  04:43:59 -0400 (0:00:00.049)       0:00:28.428 ******* 
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"
}
skipping: [managed_node1] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 03 August 2024  04:43:59 -0400 (0:00:00.091)       0:00:28.519 ******* 
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: python3-pyasn1-0.3.7-6.el8.noarch"
    ]
}
lsrpackages: python3-cryptography python3-dbus python3-pyasn1

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 03 August 2024  04:44:02 -0400 (0:00:03.324)       0:00:31.844 ******* 
changed: [managed_node1] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: xmlrpc-c-1.51.0-9.el8.x86_64",
        "Installed: certmonger-0.79.17-2.el8.x86_64",
        "Installed: xmlrpc-c-client-1.51.0-9.el8.x86_64"
    ]
}
lsrpackages: certmonger

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 03 August 2024  04:44:06 -0400 (0:00:04.288)       0:00:36.133 ******* 
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": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 03 August 2024  04:44:07 -0400 (0:00:00.499)       0:00:36.632 ******* 
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": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 03 August 2024  04:44:07 -0400 (0:00:00.399)       0:00:37.032 ******* 
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 dbus.service syslog.target basic.target sysinit.target system.slice dbus.socket systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedorahosted.certmonger",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Certificate monitoring and PKI enrollment",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/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 /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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "certmonger.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "certmonger.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PIDFile": "/run/certmonger.pid",
        "PartOf": "dbus.service",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "dbus.socket system.slice sysinit.target",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22405",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 03 August 2024  04:44:08 -0400 (0:00:00.715)       0:00:37.747 ******* 
changed: [managed_node1] => (item={'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}) => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 03 August 2024  04:44:09 -0400 (0:00:00.948)       0:00:38.696 ******* 
skipping: [managed_node1] => (item=['cert', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}])  => {
    "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=['key', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}])  => {
    "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=['ca', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}])  => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 03 August 2024  04:44:09 -0400 (0:00:00.109)       0:00:38.805 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 03 August 2024  04:44:09 -0400 (0:00:00.047)       0:00:38.853 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 03 August 2024  04:44:09 -0400 (0:00:00.048)       0:00:38.901 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 03 August 2024  04:44:09 -0400 (0:00:00.051)       0:00:38.952 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 03 August 2024  04:44:09 -0400 (0:00:00.049)       0:00:39.002 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 03 August 2024  04:44:09 -0400 (0:00:00.050)       0:00:39.052 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 03 August 2024  04:44:09 -0400 (0:00:00.049)       0:00:39.101 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 03 August 2024  04:44:09 -0400 (0:00:00.049)       0:00:39.150 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 03 August 2024  04:44:09 -0400 (0:00:00.045)       0:00:39.196 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 03 August 2024  04:44:09 -0400 (0:00:00.047)       0:00:39.243 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 03 August 2024  04:44:10 -0400 (0:00:00.057)       0:00:39.301 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 03 August 2024  04:44:10 -0400 (0:00:00.034)       0:00:39.335 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 03 August 2024  04:44:10 -0400 (0:00:00.042)       0:00:39.378 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 03 August 2024  04:44:10 -0400 (0:00:00.365)       0:00:39.743 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 03 August 2024  04:44:10 -0400 (0:00:00.044)       0:00:39.787 ******* 
ok: [managed_node1] => (item=/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed_node1] => (item=/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 03 August 2024  04:44:10 -0400 (0:00:00.086)       0:00:39.874 ******* 
skipping: [managed_node1] => (item=/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 03 August 2024  04:44:10 -0400 (0:00:00.065)       0:00:39.940 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 03 August 2024  04:44:10 -0400 (0:00:00.115)       0:00:40.055 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 03 August 2024  04:44:10 -0400 (0:00:00.029)       0:00:40.085 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 03 August 2024  04:44:10 -0400 (0:00:00.022)       0:00:40.107 ******* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: iproute rsyslog

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 03 August 2024  04:44:13 -0400 (0:00:02.682)       0:00:42.790 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Saturday 03 August 2024  04:44:13 -0400 (0:00:00.021)       0:00:42.812 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "1.40.16"
                }
            ],
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-libnm",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "1.40.16"
                }
            ],
            "NetworkManager-team": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-team",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "1.40.16"
                }
            ],
            "NetworkManager-tui": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-tui",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "1.40.16"
                }
            ],
            "acl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "acl",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.2.53"
                }
            ],
            "aspell": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "aspell",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "0.60.6.1"
                }
            ],
            "audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.1.2"
                }
            ],
            "audit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-libs",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.1.2"
                }
            ],
            "authselect": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "authselect-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-compat",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "authselect-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-libs",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "avahi-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "avahi-libs",
                    "release": "27.el8",
                    "source": "rpm",
                    "version": "0.7"
                }
            ],
            "basesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "basesystem",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "bash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bash",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "4.4.20"
                }
            ],
            "bc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bc",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.07.1"
                }
            ],
            "bind-export-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 32,
                    "name": "bind-export-libs",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "9.11.36"
                }
            ],
            "binutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils",
                    "release": "123.el8",
                    "source": "rpm",
                    "version": "2.30"
                }
            ],
            "biosdevname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "biosdevname",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.7.3"
                }
            ],
            "bison": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bison",
                    "release": "10.el8",
                    "source": "rpm",
                    "version": "3.0.4"
                }
            ],
            "boost-atomic": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-atomic",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-chrono": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-chrono",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-date-time": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-date-time",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-filesystem",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-system": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-system",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-thread": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-thread",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-timer": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-timer",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "brotli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "brotli",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.0.6"
                }
            ],
            "bzip2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bzip2-libs",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.0.6"
                }
            ],
            "c-ares": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "c-ares",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.13.0"
                }
            ],
            "ca-certificates": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ca-certificates",
                    "release": "80.0.el8",
                    "source": "rpm",
                    "version": "2023.2.60_v7.0.306"
                }
            ],
            "centos-gpg-keys": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "centos-gpg-keys",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "8"
                }
            ],
            "centos-stream-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-stream-release",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "8.6"
                }
            ],
            "centos-stream-repos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-stream-repos",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "8"
                }
            ],
            "certmonger": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "certmonger",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.79.17"
                }
            ],
            "checkpolicy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "checkpolicy",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "chkconfig": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chkconfig",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.19.2"
                }
            ],
            "chrony": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chrony",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "4.5"
                }
            ],
            "cloud-utils-growpart": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-utils-growpart",
                    "release": "0.el8",
                    "source": "rpm",
                    "version": "0.33"
                }
            ],
            "coreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "8.30"
                }
            ],
            "coreutils-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils-common",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "8.30"
                }
            ],
            "cpio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpio",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2.12"
                }
            ],
            "cpp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpp",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "cracklib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "2.9.6"
                }
            ],
            "cracklib-dicts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib-dicts",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "2.9.6"
                }
            ],
            "cronie": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cronie",
                    "release": "10.el8",
                    "source": "rpm",
                    "version": "1.5.2"
                }
            ],
            "cronie-anacron": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cronie-anacron",
                    "release": "10.el8",
                    "source": "rpm",
                    "version": "1.5.2"
                }
            ],
            "crontabs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crontabs",
                    "release": "17.20190603git.el8",
                    "source": "rpm",
                    "version": "1.11"
                }
            ],
            "crypto-policies": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies",
                    "release": "1.git3177e06.el8",
                    "source": "rpm",
                    "version": "20230731"
                }
            ],
            "crypto-policies-scripts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies-scripts",
                    "release": "1.git3177e06.el8",
                    "source": "rpm",
                    "version": "20230731"
                }
            ],
            "cryptsetup-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup-libs",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "2.3.7"
                }
            ],
            "curl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "curl",
                    "release": "34.el8",
                    "source": "rpm",
                    "version": "7.61.1"
                }
            ],
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-lib",
                    "release": "6.el8_5",
                    "source": "rpm",
                    "version": "2.1.27"
                }
            ],
            "dbus": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.12.8"
                }
            ],
            "dbus-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "dbus-common",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.12.8"
                }
            ],
            "dbus-daemon": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-daemon",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.12.8"
                }
            ],
            "dbus-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dbus-glib",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.110"
                }
            ],
            "dbus-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-libs",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.12.8"
                }
            ],
            "dbus-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-tools",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.12.8"
                }
            ],
            "device-mapper": [
                {
                    "arch": "x86_64",
                    "epoch": 8,
                    "name": "device-mapper",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "1.02.181"
                }
            ],
            "device-mapper-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 8,
                    "name": "device-mapper-libs",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "1.02.181"
                }
            ],
            "dhcp-common": [
                {
                    "arch": "noarch",
                    "epoch": 12,
                    "name": "dhcp-common",
                    "release": "50.el8",
                    "source": "rpm",
                    "version": "4.3.6"
                }
            ],
            "dhcp-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "dhcp-libs",
                    "release": "50.el8",
                    "source": "rpm",
                    "version": "4.3.6"
                }
            ],
            "diffutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "diffutils",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "dmidecode": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dmidecode",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "dnf-data": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-data",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-plugins-core",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "4.0.21"
                }
            ],
            "dracut": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut",
                    "release": "233.git20240115.el8",
                    "source": "rpm",
                    "version": "049"
                }
            ],
            "dracut-config-rescue": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-config-rescue",
                    "release": "233.git20240115.el8",
                    "source": "rpm",
                    "version": "049"
                }
            ],
            "dracut-squash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-squash",
                    "release": "233.git20240115.el8",
                    "source": "rpm",
                    "version": "049"
                }
            ],
            "dyninst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dyninst",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "12.1.0"
                }
            ],
            "e2fsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.45.6"
                }
            ],
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs-libs",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.45.6"
                }
            ],
            "efivar-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "efivar-libs",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "37"
                }
            ],
            "elfutils-debuginfod-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-debuginfod-client-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client-devel",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "elfutils-default-yama-scope",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-devel",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-libelf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-libelf-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf-devel",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libs",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "emacs-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "emacs-filesystem",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "26.1"
                }
            ],
            "epel-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "epel-release",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "8"
                }
            ],
            "ethtool": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ethtool",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "5.13"
                }
            ],
            "expat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "expat",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "2.2.5"
                }
            ],
            "file": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "5.33"
                }
            ],
            "file-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file-libs",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "5.33"
                }
            ],
            "filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "filesystem",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "3.8"
                }
            ],
            "findutils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "findutils",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "4.6.0"
                }
            ],
            "firewalld": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.9.11"
                }
            ],
            "firewalld-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld-filesystem",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.9.11"
                }
            ],
            "flex": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "flex",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "2.6.1"
                }
            ],
            "freetype": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "freetype",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "fuse-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse-libs",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "2.9.7"
                }
            ],
            "gawk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "gcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gcc",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "gdbm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "gdbm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm-libs",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "gdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gdisk",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.0.3"
                }
            ],
            "geolite2-city": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "geolite2-city",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "20180605"
                }
            ],
            "geolite2-country": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "geolite2-country",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "20180605"
                }
            ],
            "gettext": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext",
                    "release": "17.el8",
                    "source": "rpm",
                    "version": "0.19.8.1"
                }
            ],
            "gettext-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-libs",
                    "release": "17.el8",
                    "source": "rpm",
                    "version": "0.19.8.1"
                }
            ],
            "git": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.43.0"
                }
            ],
            "git-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git-core",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.43.0"
                }
            ],
            "git-core-doc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "git-core-doc",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.43.0"
                }
            ],
            "glib2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib2",
                    "release": "163.el8",
                    "source": "rpm",
                    "version": "2.56.4"
                }
            ],
            "glibc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "glibc-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-common",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "glibc-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-devel",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "glibc-gconv-extra": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-gconv-extra",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "glibc-headers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-headers",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "glibc-langpack-en": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-langpack-en",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "gmp": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gmp",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "6.1.2"
                }
            ],
            "gnupg2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.2.20"
                }
            ],
            "gnupg2-smime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2-smime",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.2.20"
                }
            ],
            "gnutls": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls",
                    "release": "8.el8.1",
                    "source": "rpm",
                    "version": "3.6.16"
                }
            ],
            "gobject-introspection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gobject-introspection",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.56.1"
                }
            ],
            "gpg-pubkey": [
                {
                    "arch": null,
                    "epoch": null,
                    "name": "gpg-pubkey",
                    "release": "5ccc5b19",
                    "source": "rpm",
                    "version": "8483c65d"
                },
                {
                    "arch": null,
                    "epoch": null,
                    "name": "gpg-pubkey",
                    "release": "5cf7cefb",
                    "source": "rpm",
                    "version": "2f86d6a1"
                }
            ],
            "gpgme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpgme",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.13.1"
                }
            ],
            "gpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpm-libs",
                    "release": "17.el8",
                    "source": "rpm",
                    "version": "1.20.7"
                }
            ],
            "grep": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grep",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "groff-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "groff-base",
                    "release": "18.el8",
                    "source": "rpm",
                    "version": "1.22.3"
                }
            ],
            "grub2-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-common",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grub2-pc": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-pc",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grub2-pc-modules": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-pc-modules",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grub2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grub2-tools-extra": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-extra",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-minimal",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grubby": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grubby",
                    "release": "48.el8",
                    "source": "rpm",
                    "version": "8.40"
                }
            ],
            "gssproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gssproxy",
                    "release": "21.el8",
                    "source": "rpm",
                    "version": "0.8.0"
                }
            ],
            "gzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gzip",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "hardlink": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "hardlink",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.3"
                }
            ],
            "hdparm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hdparm",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "9.54"
                }
            ],
            "hostname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hostname",
                    "release": "7.el8.0.1",
                    "source": "rpm",
                    "version": "3.20"
                }
            ],
            "hwdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hwdata",
                    "release": "8.22.el8",
                    "source": "rpm",
                    "version": "0.314"
                }
            ],
            "ima-evm-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ima-evm-utils",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.3.2"
                }
            ],
            "info": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "info",
                    "release": "7.el8_5",
                    "source": "rpm",
                    "version": "6.5"
                }
            ],
            "initscripts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "initscripts",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "10.00.18"
                }
            ],
            "ipcalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipcalc",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.2.4"
                }
            ],
            "iproute": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iproute",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "6.2.0"
                }
            ],
            "iprutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iprutils",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.4.19"
                }
            ],
            "ipset": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipset",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "7.1"
                }
            ],
            "ipset-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipset-libs",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "7.1"
                }
            ],
            "iptables": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.8.5"
                }
            ],
            "iptables-ebtables": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-ebtables",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.8.5"
                }
            ],
            "iptables-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-libs",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.8.5"
                }
            ],
            "iputils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iputils",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "20180629"
                }
            ],
            "irqbalance": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "irqbalance",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.9.2"
                }
            ],
            "isl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "isl",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.16.1"
                }
            ],
            "iwl100-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl100-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "39.31.5.1"
                }
            ],
            "iwl1000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "iwl1000-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "39.31.5.1"
                }
            ],
            "iwl105-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl105-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl135-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl135-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl2000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl2000-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl2030-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl2030-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl3160-firmware": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "iwl3160-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "25.30.13.0"
                }
            ],
            "iwl5000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl5000-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "8.83.5.1_1"
                }
            ],
            "iwl5150-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl5150-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "8.24.2.2"
                }
            ],
            "iwl6000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl6000-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "9.221.4.1"
                }
            ],
            "iwl6000g2a-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl6000g2a-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl6050-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl6050-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "41.28.5.1"
                }
            ],
            "iwl7260-firmware": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "iwl7260-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "25.30.13.0"
                }
            ],
            "jansson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jansson",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.14"
                }
            ],
            "jq": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jq",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "json-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-c",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.13.1"
                }
            ],
            "kbd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kbd",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2.0.4"
                }
            ],
            "kbd-legacy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-legacy",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2.0.4"
                }
            ],
            "kbd-misc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-misc",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2.0.4"
                }
            ],
            "kernel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-core",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-devel",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-headers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-headers",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-modules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-tools",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-tools-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-tools-libs",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "keyutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.5.10"
                }
            ],
            "keyutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.5.10"
                }
            ],
            "keyutils-libs-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs-devel",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.5.10"
                }
            ],
            "kmod": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "25"
                }
            ],
            "kmod-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod-libs",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "25"
                }
            ],
            "kpartx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kpartx",
                    "release": "41.el8",
                    "source": "rpm",
                    "version": "0.8.4"
                }
            ],
            "krb5-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-devel",
                    "release": "27.el8",
                    "source": "rpm",
                    "version": "1.18.2"
                }
            ],
            "krb5-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-libs",
                    "release": "27.el8",
                    "source": "rpm",
                    "version": "1.18.2"
                }
            ],
            "langpacks-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-en",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.0"
                }
            ],
            "less": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "less",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "530"
                }
            ],
            "libacl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libacl",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.2.53"
                }
            ],
            "libarchive": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libarchive",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "3.3.3"
                }
            ],
            "libassuan": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libassuan",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "libattr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libattr",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.4.48"
                }
            ],
            "libbasicobjects": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbasicobjects",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "0.1.1"
                }
            ],
            "libblkid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblkid",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "libbpf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbpf",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libcap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "2.48"
                }
            ],
            "libcap-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.7.11"
                }
            ],
            "libcollection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcollection",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcom_err": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.45.6"
                }
            ],
            "libcom_err-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err-devel",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.45.6"
                }
            ],
            "libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcomps",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.1.18"
                }
            ],
            "libcroco": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcroco",
                    "release": "4.el8_2.1",
                    "source": "rpm",
                    "version": "0.6.12"
                }
            ],
            "libcurl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcurl",
                    "release": "34.el8",
                    "source": "rpm",
                    "version": "7.61.1"
                }
            ],
            "libdaemon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdaemon",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "0.14"
                }
            ],
            "libdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdb",
                    "release": "42.el8_4",
                    "source": "rpm",
                    "version": "5.3.28"
                }
            ],
            "libdb-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdb-utils",
                    "release": "42.el8_4",
                    "source": "rpm",
                    "version": "5.3.28"
                }
            ],
            "libdhash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdhash",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdnf",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "0.63.0"
                }
            ],
            "libedit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libedit",
                    "release": "23.20170329cvs.el8",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libestr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libestr",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.1.10"
                }
            ],
            "libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libev",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "4.24"
                }
            ],
            "libevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevent",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "2.1.8"
                }
            ],
            "libfastjson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfastjson",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.99.9"
                }
            ],
            "libfdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfdisk",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "libffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libffi",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libgcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcc",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "libgcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcrypt",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "1.8.5"
                }
            ],
            "libgomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgomp",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "libgpg-error": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgpg-error",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.31"
                }
            ],
            "libibverbs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libibverbs",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "48.0"
                }
            ],
            "libidn2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libidn2",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.2.0"
                }
            ],
            "libini_config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libini_config",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libkadm5": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkadm5",
                    "release": "27.el8",
                    "source": "rpm",
                    "version": "1.18.2"
                }
            ],
            "libkcapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libkcapi-hmaccalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hmaccalc",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libksba": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libksba",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.3.5"
                }
            ],
            "libldb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libldb",
                    "release": "0.el8",
                    "source": "rpm",
                    "version": "2.8.0"
                }
            ],
            "liblognorm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "liblognorm",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "2.0.5"
                }
            ],
            "libmaxminddb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmaxminddb",
                    "release": "10.el8.1",
                    "source": "rpm",
                    "version": "1.2.0"
                }
            ],
            "libmetalink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmetalink",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "0.1.3"
                }
            ],
            "libmnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmnl",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.0.4"
                }
            ],
            "libmodulemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmodulemd",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.13.0"
                }
            ],
            "libmount": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmount",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "libmpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmpc",
                    "release": "9.1.el8",
                    "source": "rpm",
                    "version": "1.1.0"
                }
            ],
            "libndp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libndp",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.7"
                }
            ],
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnetfilter_conntrack",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.0.6"
                }
            ],
            "libnfnetlink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnfnetlink",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.0.1"
                }
            ],
            "libnfsidmap": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libnfsidmap",
                    "release": "59.el8",
                    "source": "rpm",
                    "version": "2.3.3"
                }
            ],
            "libnftnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnftnl",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.2.2"
                }
            ],
            "libnghttp2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnghttp2",
                    "release": "6.el8.1",
                    "source": "rpm",
                    "version": "1.33.0"
                }
            ],
            "libnl3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.7.0"
                }
            ],
            "libnl3-cli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3-cli",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.7.0"
                }
            ],
            "libnsl2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnsl2",
                    "release": "2.20180605git4a062cf.el8",
                    "source": "rpm",
                    "version": "1.2.0"
                }
            ],
            "libpath_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpath_utils",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libpcap": [
                {
                    "arch": "x86_64",
                    "epoch": 14,
                    "name": "libpcap",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.9.1"
                }
            ],
            "libpipeline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpipeline",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "libpkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpkgconf",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.2"
                }
            ],
            "libpng": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libpng",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.6.34"
                }
            ],
            "libpsl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpsl",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.20.2"
                }
            ],
            "libpwquality": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpwquality",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.4.4"
                }
            ],
            "libref_array": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libref_array",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "0.1.5"
                }
            ],
            "librepo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librepo",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.14.2"
                }
            ],
            "libreport-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libreport-filesystem",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libseccomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libseccomp",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.5.2"
                }
            ],
            "libsecret": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsecret",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.18.6"
                }
            ],
            "libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libselinux-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-devel",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libselinux-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-utils",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsemanage",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libsepol": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libsepol-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol-devel",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libsigsegv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsigsegv",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "2.11"
                }
            ],
            "libsmartcols": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsmartcols",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "libsolv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsolv",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.7.20"
                }
            ],
            "libss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libss",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.45.6"
                }
            ],
            "libssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libssh",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "0.9.6"
                }
            ],
            "libssh-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libssh-config",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "0.9.6"
                }
            ],
            "libsss_autofs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_autofs",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libsss_certmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_certmap",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libsss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_idmap",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libsss_nss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_nss_idmap",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libsss_sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_sudo",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libstdc++": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstdc++",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "libsysfs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsysfs",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "libtalloc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtalloc",
                    "release": "0.el8",
                    "source": "rpm",
                    "version": "2.4.1"
                }
            ],
            "libtasn1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtasn1",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "4.13"
                }
            ],
            "libtdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtdb",
                    "release": "0.el8",
                    "source": "rpm",
                    "version": "1.4.9"
                }
            ],
            "libteam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libteam",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.31"
                }
            ],
            "libtevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtevent",
                    "release": "0.el8",
                    "source": "rpm",
                    "version": "0.16.0"
                }
            ],
            "libtirpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtirpc",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.1.4"
                }
            ],
            "libunistring": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libunistring",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.9.9"
                }
            ],
            "libusbx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libusbx",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.0.23"
                }
            ],
            "libuser": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuser",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "0.62"
                }
            ],
            "libutempter": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libutempter",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "1.1.6"
                }
            ],
            "libuuid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuuid",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "libverto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libverto-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto-devel",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libverto-libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto-libev",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libxcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "4.1.1"
                }
            ],
            "libxcrypt-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt-devel",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "4.1.1"
                }
            ],
            "libxkbcommon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxkbcommon",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.9.1"
                }
            ],
            "libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxml2",
                    "release": "18.el8",
                    "source": "rpm",
                    "version": "2.9.7"
                }
            ],
            "libxslt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxslt",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.1.32"
                }
            ],
            "libyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libyaml",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "0.1.7"
                }
            ],
            "libzstd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.4"
                }
            ],
            "libzstd-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd-devel",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.4"
                }
            ],
            "linux-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware",
                    "release": "121.gitb3132c18.el8",
                    "source": "rpm",
                    "version": "20240111"
                }
            ],
            "lmdb-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lmdb-libs",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.9.24"
                }
            ],
            "logrotate": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "logrotate",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "3.14.0"
                }
            ],
            "lshw": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lshw",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "B.02.19.2"
                }
            ],
            "lsscsi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lsscsi",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.32"
                }
            ],
            "lua-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lua-libs",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "5.3.4"
                }
            ],
            "lz4-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lz4-libs",
                    "release": "3.el8_4",
                    "source": "rpm",
                    "version": "1.8.3"
                }
            ],
            "lzo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lzo",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "2.08"
                }
            ],
            "m4": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "m4",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "1.4.18"
                }
            ],
            "make": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "make",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "man-db": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "man-db",
                    "release": "18.el8",
                    "source": "rpm",
                    "version": "2.7.6.1"
                }
            ],
            "memstrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "memstrack",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "microcode_ctl": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "microcode_ctl",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "20230808"
                }
            ],
            "mokutil": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "mokutil",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "0.3.0"
                }
            ],
            "mozjs60": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mozjs60",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "60.9.0"
                }
            ],
            "mpfr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpfr",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.1.6"
                }
            ],
            "ncurses": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses",
                    "release": "10.20180224.el8",
                    "source": "rpm",
                    "version": "6.1"
                }
            ],
            "ncurses-base": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ncurses-base",
                    "release": "10.20180224.el8",
                    "source": "rpm",
                    "version": "6.1"
                }
            ],
            "ncurses-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses-libs",
                    "release": "10.20180224.el8",
                    "source": "rpm",
                    "version": "6.1"
                }
            ],
            "nettle": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nettle",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.4.1"
                }
            ],
            "newt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "newt",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "0.52.20"
                }
            ],
            "nfs-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nfs-utils",
                    "release": "59.el8",
                    "source": "rpm",
                    "version": "2.3.3"
                }
            ],
            "nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nftables",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.0.4"
                }
            ],
            "npth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "npth",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.5"
                }
            ],
            "nspr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nspr",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "4.35.0"
                }
            ],
            "nss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "nss-softokn": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn-freebl",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "nss-sysinit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-sysinit",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "nss-util": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-util",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "numactl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "numactl-libs",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "2.0.16"
                }
            ],
            "oddjob": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oddjob",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.34.7"
                }
            ],
            "oddjob-mkhomedir": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oddjob-mkhomedir",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.34.7"
                }
            ],
            "oniguruma": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oniguruma",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "6.8.2"
                }
            ],
            "openldap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openldap",
                    "release": "18.el8",
                    "source": "rpm",
                    "version": "2.4.46"
                }
            ],
            "openssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "8.0p1"
                }
            ],
            "openssh-clients": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-clients",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "8.0p1"
                }
            ],
            "openssh-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-server",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "8.0p1"
                }
            ],
            "openssl": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.1.1k"
                }
            ],
            "openssl-devel": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-devel",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.1.1k"
                }
            ],
            "openssl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-libs",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.1.1k"
                }
            ],
            "openssl-pkcs11": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssl-pkcs11",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.4.10"
                }
            ],
            "os-prober": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "os-prober",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.74"
                }
            ],
            "p11-kit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.23.22"
                }
            ],
            "p11-kit-trust": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit-trust",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.23.22"
                }
            ],
            "pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam",
                    "release": "33.el8",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "parted": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "parted",
                    "release": "39.el8",
                    "source": "rpm",
                    "version": "3.2"
                }
            ],
            "passwd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "passwd",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.80"
                }
            ],
            "pciutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pciutils-libs",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "3.7.0"
                }
            ],
            "pcre": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "8.42"
                }
            ],
            "pcre2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "10.32"
                }
            ],
            "pcre2-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2-devel",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "10.32"
                }
            ],
            "pcre2-utf16": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2-utf16",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "10.32"
                }
            ],
            "pcre2-utf32": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2-utf32",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "10.32"
                }
            ],
            "perl-Carp": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Carp",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "1.42"
                }
            ],
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Data-Dumper",
                    "release": "399.el8",
                    "source": "rpm",
                    "version": "2.167"
                }
            ],
            "perl-Digest": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Digest",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "1.17"
                }
            ],
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Digest-MD5",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "2.55"
                }
            ],
            "perl-Encode": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Encode",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.97"
                }
            ],
            "perl-Errno": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Errno",
                    "release": "422.el8",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "perl-Error": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Error",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.17025"
                }
            ],
            "perl-Exporter": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Exporter",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "5.72"
                }
            ],
            "perl-File-Path": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-File-Path",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "2.15"
                }
            ],
            "perl-File-Temp": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-File-Temp",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.230.600"
                }
            ],
            "perl-Getopt-Long": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Getopt-Long",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "2.50"
                }
            ],
            "perl-Git": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Git",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.43.0"
                }
            ],
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-HTTP-Tiny",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.074"
                }
            ],
            "perl-IO": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-IO",
                    "release": "422.el8",
                    "source": "rpm",
                    "version": "1.38"
                }
            ],
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-IP",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "0.39"
                }
            ],
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-SSL",
                    "release": "4.module_el8+339+1ec643e0",
                    "source": "rpm",
                    "version": "2.066"
                }
            ],
            "perl-MIME-Base64": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-MIME-Base64",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "3.15"
                }
            ],
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Mozilla-CA",
                    "release": "7.module_el8+645+9d809f8c",
                    "source": "rpm",
                    "version": "20160104"
                }
            ],
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Net-SSLeay",
                    "release": "2.module_el8+339+1ec643e0",
                    "source": "rpm",
                    "version": "1.88"
                }
            ],
            "perl-PathTools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-PathTools",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.74"
                }
            ],
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Escapes",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "1.07"
                }
            ],
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Pod-Perldoc",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "3.28"
                }
            ],
            "perl-Pod-Simple": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Simple",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "3.35"
                }
            ],
            "perl-Pod-Usage": [
                {
                    "arch": "noarch",
                    "epoch": 4,
                    "name": "perl-Pod-Usage",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "1.69"
                }
            ],
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64",
                    "epoch": 3,
                    "name": "perl-Scalar-List-Utils",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.49"
                }
            ],
            "perl-Socket": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Socket",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.027"
                }
            ],
            "perl-Storable": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "perl-Storable",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "perl-Term-ANSIColor": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-ANSIColor",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "4.06"
                }
            ],
            "perl-Term-Cap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-Cap",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "1.17"
                }
            ],
            "perl-TermReadKey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-TermReadKey",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "2.37"
                }
            ],
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-ParseWords",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "3.30"
                }
            ],
            "perl-Text-Tabs+Wrap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-Tabs+Wrap",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "2013.0523"
                }
            ],
            "perl-Time-Local": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Time-Local",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.280"
                }
            ],
            "perl-URI": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-URI",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.73"
                }
            ],
            "perl-Unicode-Normalize": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Unicode-Normalize",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "1.25"
                }
            ],
            "perl-constant": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-constant",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "perl-interpreter": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-interpreter",
                    "release": "422.el8",
                    "source": "rpm",
                    "version": "5.26.3"
                }
            ],
            "perl-libnet": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-libnet",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "perl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-libs",
                    "release": "422.el8",
                    "source": "rpm",
                    "version": "5.26.3"
                }
            ],
            "perl-macros": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-macros",
                    "release": "422.el8",
                    "source": "rpm",
                    "version": "5.26.3"
                }
            ],
            "perl-parent": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-parent",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.237"
                }
            ],
            "perl-podlators": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-podlators",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "4.11"
                }
            ],
            "perl-threads": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "perl-threads",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "perl-threads-shared": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-threads-shared",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.58"
                }
            ],
            "pigz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pigz",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "2.4"
                }
            ],
            "pinentry": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pinentry",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.1.0"
                }
            ],
            "pkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.2"
                }
            ],
            "pkgconf-m4": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pkgconf-m4",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.2"
                }
            ],
            "pkgconf-pkg-config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf-pkg-config",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.2"
                }
            ],
            "platform-python": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "platform-python",
                    "release": "62.el8",
                    "source": "rpm",
                    "version": "3.6.8"
                }
            ],
            "platform-python-pip": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "platform-python-pip",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "9.0.3"
                }
            ],
            "platform-python-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "platform-python-setuptools",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "39.2.0"
                }
            ],
            "plymouth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth",
                    "release": "11.20200615git1e36e30.el8",
                    "source": "rpm",
                    "version": "0.9.4"
                }
            ],
            "plymouth-core-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth-core-libs",
                    "release": "11.20200615git1e36e30.el8",
                    "source": "rpm",
                    "version": "0.9.4"
                }
            ],
            "plymouth-scripts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth-scripts",
                    "release": "11.20200615git1e36e30.el8",
                    "source": "rpm",
                    "version": "0.9.4"
                }
            ],
            "policycoreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "policycoreutils",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "policycoreutils-python-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "policycoreutils-python-utils",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "polkit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "0.115"
                }
            ],
            "polkit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-libs",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "0.115"
                }
            ],
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-pkla-compat",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "0.1"
                }
            ],
            "popt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "popt",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "prefixdevname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "prefixdevname",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.1.0"
                }
            ],
            "procps-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "procps-ng",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "3.3.15"
                }
            ],
            "psmisc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "psmisc",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "23.1"
                }
            ],
            "publicsuffix-list-dafsa": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "publicsuffix-list-dafsa",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "20180723"
                }
            ],
            "python3-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-audit",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.1.2"
                }
            ],
            "python3-babel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-babel",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "python3-cffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cffi",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.11.5"
                }
            ],
            "python3-chardet": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-chardet",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.0.4"
                }
            ],
            "python3-configobj": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-configobj",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "5.0.6"
                }
            ],
            "python3-cryptography": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cryptography",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.2.1"
                }
            ],
            "python3-dateutil": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-dateutil",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "2.6.1"
                }
            ],
            "python3-dbus": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-dbus",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "1.2.4"
                }
            ],
            "python3-decorator": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-decorator",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "python3-dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "python3-dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf-plugins-core",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "4.0.21"
                }
            ],
            "python3-firewall": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-firewall",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.9.11"
                }
            ],
            "python3-gobject-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gobject-base",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "3.28.3"
                }
            ],
            "python3-gpg": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gpg",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.13.1"
                }
            ],
            "python3-hawkey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-hawkey",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "0.63.0"
                }
            ],
            "python3-html5lib": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-html5lib",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.999999999"
                }
            ],
            "python3-idna": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-idna",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "2.5"
                }
            ],
            "python3-jinja2": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jinja2",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "2.10.1"
                }
            ],
            "python3-jsonpatch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpatch",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.21"
                }
            ],
            "python3-jsonpointer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpointer",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.10"
                }
            ],
            "python3-jsonschema": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "2.6.0"
                }
            ],
            "python3-jwt": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jwt",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "python3-libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libcomps",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.1.18"
                }
            ],
            "python3-libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libdnf",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "0.63.0"
                }
            ],
            "python3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libs",
                    "release": "62.el8",
                    "source": "rpm",
                    "version": "3.6.8"
                }
            ],
            "python3-libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libselinux",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "python3-libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libsemanage",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "python3-linux-procfs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-linux-procfs",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.7.3"
                }
            ],
            "python3-lxml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-lxml",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "4.2.3"
                }
            ],
            "python3-markupsafe": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-markupsafe",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "0.23"
                }
            ],
            "python3-netifaces": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-netifaces",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "python3-nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "python3-nftables",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.0.4"
                }
            ],
            "python3-oauthlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-oauthlib",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "python3-perf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-perf",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "python3-pip": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pip",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "9.0.3"
                }
            ],
            "python3-pip-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pip-wheel",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "9.0.3"
                }
            ],
            "python3-ply": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-ply",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "3.9"
                }
            ],
            "python3-policycoreutils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-policycoreutils",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "python3-prettytable": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-prettytable",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "0.7.2"
                }
            ],
            "python3-pyasn1": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyasn1",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.3.7"
                }
            ],
            "python3-pycparser": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pycparser",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "2.14"
                }
            ],
            "python3-pyserial": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyserial",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "python3-pysocks": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pysocks",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.6.8"
                }
            ],
            "python3-pytz": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pytz",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2017.2"
                }
            ],
            "python3-pyudev": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyudev",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "0.21.0"
                }
            ],
            "python3-pyyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyyaml",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "3.12"
                }
            ],
            "python3-requests": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-requests",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "2.20.0"
                }
            ],
            "python3-rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpm",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "python3-setools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-setools",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "4.3.0"
                }
            ],
            "python3-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "39.2.0"
                }
            ],
            "python3-setuptools-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools-wheel",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "39.2.0"
                }
            ],
            "python3-six": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-six",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "1.11.0"
                }
            ],
            "python3-slip": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-slip",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "0.6.4"
                }
            ],
            "python3-slip-dbus": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-slip-dbus",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "0.6.4"
                }
            ],
            "python3-syspurpose": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-syspurpose",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.28.42"
                }
            ],
            "python3-systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-systemd",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "234"
                }
            ],
            "python3-unbound": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-unbound",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.16.2"
                }
            ],
            "python3-urllib3": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "1.24.2"
                }
            ],
            "python3-webencodings": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-webencodings",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.5.1"
                }
            ],
            "python36": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python36",
                    "release": "39.module_el8+762+77bd8591",
                    "source": "rpm",
                    "version": "3.6.8"
                }
            ],
            "qa-tools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "qa-tools",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "qemu-guest-agent": [
                {
                    "arch": "x86_64",
                    "epoch": 15,
                    "name": "qemu-guest-agent",
                    "release": "49.module_el8+991+097e156d",
                    "source": "rpm",
                    "version": "6.2.0"
                }
            ],
            "quota": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "quota",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "4.04"
                }
            ],
            "quota-nls": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "quota-nls",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "4.04"
                }
            ],
            "readline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "readline",
                    "release": "10.el8",
                    "source": "rpm",
                    "version": "7.0"
                }
            ],
            "restraint": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint",
                    "release": "1.el8bkr",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "restraint-rhts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint-rhts",
                    "release": "1.el8bkr",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "rng-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rng-tools",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "6.16"
                }
            ],
            "rootfiles": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rootfiles",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.1"
                }
            ],
            "rpcbind": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpcbind",
                    "release": "10.el8",
                    "source": "rpm",
                    "version": "1.2.5"
                }
            ],
            "rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "rpm-build-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-build-libs",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "rpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-libs",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "rpm-plugin-selinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-selinux",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "rpm-plugin-systemd-inhibit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-systemd-inhibit",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "rsync": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsync",
                    "release": "19.el8.1",
                    "source": "rpm",
                    "version": "3.1.3"
                }
            ],
            "rsyslog": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsyslog",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "8.2102.0"
                }
            ],
            "sed": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sed",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "4.5"
                }
            ],
            "selinux-policy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy",
                    "release": "139.el8",
                    "source": "rpm",
                    "version": "3.14.3"
                }
            ],
            "selinux-policy-targeted": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy-targeted",
                    "release": "139.el8",
                    "source": "rpm",
                    "version": "3.14.3"
                }
            ],
            "setup": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setup",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2.12.2"
                }
            ],
            "sg3_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sg3_utils",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.44"
                }
            ],
            "sg3_utils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sg3_utils-libs",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.44"
                }
            ],
            "shadow-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "shadow-utils",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "4.6"
                }
            ],
            "shared-mime-info": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "shared-mime-info",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "slang": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "slang",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "snappy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "snappy",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.1.8"
                }
            ],
            "sqlite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sqlite-libs",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "3.26.0"
                }
            ],
            "squashfs-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "squashfs-tools",
                    "release": "21.el8",
                    "source": "rpm",
                    "version": "4.3"
                }
            ],
            "sssd-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-client",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "sssd-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-common",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "sssd-kcm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-kcm",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "sssd-nfs-idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-nfs-idmap",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "strace": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "strace",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "5.18"
                }
            ],
            "sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.9.5p2"
                }
            ],
            "systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd",
                    "release": "82.el8.1",
                    "source": "rpm",
                    "version": "239"
                }
            ],
            "systemd-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-libs",
                    "release": "82.el8.1",
                    "source": "rpm",
                    "version": "239"
                }
            ],
            "systemd-pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-pam",
                    "release": "82.el8.1",
                    "source": "rpm",
                    "version": "239"
                }
            ],
            "systemd-udev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-udev",
                    "release": "82.el8.1",
                    "source": "rpm",
                    "version": "239"
                }
            ],
            "systemtap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "systemtap-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-client",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "systemtap-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-devel",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "systemtap-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-runtime",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "tar": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "tar",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.30"
                }
            ],
            "tbb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tbb",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "2018.2"
                }
            ],
            "teamd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "teamd",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.31"
                }
            ],
            "time": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "time",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "timedatex": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "timedatex",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.5"
                }
            ],
            "tpm2-tss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "trousers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "trousers",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.3.15"
                }
            ],
            "trousers-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "trousers-lib",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.3.15"
                }
            ],
            "tzdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tzdata",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2024a"
                }
            ],
            "unbound-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unbound-libs",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.16.2"
                }
            ],
            "unzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unzip",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "6.0"
                }
            ],
            "util-linux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "vim-common": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-common",
                    "release": "19.el8.4",
                    "source": "rpm",
                    "version": "8.0.1763"
                }
            ],
            "vim-enhanced": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-enhanced",
                    "release": "19.el8.4",
                    "source": "rpm",
                    "version": "8.0.1763"
                }
            ],
            "vim-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-filesystem",
                    "release": "19.el8.4",
                    "source": "rpm",
                    "version": "8.0.1763"
                }
            ],
            "vim-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-minimal",
                    "release": "19.el8.4",
                    "source": "rpm",
                    "version": "8.0.1763"
                }
            ],
            "virt-what": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "virt-what",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.25"
                }
            ],
            "wget": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.19.5"
                }
            ],
            "which": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "which",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "xfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xfsprogs",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "5.0.0"
                }
            ],
            "xkeyboard-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "xkeyboard-config",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "xmlrpc-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xmlrpc-c",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.51.0"
                }
            ],
            "xmlrpc-c-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xmlrpc-c-client",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.51.0"
                }
            ],
            "xz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "5.2.4"
                }
            ],
            "xz-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz-devel",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "5.2.4"
                }
            ],
            "xz-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz-libs",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "5.2.4"
                }
            ],
            "yum": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "yum-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum-utils",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "4.0.21"
                }
            ],
            "zip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zip",
                    "release": "23.el8",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "zlib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "1.2.11"
                }
            ],
            "zlib-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-devel",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "1.2.11"
                }
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 03 August 2024  04:44:15 -0400 (0:00:01.744)       0:00:44.557 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2102.0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 03 August 2024  04:44:15 -0400 (0:00:00.046)       0:00:44.603 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 03 August 2024  04:44:15 -0400 (0:00:00.034)       0:00:44.638 ******* 
ok: [managed_node1] => {}

MSG:

Rsyslog_version is 8.2102.0, which is newer than "8.37.0-7.2".

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 03 August 2024  04:44:15 -0400 (0:00:00.036)       0:00:44.675 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 03 August 2024  04:44:15 -0400 (0:00:00.033)       0:00:44.709 ******* 
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": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 03 August 2024  04:44:15 -0400 (0:00:00.381)       0:00:45.090 ******* 
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": 58,
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 03 August 2024  04:44:16 -0400 (0:00:00.378)       0:00:45.468 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 03 August 2024  04:44:16 -0400 (0:00:00.401)       0:00:45.870 ******* 
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"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120
Saturday 03 August 2024  04:44:16 -0400 (0:00:00.106)       0:00:45.976 ******* 
changed: [managed_node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\n)\n'}) => {
    "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-1722674656.7666695-32332-60151261053275/source",
    "state": "file",
    "uid": 0
}
skipping: [managed_node1] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]})  => {
    "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={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {
    "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-1722674657.5256183-32332-91764023959455/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144
Saturday 03 August 2024  04:44:18 -0400 (0:00:01.475)       0:00:47.452 ******* 
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-1722674656.7666695-32332-60151261053275/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-1722674656.7666695-32332-60151261053275/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-1722674657.5256183-32332-91764023959455/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-1722674657.5256183-32332-91764023959455/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148
Saturday 03 August 2024  04:44:18 -0400 (0:00:00.042)       0:00:47.494 ******* 
skipping: [managed_node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\n)\n'})  => {
    "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={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]})  => {
    "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={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]})  => {
    "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"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166
Saturday 03 August 2024  04:44:18 -0400 (0:00:00.050)       0:00:47.545 ******* 
ok: [managed_node1] => (item={'name': 'system_input', 'type': 'basics'}) => {
    "ansible_facts": {
        "__rsyslog_basics_packages": []
    },
    "ansible_included_var_files": [
        "/tmp/tmp.TxjXsrMEVg/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={'name': 'relp_server0', 'type': 'relp', 'port': 6514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name', 'permitted_clients': ['*.client.com', '*.example.com']}) => {
    "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/tmp.TxjXsrMEVg/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={'name': 'relp_server1', 'type': 'relp', 'port': 20514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name'}) => {
    "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/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177
Saturday 03 August 2024  04:44:18 -0400 (0:00:00.060)       0:00:47.605 ******* 
included: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed_node1
included: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml for managed_node1
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3
Saturday 03 August 2024  04:44:18 -0400 (0:00:00.138)       0:00:47.744 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 03 August 2024  04:44:18 -0400 (0:00:00.067)       0:00:47.812 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 03 August 2024  04:44:18 -0400 (0:00:00.038)       0:00:47.850 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 03 August 2024  04:44:18 -0400 (0:00:00.034)       0:00:47.884 ******* 
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-1722674656.7666695-32332-60151261053275/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-1722674656.7666695-32332-60151261053275/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-1722674657.5256183-32332-91764023959455/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-1722674657.5256183-32332-91764023959455/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 03 August 2024  04:44:18 -0400 (0:00:00.041)       0:00:47.926 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-system_input] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10
Saturday 03 August 2024  04:44:18 -0400 (0:00:00.035)       0:00:47.962 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 03 August 2024  04:44:18 -0400 (0:00:00.069)       0:00:48.032 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 03 August 2024  04:44:18 -0400 (0:00:00.036)       0:00:48.068 ******* 
changed: [managed_node1] => (item={'name': 'input-basics-system_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use="off") # Turn off message reception via local log socket.\nmodule(load="imjournal"\n       StateFile="/var/lib/rsyslog/imjournal.state"\n       RateLimit.Interval="600"\n       PersistStateInterval="10")\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'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1",
    "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "input-basics-system_input",
        "sections": [
            {
                "options": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\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": "dad0a55bcb77dbcce2404b7a26f31c2d",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 553,
    "src": "/root/.ansible/tmp/ansible-tmp-1722674659.0100646-32384-166041360453694/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 03 August 2024  04:44:19 -0400 (0:00:00.865)       0:00:48.933 ******* 
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-1722674656.7666695-32332-60151261053275/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-1722674656.7666695-32332-60151261053275/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-1722674657.5256183-32332-91764023959455/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-1722674657.5256183-32332-91764023959455/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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                        "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": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                                "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-1722674659.0100646-32384-166041360453694/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 553,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674659.0100646-32384-166041360453694/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 03 August 2024  04:44:19 -0400 (0:00:00.044)       0:00:48.978 ******* 
skipping: [managed_node1] => (item={'name': 'input-basics-system_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use="off") # Turn off message reception via local log socket.\nmodule(load="imjournal"\n       StateFile="/var/lib/rsyslog/imjournal.state"\n       RateLimit.Interval="600"\n       PersistStateInterval="10")\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'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "inner_item": {
        "name": "input-basics-system_input",
        "sections": [
            {
                "options": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:2
Saturday 03 August 2024  04:44:19 -0400 (0:00:00.161)       0:00:49.139 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10
Saturday 03 August 2024  04:44:19 -0400 (0:00:00.068)       0:00:49.208 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17
Saturday 03 August 2024  04:44:19 -0400 (0:00:00.045)       0:00:49.253 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24
Saturday 03 August 2024  04:44:20 -0400 (0:00:00.045)       0:00:49.298 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31
Saturday 03 August 2024  04:44:20 -0400 (0:00:00.045)       0:00:49.344 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36
Saturday 03 August 2024  04:44:20 -0400 (0:00:00.046)       0:00:49.390 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:9
Saturday 03 August 2024  04:44:20 -0400 (0:00:00.042)       0:00:49.432 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 03 August 2024  04:44:20 -0400 (0:00:00.103)       0:00:49.536 ******* 
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: rsyslog-relp-8.2102.0-15.el8.x86_64",
        "Installed: librelp-1.9.0-1.el8.x86_64"
    ]
}
lsrpackages: librelp rsyslog-relp

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 03 August 2024  04:44:23 -0400 (0:00:03.323)       0:00:52.859 ******* 
changed: [managed_node1] => (item={'name': 'input-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="imrelp")'}]}) => {
    "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-1722674663.6537037-32427-205150627397442/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 03 August 2024  04:44:24 -0400 (0:00:00.718)       0:00:53.578 ******* 
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-1722674656.7666695-32332-60151261053275/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-1722674656.7666695-32332-60151261053275/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-1722674657.5256183-32332-91764023959455/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-1722674657.5256183-32332-91764023959455/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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                        "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": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                                "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-1722674659.0100646-32384-166041360453694/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 553,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674659.0100646-32384-166041360453694/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-1722674663.6537037-32427-205150627397442/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-1722674663.6537037-32427-205150627397442/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 03 August 2024  04:44:24 -0400 (0:00:00.071)       0:00:53.649 ******* 
skipping: [managed_node1] => (item={'name': 'input-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="imrelp")'}]})  => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:16
Saturday 03 August 2024  04:44:24 -0400 (0:00:00.047)       0:00:53.696 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 03 August 2024  04:44:24 -0400 (0:00:00.074)       0:00:53.771 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 03 August 2024  04:44:24 -0400 (0:00:00.036)       0:00:53.807 ******* 
changed: [managed_node1] => (item={'name': 'input-relp-relp_server0', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'input(name="relp_server0"\n      type="imrelp"\n      port="6514"\n      maxDataSize="16384"\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'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
    "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      maxDataSize=\"16384\"\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": "8cf96eeebeed7fff1aacc171bfc5be00",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 548,
    "src": "/root/.ansible/tmp/ansible-tmp-1722674664.669377-32451-94614942425165/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 03 August 2024  04:44:25 -0400 (0:00:00.783)       0:00:54.590 ******* 
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-1722674656.7666695-32332-60151261053275/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-1722674656.7666695-32332-60151261053275/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-1722674657.5256183-32332-91764023959455/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-1722674657.5256183-32332-91764023959455/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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                        "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": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                                "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-1722674659.0100646-32384-166041360453694/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 553,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674659.0100646-32384-166041360453694/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-1722674663.6537037-32427-205150627397442/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-1722674663.6537037-32427-205150627397442/source",
                        "state": "file",
                        "uid": 0
                    }
                ]
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                        "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      maxDataSize=\"16384\"\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": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                                "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-1722674664.669377-32451-94614942425165/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 548,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674664.669377-32451-94614942425165/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 03 August 2024  04:44:25 -0400 (0:00:00.046)       0:00:54.637 ******* 
skipping: [managed_node1] => (item={'name': 'input-relp-relp_server0', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'input(name="relp_server0"\n      type="imrelp"\n      port="6514"\n      maxDataSize="16384"\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'}]})  => {
    "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      maxDataSize=\"16384\"\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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:2
Saturday 03 August 2024  04:44:25 -0400 (0:00:00.114)       0:00:54.752 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10
Saturday 03 August 2024  04:44:25 -0400 (0:00:00.097)       0:00:54.849 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17
Saturday 03 August 2024  04:44:25 -0400 (0:00:00.047)       0:00:54.896 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24
Saturday 03 August 2024  04:44:25 -0400 (0:00:00.045)       0:00:54.942 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31
Saturday 03 August 2024  04:44:25 -0400 (0:00:00.045)       0:00:54.988 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36
Saturday 03 August 2024  04:44:25 -0400 (0:00:00.047)       0:00:55.035 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:9
Saturday 03 August 2024  04:44:25 -0400 (0:00:00.041)       0:00:55.077 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 03 August 2024  04:44:25 -0400 (0:00:00.068)       0:00:55.145 ******* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: librelp rsyslog-relp

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 03 August 2024  04:44:28 -0400 (0:00:02.535)       0:00:57.680 ******* 
ok: [managed_node1] => (item={'name': 'input-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="imrelp")'}]}) => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 03 August 2024  04:44:29 -0400 (0:00:00.669)       0:00:58.350 ******* 
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-1722674656.7666695-32332-60151261053275/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-1722674656.7666695-32332-60151261053275/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-1722674657.5256183-32332-91764023959455/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-1722674657.5256183-32332-91764023959455/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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                        "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": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                                "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-1722674659.0100646-32384-166041360453694/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 553,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674659.0100646-32384-166041360453694/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-1722674663.6537037-32427-205150627397442/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-1722674663.6537037-32427-205150627397442/source",
                        "state": "file",
                        "uid": 0
                    }
                ]
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                        "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      maxDataSize=\"16384\"\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": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                                "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-1722674664.669377-32451-94614942425165/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 548,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674664.669377-32451-94614942425165/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 03 August 2024  04:44:29 -0400 (0:00:00.050)       0:00:58.401 ******* 
skipping: [managed_node1] => (item={'name': 'input-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="imrelp")'}]})  => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:16
Saturday 03 August 2024  04:44:29 -0400 (0:00:00.047)       0:00:58.449 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 03 August 2024  04:44:29 -0400 (0:00:00.108)       0:00:58.557 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 03 August 2024  04:44:29 -0400 (0:00:00.039)       0:00:58.597 ******* 
changed: [managed_node1] => (item={'name': 'input-relp-relp_server1', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'input(name="relp_server1"\n      type="imrelp"\n      port="20514"\n      maxDataSize="16384"\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=["*.us-east-1.aws.redhat.com"]\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'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "3db742531c20fdaabeb2221d6cf7bce996163db1",
    "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      maxDataSize=\"16384\"\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=[\"*.us-east-1.aws.redhat.com\"]\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": "52dfa555cefaad128f4eea95b92357f5",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 547,
    "src": "/root/.ansible/tmp/ansible-tmp-1722674669.4629128-32515-68721354095112/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 03 August 2024  04:44:30 -0400 (0:00:00.790)       0:00:59.388 ******* 
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-1722674656.7666695-32332-60151261053275/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-1722674656.7666695-32332-60151261053275/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-1722674657.5256183-32332-91764023959455/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-1722674657.5256183-32332-91764023959455/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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                        "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": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                                "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-1722674659.0100646-32384-166041360453694/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 553,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674659.0100646-32384-166041360453694/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-1722674663.6537037-32427-205150627397442/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-1722674663.6537037-32427-205150627397442/source",
                        "state": "file",
                        "uid": 0
                    }
                ]
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                        "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      maxDataSize=\"16384\"\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": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                                "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-1722674664.669377-32451-94614942425165/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 548,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674664.669377-32451-94614942425165/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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
                        "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      maxDataSize=\"16384\"\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=[\"*.us-east-1.aws.redhat.com\"]\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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
                                "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-1722674669.4629128-32515-68721354095112/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "52dfa555cefaad128f4eea95b92357f5",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 547,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674669.4629128-32515-68721354095112/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 03 August 2024  04:44:30 -0400 (0:00:00.049)       0:00:59.437 ******* 
skipping: [managed_node1] => (item={'name': 'input-relp-relp_server1', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'input(name="relp_server1"\n      type="imrelp"\n      port="20514"\n      maxDataSize="16384"\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=["*.us-east-1.aws.redhat.com"]\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'}]})  => {
    "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      maxDataSize=\"16384\"\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=[\"*.us-east-1.aws.redhat.com\"]\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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192
Saturday 03 August 2024  04:44:30 -0400 (0:00:00.115)       0:00:59.552 ******* 
ok: [managed_node1] => (item={'name': 'files_output', 'type': '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{% 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/tmp.TxjXsrMEVg/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={'name': 'forwards_output', 'type': 'forwards', 'target': 'host.domain', 'tcp_port': 1514}) => {
    "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{% 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/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204
Saturday 03 August 2024  04:44:30 -0400 (0:00:00.055)       0:00:59.608 ******* 
included: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed_node1
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Saturday 03 August 2024  04:44:30 -0400 (0:00:00.089)       0:00:59.697 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 03 August 2024  04:44:30 -0400 (0:00:00.097)       0:00:59.795 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 03 August 2024  04:44:30 -0400 (0:00:00.039)       0:00:59.834 ******* 
changed: [managed_node1] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => {
    "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-1722674670.627389-32543-222375145274726/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 03 August 2024  04:44:31 -0400 (0:00:00.717)       0:01:00.551 ******* 
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-1722674656.7666695-32332-60151261053275/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-1722674656.7666695-32332-60151261053275/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-1722674657.5256183-32332-91764023959455/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-1722674657.5256183-32332-91764023959455/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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                        "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": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                                "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-1722674659.0100646-32384-166041360453694/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 553,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674659.0100646-32384-166041360453694/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-1722674663.6537037-32427-205150627397442/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-1722674663.6537037-32427-205150627397442/source",
                        "state": "file",
                        "uid": 0
                    }
                ]
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                        "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      maxDataSize=\"16384\"\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": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                                "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-1722674664.669377-32451-94614942425165/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 548,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674664.669377-32451-94614942425165/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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
                        "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      maxDataSize=\"16384\"\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=[\"*.us-east-1.aws.redhat.com\"]\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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
                                "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-1722674669.4629128-32515-68721354095112/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "52dfa555cefaad128f4eea95b92357f5",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 547,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674669.4629128-32515-68721354095112/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-1722674670.627389-32543-222375145274726/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-1722674670.627389-32543-222375145274726/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 03 August 2024  04:44:31 -0400 (0:00:00.050)       0:01:00.602 ******* 
skipping: [managed_node1] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]})  => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Saturday 03 August 2024  04:44:31 -0400 (0:00:00.047)       0:01:00.649 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 03 August 2024  04:44:31 -0400 (0:00:00.069)       0:01:00.719 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 03 August 2024  04:44:31 -0400 (0:00:00.036)       0:01:00.755 ******* 
changed: [managed_node1] => (item={'name': 'output-files-files_output', 'type': 'output', 'state': 'present', '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'}]}) => {
    "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-1722674671.655136-32567-151056749206128/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 03 August 2024  04:44:32 -0400 (0:00:00.827)       0:01:01.582 ******* 
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-1722674656.7666695-32332-60151261053275/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-1722674656.7666695-32332-60151261053275/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-1722674657.5256183-32332-91764023959455/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-1722674657.5256183-32332-91764023959455/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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                        "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": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                                "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-1722674659.0100646-32384-166041360453694/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 553,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674659.0100646-32384-166041360453694/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-1722674663.6537037-32427-205150627397442/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-1722674663.6537037-32427-205150627397442/source",
                        "state": "file",
                        "uid": 0
                    }
                ]
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                        "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      maxDataSize=\"16384\"\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": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                                "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-1722674664.669377-32451-94614942425165/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 548,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674664.669377-32451-94614942425165/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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
                        "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      maxDataSize=\"16384\"\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=[\"*.us-east-1.aws.redhat.com\"]\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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
                                "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-1722674669.4629128-32515-68721354095112/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "52dfa555cefaad128f4eea95b92357f5",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 547,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674669.4629128-32515-68721354095112/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-1722674670.627389-32543-222375145274726/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-1722674670.627389-32543-222375145274726/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-1722674671.655136-32567-151056749206128/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-1722674671.655136-32567-151056749206128/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 03 August 2024  04:44:32 -0400 (0:00:00.052)       0:01:01.635 ******* 
skipping: [managed_node1] => (item={'name': 'output-files-files_output', 'type': 'output', 'state': 'present', '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'}]})  => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3
Saturday 03 August 2024  04:44:32 -0400 (0:00:00.115)       0:01:01.750 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 03 August 2024  04:44:32 -0400 (0:00:00.065)       0:01:01.816 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 03 August 2024  04:44:32 -0400 (0:00:00.037)       0:01:01.853 ******* 
changed: [managed_node1] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => {
    "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-1722674672.6444743-32591-171424652665443/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 03 August 2024  04:44:33 -0400 (0:00:00.714)       0:01:02.567 ******* 
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-1722674656.7666695-32332-60151261053275/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-1722674656.7666695-32332-60151261053275/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-1722674657.5256183-32332-91764023959455/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-1722674657.5256183-32332-91764023959455/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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                        "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": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                                "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-1722674659.0100646-32384-166041360453694/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 553,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674659.0100646-32384-166041360453694/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-1722674663.6537037-32427-205150627397442/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-1722674663.6537037-32427-205150627397442/source",
                        "state": "file",
                        "uid": 0
                    }
                ]
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                        "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      maxDataSize=\"16384\"\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": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                                "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-1722674664.669377-32451-94614942425165/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 548,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674664.669377-32451-94614942425165/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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
                        "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      maxDataSize=\"16384\"\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=[\"*.us-east-1.aws.redhat.com\"]\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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
                                "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-1722674669.4629128-32515-68721354095112/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "52dfa555cefaad128f4eea95b92357f5",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 547,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674669.4629128-32515-68721354095112/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-1722674670.627389-32543-222375145274726/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-1722674670.627389-32543-222375145274726/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-1722674671.655136-32567-151056749206128/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-1722674671.655136-32567-151056749206128/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-1722674672.6444743-32591-171424652665443/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-1722674672.6444743-32591-171424652665443/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 03 August 2024  04:44:33 -0400 (0:00:00.051)       0:01:02.619 ******* 
skipping: [managed_node1] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]})  => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10
Saturday 03 August 2024  04:44:33 -0400 (0:00:00.081)       0:01:02.701 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 03 August 2024  04:44:33 -0400 (0:00:00.070)       0:01:02.771 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 03 August 2024  04:44:33 -0400 (0:00:00.037)       0:01:02.809 ******* 
changed: [managed_node1] => (item={'name': 'output-forwards-forwards_output', 'type': 'output', 'state': 'present', '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'}]}) => {
    "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-1722674673.6700664-32615-140781564749290/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 03 August 2024  04:44:34 -0400 (0:00:00.783)       0:01:03.592 ******* 
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-1722674656.7666695-32332-60151261053275/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-1722674656.7666695-32332-60151261053275/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-1722674657.5256183-32332-91764023959455/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-1722674657.5256183-32332-91764023959455/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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                        "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": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                                "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-1722674659.0100646-32384-166041360453694/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 553,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674659.0100646-32384-166041360453694/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-1722674663.6537037-32427-205150627397442/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-1722674663.6537037-32427-205150627397442/source",
                        "state": "file",
                        "uid": 0
                    }
                ]
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                        "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      maxDataSize=\"16384\"\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": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                                "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-1722674664.669377-32451-94614942425165/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 548,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674664.669377-32451-94614942425165/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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
                        "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      maxDataSize=\"16384\"\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=[\"*.us-east-1.aws.redhat.com\"]\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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
                                "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-1722674669.4629128-32515-68721354095112/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "52dfa555cefaad128f4eea95b92357f5",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 547,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674669.4629128-32515-68721354095112/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-1722674670.627389-32543-222375145274726/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-1722674670.627389-32543-222375145274726/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-1722674671.655136-32567-151056749206128/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-1722674671.655136-32567-151056749206128/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-1722674672.6444743-32591-171424652665443/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-1722674672.6444743-32591-171424652665443/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-1722674673.6700664-32615-140781564749290/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-1722674673.6700664-32615-140781564749290/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 03 August 2024  04:44:34 -0400 (0:00:00.053)       0:01:03.645 ******* 
skipping: [managed_node1] => (item={'name': 'output-forwards-forwards_output', 'type': 'output', 'state': 'present', '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'}]})  => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217
Saturday 03 August 2024  04:44:34 -0400 (0:00:00.112)       0:01:03.758 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234
Saturday 03 August 2024  04:44:34 -0400 (0:00:00.036)       0:01:03.795 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254
Saturday 03 August 2024  04:44:34 -0400 (0:00:00.041)       0:01:03.837 ******* 

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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275
Saturday 03 August 2024  04:44:34 -0400 (0:00:00.070)       0:01:03.907 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283
Saturday 03 August 2024  04:44:34 -0400 (0:00:00.060)       0:01:03.968 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295
Saturday 03 August 2024  04:44:34 -0400 (0:00:00.043)       0:01:04.011 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307
Saturday 03 August 2024  04:44:34 -0400 (0:00:00.042)       0:01:04.054 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319
Saturday 03 August 2024  04:44:34 -0400 (0:00:00.042)       0:01:04.097 ******* 
changed: [managed_node1] => {
    "changed": true,
    "enabled": true,
    "name": "rsyslog",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "network.target system.slice network-online.target basic.target sysinit.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "rsyslog.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "16384",
        "LimitNOFILESoft": "16384",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "yes",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "yes",
        "ProtectHome": "read-only",
        "ProtectKernelModules": "yes",
        "ProtectKernelTunables": "yes",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "net",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "0",
        "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_settime create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open process_vm_readv process_vm_writev prof profil ptrace putpmsg query_module reboot rtas security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22405",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:327
Saturday 03 August 2024  04:44:35 -0400 (0:00:00.640)       0:01:04.737 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:336
Saturday 03 August 2024  04:44:35 -0400 (0:00:00.036)       0:01:04.774 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:348
Saturday 03 August 2024  04:44:35 -0400 (0:00:00.034)       0:01:04.809 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:355
Saturday 03 August 2024  04:44:35 -0400 (0:00:00.038)       0:01:04.847 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722674595.034611,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "c450afe3bb63a9b0245c69580549cba5c99995d9",
        "ctime": 1722674586.6795657,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 817689,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1686145546.0,
        "nlink": 1,
        "path": "/etc/rsyslog.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 3295,
        "uid": 0,
        "version": "127695110",
        "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Saturday 03 August 2024  04:44:35 -0400 (0:00:00.417)       0:01:05.265 ******* 
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-1722674676.0444949-32673-237924146496520/source",
    "state": "file",
    "uid": 0
}

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 03 August 2024  04:44:36 -0400 (0:00:00.680)       0:01:05.945 ******* 
changed: [managed_node1] => {
    "changed": true,
    "name": "rsyslog",
    "state": "started",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "network-online.target network.target sysinit.target system.slice basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "rsyslog.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "16384",
        "LimitNOFILESoft": "16384",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "yes",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "yes",
        "ProtectHome": "read-only",
        "ProtectKernelModules": "yes",
        "ProtectKernelTunables": "yes",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "net",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "0",
        "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_settime create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open process_vm_readv process_vm_writev prof profil ptrace putpmsg query_module reboot rtas security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22405",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network.target network-online.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
META: ran handlers

TASK [Ensure config file size and counts] **************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:76
Saturday 03 August 2024  04:44:37 -0400 (0:00:00.591)       0:01:06.537 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2
Saturday 03 August 2024  04:44:37 -0400 (0:00:00.066)       0:01:06.603 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722674677.1610546,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "5fe705203b62f654be0460d9893da023dbffb94d",
        "ctime": 1722674676.6250517,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 192938826,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1722674676.3630502,
        "nlink": 1,
        "path": "/etc/rsyslog.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 131,
        "uid": 0,
        "version": "416762331",
        "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7
Saturday 03 August 2024  04:44:37 -0400 (0:00:00.375)       0:01:06.979 ******* 
ok: [managed_node1] => {
    "changed": false,
    "examined": 10,
    "files": [
        {
            "atime": 1722674677.1620545,
            "ctime": 1722674657.4199483,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 104858438,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722674657.0839465,
            "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": 1722674677.1620545,
            "ctime": 1722674658.106952,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 111149894,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722674657.8399506,
            "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": 1722674677.1620545,
            "ctime": 1722674659.58896,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 117441350,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722674659.3229585,
            "nlink": 1,
            "path": "/etc/rsyslog.d/90-input-basics-system_input.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 553,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1722674668.7430093,
            "ctime": 1722674664.232985,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 130024262,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722674663.9669836,
            "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
        },
        {
            "atime": 1722674677.1620545,
            "ctime": 1722674665.2459905,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 136315719,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722674664.981989,
            "nlink": 1,
            "path": "/etc/rsyslog.d/11-input-relp-relp_server0.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 548,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1722674677.1620545,
            "ctime": 1722674670.0410163,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 153092938,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722674669.7740147,
            "nlink": 1,
            "path": "/etc/rsyslog.d/11-input-relp-relp_server1.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 547,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1722674677.1620545,
            "ctime": 1722674671.2050226,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 159384394,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722674670.939021,
            "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": 1722674677.1620545,
            "ctime": 1722674672.236028,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 165675786,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722674671.9670267,
            "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": 1722674677.1620545,
            "ctime": 1722674673.2210333,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 171967306,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722674672.956032,
            "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": 1722674677.1620545,
            "ctime": 1722674674.246039,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 178258762,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722674673.9800375,
            "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
        }
    ],
    "matched": 10
}

TASK [Check rsyslog.conf size (less)] ******************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13
Saturday 03 August 2024  04:44:38 -0400 (0:00:00.497)       0:01:07.476 ******* 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check rsyslog.conf size (more)] ******************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18
Saturday 03 August 2024  04:44:38 -0400 (0:00:00.039)       0:01:07.516 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check file counts in rsyslog.d] ******************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23
Saturday 03 August 2024  04:44:38 -0400 (0:00:00.033)       0:01:07.549 ******* 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check conf files exist] **************************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27
Saturday 03 August 2024  04:44:38 -0400 (0:00:00.037)       0:01:07.587 ******* 
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": 1722674677.1620545,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
        "ctime": 1722674665.2459905,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 136315719,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1722674664.981989,
        "nlink": 1,
        "path": "/etc/rsyslog.d/11-input-relp-relp_server0.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 548,
        "uid": 0,
        "version": "1259049498",
        "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": 1722674677.1620545,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "3db742531c20fdaabeb2221d6cf7bce996163db1",
        "ctime": 1722674670.0410163,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 153092938,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1722674669.7740147,
        "nlink": 1,
        "path": "/etc/rsyslog.d/11-input-relp-relp_server1.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 547,
        "uid": 0,
        "version": "2510378672",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check rsyslog errors] ****************************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35
Saturday 03 August 2024  04:44:39 -0400 (0:00:00.738)       0:01:08.325 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Install lsof] ************************************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:86
Saturday 03 August 2024  04:44:39 -0400 (0:00:00.035)       0:01:08.361 ******* 
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: lsof-4.93.2-1.el8.x86_64"
    ]
}
lsrpackages: lsof

TASK [Check lsof outputs for rsyslogd] *****************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:92
Saturday 03 August 2024  04:44:42 -0400 (0:00:03.451)       0:01:11.812 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": "set -euo pipefail\nlsof -i -nP | grep rsyslogd",
    "delta": "0:00:00.027900",
    "end": "2024-08-03 04:44:42.979853",
    "rc": 0,
    "start": "2024-08-03 04:44:42.951953"
}

STDOUT:

rsyslogd  212981   root    4u  IPv4 408389      0t0  TCP *:6514 (LISTEN)
rsyslogd  212981   root    5u  IPv6 408390      0t0  TCP *:6514 (LISTEN)
rsyslogd  212981   root    6u  IPv4 408392      0t0  TCP *:20514 (LISTEN)
rsyslogd  212981   root    7u  IPv6 408393      0t0  TCP *:20514 (LISTEN)

TASK [Show lsof output] ********************************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:99
Saturday 03 August 2024  04:44:43 -0400 (0:00:00.506)       0:01:12.318 ******* 
ok: [managed_node1] => {}

MSG:

lsof returned rsyslogd  212981   root    4u  IPv4 408389      0t0  TCP *:6514 (LISTEN)
rsyslogd  212981   root    5u  IPv6 408390      0t0  TCP *:6514 (LISTEN)
rsyslogd  212981   root    6u  IPv4 408392      0t0  TCP *:20514 (LISTEN)
rsyslogd  212981   root    7u  IPv6 408393      0t0  TCP *:20514 (LISTEN)

TASK [Check port 6514, 20514 are open for TCP] *********************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:103
Saturday 03 August 2024  04:44:43 -0400 (0:00:00.036)       0:01:12.354 ******* 
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.020407",
    "end": "2024-08-03 04:44:43.406348",
    "item": 6514,
    "rc": 0,
    "start": "2024-08-03 04:44:43.385941"
}

STDOUT:

rsyslogd  212981   root    4u  IPv4 408389      0t0  TCP *:6514 (LISTEN)
rsyslogd  212981   root    5u  IPv6 408390      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.019569",
    "end": "2024-08-03 04:44:43.765957",
    "item": 20514,
    "rc": 0,
    "start": "2024-08-03 04:44:43.746388"
}

STDOUT:

rsyslogd  212981   root    6u  IPv4 408392      0t0  TCP *:20514 (LISTEN)
rsyslogd  212981   root    7u  IPv6 408393      0t0  TCP *:20514 (LISTEN)

TASK [Check the flows in relp_server0 - 0] *************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:111
Saturday 03 August 2024  04:44:43 -0400 (0:00:00.748)       0:01:13.103 ******* 
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.004566",
    "end": "2024-08-03 04:44:44.149802",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-03 04:44:44.145236"
}

STDOUT:

2

TASK [Check the flows in relp_server0 - 1] *************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:119
Saturday 03 August 2024  04:44:44 -0400 (0:00:00.385)       0:01:13.489 ******* 
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.005269",
    "end": "2024-08-03 04:44:44.530687",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-03 04:44:44.525418"
}

STDOUT:

1

TASK [Check the ca cert in relp_server0 - 0] ***********************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:127
Saturday 03 August 2024  04:44:44 -0400 (0:00:00.382)       0:01:13.871 ******* 
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.004734",
    "end": "2024-08-03 04:44:44.907093",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-03 04:44:44.902359"
}

STDOUT:

1

TASK [Check the ca cert in relp_server0 - 1] ***********************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:135
Saturday 03 August 2024  04:44:44 -0400 (0:00:00.375)       0:01:14.246 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722674649.3199048,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "e357af9c820f9f1968fecde866fd049fc81cd641",
        "ctime": 1722674649.3169048,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 6986539,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1722674649.3169048,
        "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": "928065286",
        "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:139
Saturday 03 August 2024  04:44:45 -0400 (0:00:00.378)       0:01:14.624 ******* 
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.005836",
    "end": "2024-08-03 04:44:45.661495",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-03 04:44:45.655659"
}

STDOUT:

1

TASK [Check the cert in relp_server0 - 1] **************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:147
Saturday 03 August 2024  04:44:45 -0400 (0:00:00.378)       0:01:15.003 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722674649.3199048,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "e357af9c820f9f1968fecde866fd049fc81cd641",
        "ctime": 1722674649.3169048,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 6986539,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1722674649.3169048,
        "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": "928065286",
        "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:151
Saturday 03 August 2024  04:44:46 -0400 (0:00:00.410)       0:01:15.414 ******* 
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.004814",
    "end": "2024-08-03 04:44:46.451180",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-03 04:44:46.446366"
}

STDOUT:

1

TASK [Check the private key in relp_server0 - 1] *******************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:159
Saturday 03 August 2024  04:44:46 -0400 (0:00:00.376)       0:01:15.790 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722674677.1700547,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "dbf0f2d85a71ab888b6f77a23ccb50dfe470e87a",
        "ctime": 1722674649.3169048,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 6897800,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1722674649.3169048,
        "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": "941139346",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check tls.permittedpeer in relp_server0] *********************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:163
Saturday 03 August 2024  04:44:46 -0400 (0:00:00.377)       0:01:16.167 ******* 
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.004693",
    "end": "2024-08-03 04:44:47.201635",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-03 04:44:47.196942"
}

STDOUT:

1

TASK [Check tls.permittedpeer in relp_server1] *********************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:171
Saturday 03 August 2024  04:44:47 -0400 (0:00:00.373)       0:01:16.541 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": "set -euo pipefail; grep \"tls.permittedpeer=\\[\\\"\\*.us-east-1.aws.redhat.com\\\"\\]\" \"/etc/rsyslog.d/11-input-relp-relp_server1.conf\" | wc -l",
    "delta": "0:00:00.004536",
    "end": "2024-08-03 04:44:47.576342",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-03 04:44:47.571806"
}

STDOUT:

1

TASK [Check maxDataSize is logging_max_message_size] ***************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:182
Saturday 03 August 2024  04:44:47 -0400 (0:00:00.375)       0:01:16.916 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "grep",
        "-c",
        "maxDataSize=\"16384\"",
        "/etc/rsyslog.d/11-input-relp-relp_server0.conf"
    ],
    "delta": "0:00:00.002767",
    "end": "2024-08-03 04:44:47.952043",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-03 04:44:47.949276"
}

STDOUT:

1

TASK [Check preserveFQDN is on] ************************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:193
Saturday 03 August 2024  04:44:48 -0400 (0:00:00.375)       0:01:17.292 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "grep",
        "-c",
        "preserveFQDN=\"on\"",
        "/etc/rsyslog.d/00-global.conf"
    ],
    "delta": "0:00:00.002540",
    "end": "2024-08-03 04:44:48.324467",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-03 04:44:48.321927"
}

STDOUT:

1

TASK [Check ports managed by firewall and selinux] *****************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:199
Saturday 03 August 2024  04:44:48 -0400 (0:00:00.404)       0:01:17.696 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Saturday 03 August 2024  04:44:48 -0400 (0:00:00.071)       0:01:17.768 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Saturday 03 August 2024  04:44:48 -0400 (0:00:00.036)       0:01:17.804 ******* 
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.301143",
    "end": "2024-08-03 04:44:49.145279",
    "item": 6514,
    "rc": 0,
    "start": "2024-08-03 04:44:48.844136"
}

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.298486",
    "end": "2024-08-03 04:44:49.781658",
    "item": 20514,
    "rc": 0,
    "start": "2024-08-03 04:44:49.483172"
}

STDOUT:

6514/tcp 20514/tcp

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Saturday 03 August 2024  04:44:49 -0400 (0:00:01.315)       0:01:19.120 ******* 

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Saturday 03 August 2024  04:44:49 -0400 (0:00:00.033)       0:01:19.154 ******* 
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.809465",
    "end": "2024-08-03 04:44:50.998145",
    "item": 6514,
    "rc": 0,
    "start": "2024-08-03 04:44:50.188680"
}

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.543983",
    "end": "2024-08-03 04:44:51.877522",
    "item": 20514,
    "rc": 0,
    "start": "2024-08-03 04:44:51.333539"
}

STDOUT:

syslog_tls_port_t              tcp      6514, 20514

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Saturday 03 August 2024  04:44:51 -0400 (0:00:02.061)       0:01:21.215 ******* 

TASK [Set firewall and selinux to false for cleanup] ***************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:202
Saturday 03 August 2024  04:44:51 -0400 (0:00:00.034)       0:01:21.250 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:207
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.034)       0:01:21.284 ******* 

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.090)       0:01:21.375 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.041)       0:01:21.417 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "rsyslog_outputs": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.041)       0:01:21.459 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.073)       0:01:21.532 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.040)       0:01:21.572 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.041)       0:01:21.614 ******* 

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.033)       0:01:21.647 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.071)       0:01:21.719 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.040)       0:01:21.760 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.040)       0:01:21.800 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.039)       0:01:21.839 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.038)       0:01:21.878 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.038)       0:01:21.916 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.077)       0:01:21.994 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.040)       0:01:22.034 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.039)       0:01:22.073 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.038)       0:01:22.112 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.038)       0:01:22.151 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.039)       0:01:22.190 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 03 August 2024  04:44:52 -0400 (0:00:00.039)       0:01:22.229 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.038)       0:01:22.268 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.038)       0:01:22.307 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.039)       0:01:22.346 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.109)       0:01:22.456 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.039)       0:01:22.496 ******* 

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.034)       0:01:22.530 ******* 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.033)       0:01:22.564 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.041)       0:01:22.606 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.075)       0:01:22.682 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.038)       0:01:22.720 ******* 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.033)       0:01:22.754 ******* 

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.033)       0:01:22.787 ******* 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.034)       0:01:22.821 ******* 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.033)       0:01:22.855 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.074)       0:01:22.930 ******* 
included: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed_node1

TASK [Generate certificates] ***************************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.077)       0:01:23.008 ******* 

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.067)       0:01:23.075 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.065)       0:01:23.141 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.048)       0:01:23.189 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.038)       0:01:23.228 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 03 August 2024  04:44:53 -0400 (0:00:00.038)       0:01:23.266 ******* 
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"
}
skipping: [managed_node1] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 03 August 2024  04:44:54 -0400 (0:00:00.101)       0:01:23.368 ******* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: python3-cryptography python3-dbus python3-pyasn1

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 03 August 2024  04:44:56 -0400 (0:00:02.814)       0:01:26.182 ******* 
ok: [managed_node1] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: certmonger

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 03 August 2024  04:44:59 -0400 (0:00:02.541)       0:01:28.724 ******* 
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": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 03 August 2024  04:44:59 -0400 (0:00:00.397)       0:01:29.122 ******* 
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": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 03 August 2024  04:45:00 -0400 (0:00:00.428)       0:01:29.550 ******* 
ok: [managed_node1] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "enabled": true,
    "name": "certmonger",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "ActiveEnterTimestampMonotonic": "1553473524",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "dbus.service sysinit.target system.slice dbus.socket syslog.target basic.target network.target systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "AssertTimestampMonotonic": "1553461692",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedorahosted.certmonger",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "ConditionTimestampMonotonic": "1553461691",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/certmonger.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Certificate monitoring and PKI enrollment",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "208762",
        "ExecMainStartTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "ExecMainStartTimestampMonotonic": "1553462813",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "certmonger.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "InactiveExitTimestampMonotonic": "1553462861",
        "InvocationID": "49d79a88cdc449ffb0b467f986678861",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "208762",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "2072576",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "certmonger.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PIDFile": "/run/certmonger.pid",
        "PartOf": "dbus.service",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "dbus.socket system.slice sysinit.target",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "StateChangeTimestampMonotonic": "1553473524",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "22405",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "WatchdogTimestampMonotonic": "1553473522",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 03 August 2024  04:45:00 -0400 (0:00:00.534)       0:01:30.085 ******* 
changed: [managed_node1] => (item={'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}) => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 03 August 2024  04:45:01 -0400 (0:00:01.086)       0:01:31.172 ******* 
skipping: [managed_node1] => (item=['cert', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}])  => {
    "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=['key', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}])  => {
    "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=['ca', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}])  => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 03 August 2024  04:45:01 -0400 (0:00:00.058)       0:01:31.231 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 03 August 2024  04:45:02 -0400 (0:00:00.040)       0:01:31.271 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 03 August 2024  04:45:02 -0400 (0:00:00.040)       0:01:31.312 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 03 August 2024  04:45:02 -0400 (0:00:00.078)       0:01:31.390 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 03 August 2024  04:45:02 -0400 (0:00:00.043)       0:01:31.433 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 03 August 2024  04:45:02 -0400 (0:00:00.043)       0:01:31.477 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 03 August 2024  04:45:02 -0400 (0:00:00.042)       0:01:31.520 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 03 August 2024  04:45:02 -0400 (0:00:00.043)       0:01:31.563 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 03 August 2024  04:45:02 -0400 (0:00:00.043)       0:01:31.607 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 03 August 2024  04:45:02 -0400 (0:00:00.043)       0:01:31.650 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 03 August 2024  04:45:02 -0400 (0:00:00.059)       0:01:31.710 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 03 August 2024  04:45:02 -0400 (0:00:00.061)       0:01:31.771 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 03 August 2024  04:45:02 -0400 (0:00:00.046)       0:01:31.818 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 03 August 2024  04:45:02 -0400 (0:00:00.076)       0:01:31.894 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 03 August 2024  04:45:02 -0400 (0:00:00.037)       0:01:31.932 ******* 
ok: [managed_node1] => (item=/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed_node1] => (item=/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 03 August 2024  04:45:02 -0400 (0:00:00.089)       0:01:32.021 ******* 
skipping: [managed_node1] => (item=/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 03 August 2024  04:45:02 -0400 (0:00:00.081)       0:01:32.103 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 03 August 2024  04:45:02 -0400 (0:00:00.086)       0:01:32.190 ******* 
ok: [managed_node1] => (item=iproute) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "rpm",
        "-V",
        "iproute"
    ],
    "delta": "0:00:00.030677",
    "end": "2024-08-03 04:45:03.273681",
    "failed_when_result": false,
    "item": "iproute",
    "rc": 0,
    "start": "2024-08-03 04:45:03.243004",
    "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.052166",
    "end": "2024-08-03 04:45:03.676862",
    "failed_when_result": false,
    "item": "rsyslog",
    "rc": 1,
    "start": "2024-08-03 04:45:03.624696",
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 03 August 2024  04:45:03 -0400 (0:00:00.828)       0:01:33.018 ******* 
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: rsyslog-relp-8.2102.0-15.el8.x86_64",
        "Removed: rsyslog-8.2102.0-15.el8.x86_64",
        "Removed: iproute-6.2.0-5.el8.x86_64"
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 03 August 2024  04:45:07 -0400 (0:00:03.825)       0:01:36.844 ******* 
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: iproute-6.2.0-5.el8.x86_64",
        "Installed: rsyslog-8.2102.0-15.el8.x86_64"
    ]
}
lsrpackages: iproute rsyslog

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 03 August 2024  04:45:11 -0400 (0:00:03.844)       0:01:40.688 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Saturday 03 August 2024  04:45:11 -0400 (0:00:00.035)       0:01:40.724 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "1.40.16"
                }
            ],
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-libnm",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "1.40.16"
                }
            ],
            "NetworkManager-team": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-team",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "1.40.16"
                }
            ],
            "NetworkManager-tui": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-tui",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "1.40.16"
                }
            ],
            "acl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "acl",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.2.53"
                }
            ],
            "aspell": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "aspell",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "0.60.6.1"
                }
            ],
            "audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.1.2"
                }
            ],
            "audit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-libs",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.1.2"
                }
            ],
            "authselect": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "authselect-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-compat",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "authselect-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-libs",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "avahi-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "avahi-libs",
                    "release": "27.el8",
                    "source": "rpm",
                    "version": "0.7"
                }
            ],
            "basesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "basesystem",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "bash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bash",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "4.4.20"
                }
            ],
            "bc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bc",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.07.1"
                }
            ],
            "bind-export-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 32,
                    "name": "bind-export-libs",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "9.11.36"
                }
            ],
            "binutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils",
                    "release": "123.el8",
                    "source": "rpm",
                    "version": "2.30"
                }
            ],
            "biosdevname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "biosdevname",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.7.3"
                }
            ],
            "bison": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bison",
                    "release": "10.el8",
                    "source": "rpm",
                    "version": "3.0.4"
                }
            ],
            "boost-atomic": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-atomic",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-chrono": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-chrono",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-date-time": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-date-time",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-filesystem",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-system": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-system",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-thread": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-thread",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-timer": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-timer",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "brotli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "brotli",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.0.6"
                }
            ],
            "bzip2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bzip2-libs",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.0.6"
                }
            ],
            "c-ares": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "c-ares",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.13.0"
                }
            ],
            "ca-certificates": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ca-certificates",
                    "release": "80.0.el8",
                    "source": "rpm",
                    "version": "2023.2.60_v7.0.306"
                }
            ],
            "centos-gpg-keys": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "centos-gpg-keys",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "8"
                }
            ],
            "centos-stream-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-stream-release",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "8.6"
                }
            ],
            "centos-stream-repos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-stream-repos",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "8"
                }
            ],
            "certmonger": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "certmonger",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.79.17"
                }
            ],
            "checkpolicy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "checkpolicy",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "chkconfig": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chkconfig",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.19.2"
                }
            ],
            "chrony": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chrony",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "4.5"
                }
            ],
            "cloud-utils-growpart": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-utils-growpart",
                    "release": "0.el8",
                    "source": "rpm",
                    "version": "0.33"
                }
            ],
            "coreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "8.30"
                }
            ],
            "coreutils-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils-common",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "8.30"
                }
            ],
            "cpio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpio",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2.12"
                }
            ],
            "cpp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpp",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "cracklib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "2.9.6"
                }
            ],
            "cracklib-dicts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib-dicts",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "2.9.6"
                }
            ],
            "cronie": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cronie",
                    "release": "10.el8",
                    "source": "rpm",
                    "version": "1.5.2"
                }
            ],
            "cronie-anacron": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cronie-anacron",
                    "release": "10.el8",
                    "source": "rpm",
                    "version": "1.5.2"
                }
            ],
            "crontabs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crontabs",
                    "release": "17.20190603git.el8",
                    "source": "rpm",
                    "version": "1.11"
                }
            ],
            "crypto-policies": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies",
                    "release": "1.git3177e06.el8",
                    "source": "rpm",
                    "version": "20230731"
                }
            ],
            "crypto-policies-scripts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies-scripts",
                    "release": "1.git3177e06.el8",
                    "source": "rpm",
                    "version": "20230731"
                }
            ],
            "cryptsetup-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup-libs",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "2.3.7"
                }
            ],
            "curl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "curl",
                    "release": "34.el8",
                    "source": "rpm",
                    "version": "7.61.1"
                }
            ],
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-lib",
                    "release": "6.el8_5",
                    "source": "rpm",
                    "version": "2.1.27"
                }
            ],
            "dbus": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.12.8"
                }
            ],
            "dbus-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "dbus-common",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.12.8"
                }
            ],
            "dbus-daemon": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-daemon",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.12.8"
                }
            ],
            "dbus-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dbus-glib",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.110"
                }
            ],
            "dbus-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-libs",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.12.8"
                }
            ],
            "dbus-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-tools",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.12.8"
                }
            ],
            "device-mapper": [
                {
                    "arch": "x86_64",
                    "epoch": 8,
                    "name": "device-mapper",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "1.02.181"
                }
            ],
            "device-mapper-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 8,
                    "name": "device-mapper-libs",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "1.02.181"
                }
            ],
            "dhcp-common": [
                {
                    "arch": "noarch",
                    "epoch": 12,
                    "name": "dhcp-common",
                    "release": "50.el8",
                    "source": "rpm",
                    "version": "4.3.6"
                }
            ],
            "dhcp-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "dhcp-libs",
                    "release": "50.el8",
                    "source": "rpm",
                    "version": "4.3.6"
                }
            ],
            "diffutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "diffutils",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "dmidecode": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dmidecode",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "dnf-data": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-data",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-plugins-core",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "4.0.21"
                }
            ],
            "dracut": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut",
                    "release": "233.git20240115.el8",
                    "source": "rpm",
                    "version": "049"
                }
            ],
            "dracut-config-rescue": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-config-rescue",
                    "release": "233.git20240115.el8",
                    "source": "rpm",
                    "version": "049"
                }
            ],
            "dracut-squash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-squash",
                    "release": "233.git20240115.el8",
                    "source": "rpm",
                    "version": "049"
                }
            ],
            "dyninst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dyninst",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "12.1.0"
                }
            ],
            "e2fsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.45.6"
                }
            ],
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs-libs",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.45.6"
                }
            ],
            "efivar-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "efivar-libs",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "37"
                }
            ],
            "elfutils-debuginfod-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-debuginfod-client-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client-devel",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "elfutils-default-yama-scope",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-devel",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-libelf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-libelf-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf-devel",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libs",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "emacs-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "emacs-filesystem",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "26.1"
                }
            ],
            "epel-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "epel-release",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "8"
                }
            ],
            "ethtool": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ethtool",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "5.13"
                }
            ],
            "expat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "expat",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "2.2.5"
                }
            ],
            "file": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "5.33"
                }
            ],
            "file-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file-libs",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "5.33"
                }
            ],
            "filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "filesystem",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "3.8"
                }
            ],
            "findutils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "findutils",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "4.6.0"
                }
            ],
            "firewalld": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.9.11"
                }
            ],
            "firewalld-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld-filesystem",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.9.11"
                }
            ],
            "flex": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "flex",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "2.6.1"
                }
            ],
            "freetype": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "freetype",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "fuse-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse-libs",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "2.9.7"
                }
            ],
            "gawk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "gcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gcc",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "gdbm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "gdbm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm-libs",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "gdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gdisk",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.0.3"
                }
            ],
            "geolite2-city": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "geolite2-city",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "20180605"
                }
            ],
            "geolite2-country": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "geolite2-country",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "20180605"
                }
            ],
            "gettext": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext",
                    "release": "17.el8",
                    "source": "rpm",
                    "version": "0.19.8.1"
                }
            ],
            "gettext-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-libs",
                    "release": "17.el8",
                    "source": "rpm",
                    "version": "0.19.8.1"
                }
            ],
            "git": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.43.0"
                }
            ],
            "git-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git-core",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.43.0"
                }
            ],
            "git-core-doc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "git-core-doc",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.43.0"
                }
            ],
            "glib2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib2",
                    "release": "163.el8",
                    "source": "rpm",
                    "version": "2.56.4"
                }
            ],
            "glibc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "glibc-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-common",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "glibc-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-devel",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "glibc-gconv-extra": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-gconv-extra",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "glibc-headers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-headers",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "glibc-langpack-en": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-langpack-en",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "gmp": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gmp",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "6.1.2"
                }
            ],
            "gnupg2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.2.20"
                }
            ],
            "gnupg2-smime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2-smime",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.2.20"
                }
            ],
            "gnutls": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls",
                    "release": "8.el8.1",
                    "source": "rpm",
                    "version": "3.6.16"
                }
            ],
            "gobject-introspection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gobject-introspection",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.56.1"
                }
            ],
            "gpg-pubkey": [
                {
                    "arch": null,
                    "epoch": null,
                    "name": "gpg-pubkey",
                    "release": "5ccc5b19",
                    "source": "rpm",
                    "version": "8483c65d"
                },
                {
                    "arch": null,
                    "epoch": null,
                    "name": "gpg-pubkey",
                    "release": "5cf7cefb",
                    "source": "rpm",
                    "version": "2f86d6a1"
                }
            ],
            "gpgme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpgme",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.13.1"
                }
            ],
            "gpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpm-libs",
                    "release": "17.el8",
                    "source": "rpm",
                    "version": "1.20.7"
                }
            ],
            "grep": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grep",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "groff-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "groff-base",
                    "release": "18.el8",
                    "source": "rpm",
                    "version": "1.22.3"
                }
            ],
            "grub2-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-common",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grub2-pc": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-pc",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grub2-pc-modules": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-pc-modules",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grub2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grub2-tools-extra": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-extra",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-minimal",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grubby": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grubby",
                    "release": "48.el8",
                    "source": "rpm",
                    "version": "8.40"
                }
            ],
            "gssproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gssproxy",
                    "release": "21.el8",
                    "source": "rpm",
                    "version": "0.8.0"
                }
            ],
            "gzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gzip",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "hardlink": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "hardlink",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.3"
                }
            ],
            "hdparm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hdparm",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "9.54"
                }
            ],
            "hostname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hostname",
                    "release": "7.el8.0.1",
                    "source": "rpm",
                    "version": "3.20"
                }
            ],
            "hwdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hwdata",
                    "release": "8.22.el8",
                    "source": "rpm",
                    "version": "0.314"
                }
            ],
            "ima-evm-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ima-evm-utils",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.3.2"
                }
            ],
            "info": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "info",
                    "release": "7.el8_5",
                    "source": "rpm",
                    "version": "6.5"
                }
            ],
            "initscripts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "initscripts",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "10.00.18"
                }
            ],
            "ipcalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipcalc",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.2.4"
                }
            ],
            "iproute": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iproute",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "6.2.0"
                }
            ],
            "iprutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iprutils",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.4.19"
                }
            ],
            "ipset": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipset",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "7.1"
                }
            ],
            "ipset-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipset-libs",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "7.1"
                }
            ],
            "iptables": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.8.5"
                }
            ],
            "iptables-ebtables": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-ebtables",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.8.5"
                }
            ],
            "iptables-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-libs",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.8.5"
                }
            ],
            "iputils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iputils",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "20180629"
                }
            ],
            "irqbalance": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "irqbalance",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.9.2"
                }
            ],
            "isl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "isl",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.16.1"
                }
            ],
            "iwl100-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl100-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "39.31.5.1"
                }
            ],
            "iwl1000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "iwl1000-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "39.31.5.1"
                }
            ],
            "iwl105-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl105-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl135-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl135-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl2000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl2000-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl2030-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl2030-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl3160-firmware": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "iwl3160-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "25.30.13.0"
                }
            ],
            "iwl5000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl5000-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "8.83.5.1_1"
                }
            ],
            "iwl5150-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl5150-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "8.24.2.2"
                }
            ],
            "iwl6000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl6000-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "9.221.4.1"
                }
            ],
            "iwl6000g2a-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl6000g2a-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl6050-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl6050-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "41.28.5.1"
                }
            ],
            "iwl7260-firmware": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "iwl7260-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "25.30.13.0"
                }
            ],
            "jansson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jansson",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.14"
                }
            ],
            "jq": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jq",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "json-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-c",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.13.1"
                }
            ],
            "kbd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kbd",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2.0.4"
                }
            ],
            "kbd-legacy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-legacy",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2.0.4"
                }
            ],
            "kbd-misc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-misc",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2.0.4"
                }
            ],
            "kernel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-core",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-devel",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-headers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-headers",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-modules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-tools",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-tools-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-tools-libs",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "keyutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.5.10"
                }
            ],
            "keyutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.5.10"
                }
            ],
            "keyutils-libs-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs-devel",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.5.10"
                }
            ],
            "kmod": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "25"
                }
            ],
            "kmod-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod-libs",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "25"
                }
            ],
            "kpartx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kpartx",
                    "release": "41.el8",
                    "source": "rpm",
                    "version": "0.8.4"
                }
            ],
            "krb5-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-devel",
                    "release": "27.el8",
                    "source": "rpm",
                    "version": "1.18.2"
                }
            ],
            "krb5-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-libs",
                    "release": "27.el8",
                    "source": "rpm",
                    "version": "1.18.2"
                }
            ],
            "langpacks-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-en",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.0"
                }
            ],
            "less": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "less",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "530"
                }
            ],
            "libacl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libacl",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.2.53"
                }
            ],
            "libarchive": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libarchive",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "3.3.3"
                }
            ],
            "libassuan": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libassuan",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "libattr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libattr",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.4.48"
                }
            ],
            "libbasicobjects": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbasicobjects",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "0.1.1"
                }
            ],
            "libblkid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblkid",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "libbpf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbpf",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libcap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "2.48"
                }
            ],
            "libcap-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.7.11"
                }
            ],
            "libcollection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcollection",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcom_err": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.45.6"
                }
            ],
            "libcom_err-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err-devel",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.45.6"
                }
            ],
            "libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcomps",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.1.18"
                }
            ],
            "libcroco": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcroco",
                    "release": "4.el8_2.1",
                    "source": "rpm",
                    "version": "0.6.12"
                }
            ],
            "libcurl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcurl",
                    "release": "34.el8",
                    "source": "rpm",
                    "version": "7.61.1"
                }
            ],
            "libdaemon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdaemon",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "0.14"
                }
            ],
            "libdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdb",
                    "release": "42.el8_4",
                    "source": "rpm",
                    "version": "5.3.28"
                }
            ],
            "libdb-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdb-utils",
                    "release": "42.el8_4",
                    "source": "rpm",
                    "version": "5.3.28"
                }
            ],
            "libdhash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdhash",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdnf",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "0.63.0"
                }
            ],
            "libedit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libedit",
                    "release": "23.20170329cvs.el8",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libestr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libestr",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.1.10"
                }
            ],
            "libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libev",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "4.24"
                }
            ],
            "libevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevent",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "2.1.8"
                }
            ],
            "libfastjson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfastjson",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.99.9"
                }
            ],
            "libfdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfdisk",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "libffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libffi",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libgcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcc",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "libgcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcrypt",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "1.8.5"
                }
            ],
            "libgomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgomp",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "libgpg-error": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgpg-error",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.31"
                }
            ],
            "libibverbs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libibverbs",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "48.0"
                }
            ],
            "libidn2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libidn2",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.2.0"
                }
            ],
            "libini_config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libini_config",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libkadm5": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkadm5",
                    "release": "27.el8",
                    "source": "rpm",
                    "version": "1.18.2"
                }
            ],
            "libkcapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libkcapi-hmaccalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hmaccalc",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libksba": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libksba",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.3.5"
                }
            ],
            "libldb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libldb",
                    "release": "0.el8",
                    "source": "rpm",
                    "version": "2.8.0"
                }
            ],
            "liblognorm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "liblognorm",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "2.0.5"
                }
            ],
            "libmaxminddb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmaxminddb",
                    "release": "10.el8.1",
                    "source": "rpm",
                    "version": "1.2.0"
                }
            ],
            "libmetalink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmetalink",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "0.1.3"
                }
            ],
            "libmnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmnl",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.0.4"
                }
            ],
            "libmodulemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmodulemd",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.13.0"
                }
            ],
            "libmount": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmount",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "libmpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmpc",
                    "release": "9.1.el8",
                    "source": "rpm",
                    "version": "1.1.0"
                }
            ],
            "libndp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libndp",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.7"
                }
            ],
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnetfilter_conntrack",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.0.6"
                }
            ],
            "libnfnetlink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnfnetlink",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.0.1"
                }
            ],
            "libnfsidmap": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libnfsidmap",
                    "release": "59.el8",
                    "source": "rpm",
                    "version": "2.3.3"
                }
            ],
            "libnftnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnftnl",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.2.2"
                }
            ],
            "libnghttp2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnghttp2",
                    "release": "6.el8.1",
                    "source": "rpm",
                    "version": "1.33.0"
                }
            ],
            "libnl3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.7.0"
                }
            ],
            "libnl3-cli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3-cli",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.7.0"
                }
            ],
            "libnsl2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnsl2",
                    "release": "2.20180605git4a062cf.el8",
                    "source": "rpm",
                    "version": "1.2.0"
                }
            ],
            "libpath_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpath_utils",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libpcap": [
                {
                    "arch": "x86_64",
                    "epoch": 14,
                    "name": "libpcap",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.9.1"
                }
            ],
            "libpipeline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpipeline",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "libpkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpkgconf",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.2"
                }
            ],
            "libpng": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libpng",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.6.34"
                }
            ],
            "libpsl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpsl",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.20.2"
                }
            ],
            "libpwquality": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpwquality",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.4.4"
                }
            ],
            "libref_array": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libref_array",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "0.1.5"
                }
            ],
            "librelp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librelp",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.9.0"
                }
            ],
            "librepo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librepo",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.14.2"
                }
            ],
            "libreport-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libreport-filesystem",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libseccomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libseccomp",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.5.2"
                }
            ],
            "libsecret": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsecret",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.18.6"
                }
            ],
            "libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libselinux-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-devel",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libselinux-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-utils",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsemanage",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libsepol": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libsepol-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol-devel",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libsigsegv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsigsegv",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "2.11"
                }
            ],
            "libsmartcols": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsmartcols",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "libsolv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsolv",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.7.20"
                }
            ],
            "libss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libss",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.45.6"
                }
            ],
            "libssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libssh",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "0.9.6"
                }
            ],
            "libssh-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libssh-config",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "0.9.6"
                }
            ],
            "libsss_autofs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_autofs",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libsss_certmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_certmap",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libsss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_idmap",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libsss_nss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_nss_idmap",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libsss_sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_sudo",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libstdc++": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstdc++",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "libsysfs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsysfs",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "libtalloc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtalloc",
                    "release": "0.el8",
                    "source": "rpm",
                    "version": "2.4.1"
                }
            ],
            "libtasn1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtasn1",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "4.13"
                }
            ],
            "libtdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtdb",
                    "release": "0.el8",
                    "source": "rpm",
                    "version": "1.4.9"
                }
            ],
            "libteam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libteam",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.31"
                }
            ],
            "libtevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtevent",
                    "release": "0.el8",
                    "source": "rpm",
                    "version": "0.16.0"
                }
            ],
            "libtirpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtirpc",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.1.4"
                }
            ],
            "libunistring": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libunistring",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.9.9"
                }
            ],
            "libusbx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libusbx",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.0.23"
                }
            ],
            "libuser": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuser",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "0.62"
                }
            ],
            "libutempter": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libutempter",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "1.1.6"
                }
            ],
            "libuuid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuuid",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "libverto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libverto-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto-devel",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libverto-libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto-libev",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libxcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "4.1.1"
                }
            ],
            "libxcrypt-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt-devel",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "4.1.1"
                }
            ],
            "libxkbcommon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxkbcommon",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.9.1"
                }
            ],
            "libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxml2",
                    "release": "18.el8",
                    "source": "rpm",
                    "version": "2.9.7"
                }
            ],
            "libxslt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxslt",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.1.32"
                }
            ],
            "libyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libyaml",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "0.1.7"
                }
            ],
            "libzstd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.4"
                }
            ],
            "libzstd-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd-devel",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.4"
                }
            ],
            "linux-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware",
                    "release": "121.gitb3132c18.el8",
                    "source": "rpm",
                    "version": "20240111"
                }
            ],
            "lmdb-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lmdb-libs",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.9.24"
                }
            ],
            "logrotate": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "logrotate",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "3.14.0"
                }
            ],
            "lshw": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lshw",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "B.02.19.2"
                }
            ],
            "lsof": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lsof",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "4.93.2"
                }
            ],
            "lsscsi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lsscsi",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.32"
                }
            ],
            "lua-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lua-libs",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "5.3.4"
                }
            ],
            "lz4-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lz4-libs",
                    "release": "3.el8_4",
                    "source": "rpm",
                    "version": "1.8.3"
                }
            ],
            "lzo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lzo",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "2.08"
                }
            ],
            "m4": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "m4",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "1.4.18"
                }
            ],
            "make": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "make",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "man-db": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "man-db",
                    "release": "18.el8",
                    "source": "rpm",
                    "version": "2.7.6.1"
                }
            ],
            "memstrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "memstrack",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "microcode_ctl": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "microcode_ctl",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "20230808"
                }
            ],
            "mokutil": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "mokutil",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "0.3.0"
                }
            ],
            "mozjs60": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mozjs60",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "60.9.0"
                }
            ],
            "mpfr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpfr",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.1.6"
                }
            ],
            "ncurses": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses",
                    "release": "10.20180224.el8",
                    "source": "rpm",
                    "version": "6.1"
                }
            ],
            "ncurses-base": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ncurses-base",
                    "release": "10.20180224.el8",
                    "source": "rpm",
                    "version": "6.1"
                }
            ],
            "ncurses-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses-libs",
                    "release": "10.20180224.el8",
                    "source": "rpm",
                    "version": "6.1"
                }
            ],
            "nettle": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nettle",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.4.1"
                }
            ],
            "newt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "newt",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "0.52.20"
                }
            ],
            "nfs-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nfs-utils",
                    "release": "59.el8",
                    "source": "rpm",
                    "version": "2.3.3"
                }
            ],
            "nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nftables",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.0.4"
                }
            ],
            "npth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "npth",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.5"
                }
            ],
            "nspr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nspr",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "4.35.0"
                }
            ],
            "nss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "nss-softokn": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn-freebl",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "nss-sysinit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-sysinit",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "nss-util": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-util",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "numactl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "numactl-libs",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "2.0.16"
                }
            ],
            "oddjob": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oddjob",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.34.7"
                }
            ],
            "oddjob-mkhomedir": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oddjob-mkhomedir",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.34.7"
                }
            ],
            "oniguruma": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oniguruma",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "6.8.2"
                }
            ],
            "openldap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openldap",
                    "release": "18.el8",
                    "source": "rpm",
                    "version": "2.4.46"
                }
            ],
            "openssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "8.0p1"
                }
            ],
            "openssh-clients": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-clients",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "8.0p1"
                }
            ],
            "openssh-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-server",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "8.0p1"
                }
            ],
            "openssl": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.1.1k"
                }
            ],
            "openssl-devel": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-devel",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.1.1k"
                }
            ],
            "openssl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-libs",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.1.1k"
                }
            ],
            "openssl-pkcs11": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssl-pkcs11",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.4.10"
                }
            ],
            "os-prober": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "os-prober",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.74"
                }
            ],
            "p11-kit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.23.22"
                }
            ],
            "p11-kit-trust": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit-trust",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.23.22"
                }
            ],
            "pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam",
                    "release": "33.el8",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "parted": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "parted",
                    "release": "39.el8",
                    "source": "rpm",
                    "version": "3.2"
                }
            ],
            "passwd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "passwd",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.80"
                }
            ],
            "pciutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pciutils-libs",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "3.7.0"
                }
            ],
            "pcre": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "8.42"
                }
            ],
            "pcre2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "10.32"
                }
            ],
            "pcre2-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2-devel",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "10.32"
                }
            ],
            "pcre2-utf16": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2-utf16",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "10.32"
                }
            ],
            "pcre2-utf32": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2-utf32",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "10.32"
                }
            ],
            "perl-Carp": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Carp",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "1.42"
                }
            ],
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Data-Dumper",
                    "release": "399.el8",
                    "source": "rpm",
                    "version": "2.167"
                }
            ],
            "perl-Digest": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Digest",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "1.17"
                }
            ],
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Digest-MD5",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "2.55"
                }
            ],
            "perl-Encode": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Encode",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.97"
                }
            ],
            "perl-Errno": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Errno",
                    "release": "422.el8",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "perl-Error": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Error",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.17025"
                }
            ],
            "perl-Exporter": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Exporter",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "5.72"
                }
            ],
            "perl-File-Path": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-File-Path",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "2.15"
                }
            ],
            "perl-File-Temp": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-File-Temp",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.230.600"
                }
            ],
            "perl-Getopt-Long": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Getopt-Long",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "2.50"
                }
            ],
            "perl-Git": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Git",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.43.0"
                }
            ],
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-HTTP-Tiny",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.074"
                }
            ],
            "perl-IO": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-IO",
                    "release": "422.el8",
                    "source": "rpm",
                    "version": "1.38"
                }
            ],
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-IP",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "0.39"
                }
            ],
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-SSL",
                    "release": "4.module_el8+339+1ec643e0",
                    "source": "rpm",
                    "version": "2.066"
                }
            ],
            "perl-MIME-Base64": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-MIME-Base64",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "3.15"
                }
            ],
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Mozilla-CA",
                    "release": "7.module_el8+645+9d809f8c",
                    "source": "rpm",
                    "version": "20160104"
                }
            ],
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Net-SSLeay",
                    "release": "2.module_el8+339+1ec643e0",
                    "source": "rpm",
                    "version": "1.88"
                }
            ],
            "perl-PathTools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-PathTools",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.74"
                }
            ],
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Escapes",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "1.07"
                }
            ],
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Pod-Perldoc",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "3.28"
                }
            ],
            "perl-Pod-Simple": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Simple",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "3.35"
                }
            ],
            "perl-Pod-Usage": [
                {
                    "arch": "noarch",
                    "epoch": 4,
                    "name": "perl-Pod-Usage",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "1.69"
                }
            ],
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64",
                    "epoch": 3,
                    "name": "perl-Scalar-List-Utils",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.49"
                }
            ],
            "perl-Socket": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Socket",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.027"
                }
            ],
            "perl-Storable": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "perl-Storable",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "perl-Term-ANSIColor": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-ANSIColor",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "4.06"
                }
            ],
            "perl-Term-Cap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-Cap",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "1.17"
                }
            ],
            "perl-TermReadKey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-TermReadKey",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "2.37"
                }
            ],
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-ParseWords",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "3.30"
                }
            ],
            "perl-Text-Tabs+Wrap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-Tabs+Wrap",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "2013.0523"
                }
            ],
            "perl-Time-Local": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Time-Local",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.280"
                }
            ],
            "perl-URI": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-URI",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.73"
                }
            ],
            "perl-Unicode-Normalize": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Unicode-Normalize",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "1.25"
                }
            ],
            "perl-constant": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-constant",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "perl-interpreter": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-interpreter",
                    "release": "422.el8",
                    "source": "rpm",
                    "version": "5.26.3"
                }
            ],
            "perl-libnet": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-libnet",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "perl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-libs",
                    "release": "422.el8",
                    "source": "rpm",
                    "version": "5.26.3"
                }
            ],
            "perl-macros": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-macros",
                    "release": "422.el8",
                    "source": "rpm",
                    "version": "5.26.3"
                }
            ],
            "perl-parent": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-parent",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.237"
                }
            ],
            "perl-podlators": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-podlators",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "4.11"
                }
            ],
            "perl-threads": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "perl-threads",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "perl-threads-shared": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-threads-shared",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.58"
                }
            ],
            "pigz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pigz",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "2.4"
                }
            ],
            "pinentry": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pinentry",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.1.0"
                }
            ],
            "pkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.2"
                }
            ],
            "pkgconf-m4": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pkgconf-m4",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.2"
                }
            ],
            "pkgconf-pkg-config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf-pkg-config",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.2"
                }
            ],
            "platform-python": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "platform-python",
                    "release": "62.el8",
                    "source": "rpm",
                    "version": "3.6.8"
                }
            ],
            "platform-python-pip": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "platform-python-pip",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "9.0.3"
                }
            ],
            "platform-python-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "platform-python-setuptools",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "39.2.0"
                }
            ],
            "plymouth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth",
                    "release": "11.20200615git1e36e30.el8",
                    "source": "rpm",
                    "version": "0.9.4"
                }
            ],
            "plymouth-core-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth-core-libs",
                    "release": "11.20200615git1e36e30.el8",
                    "source": "rpm",
                    "version": "0.9.4"
                }
            ],
            "plymouth-scripts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth-scripts",
                    "release": "11.20200615git1e36e30.el8",
                    "source": "rpm",
                    "version": "0.9.4"
                }
            ],
            "policycoreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "policycoreutils",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "policycoreutils-python-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "policycoreutils-python-utils",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "polkit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "0.115"
                }
            ],
            "polkit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-libs",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "0.115"
                }
            ],
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-pkla-compat",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "0.1"
                }
            ],
            "popt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "popt",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "prefixdevname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "prefixdevname",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.1.0"
                }
            ],
            "procps-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "procps-ng",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "3.3.15"
                }
            ],
            "psmisc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "psmisc",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "23.1"
                }
            ],
            "publicsuffix-list-dafsa": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "publicsuffix-list-dafsa",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "20180723"
                }
            ],
            "python3-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-audit",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.1.2"
                }
            ],
            "python3-babel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-babel",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "python3-cffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cffi",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.11.5"
                }
            ],
            "python3-chardet": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-chardet",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.0.4"
                }
            ],
            "python3-configobj": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-configobj",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "5.0.6"
                }
            ],
            "python3-cryptography": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cryptography",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.2.1"
                }
            ],
            "python3-dateutil": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-dateutil",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "2.6.1"
                }
            ],
            "python3-dbus": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-dbus",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "1.2.4"
                }
            ],
            "python3-decorator": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-decorator",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "python3-dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "python3-dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf-plugins-core",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "4.0.21"
                }
            ],
            "python3-firewall": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-firewall",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.9.11"
                }
            ],
            "python3-gobject-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gobject-base",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "3.28.3"
                }
            ],
            "python3-gpg": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gpg",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.13.1"
                }
            ],
            "python3-hawkey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-hawkey",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "0.63.0"
                }
            ],
            "python3-html5lib": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-html5lib",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.999999999"
                }
            ],
            "python3-idna": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-idna",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "2.5"
                }
            ],
            "python3-jinja2": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jinja2",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "2.10.1"
                }
            ],
            "python3-jsonpatch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpatch",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.21"
                }
            ],
            "python3-jsonpointer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpointer",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.10"
                }
            ],
            "python3-jsonschema": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "2.6.0"
                }
            ],
            "python3-jwt": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jwt",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "python3-libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libcomps",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.1.18"
                }
            ],
            "python3-libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libdnf",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "0.63.0"
                }
            ],
            "python3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libs",
                    "release": "62.el8",
                    "source": "rpm",
                    "version": "3.6.8"
                }
            ],
            "python3-libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libselinux",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "python3-libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libsemanage",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "python3-linux-procfs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-linux-procfs",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.7.3"
                }
            ],
            "python3-lxml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-lxml",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "4.2.3"
                }
            ],
            "python3-markupsafe": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-markupsafe",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "0.23"
                }
            ],
            "python3-netifaces": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-netifaces",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "python3-nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "python3-nftables",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.0.4"
                }
            ],
            "python3-oauthlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-oauthlib",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "python3-perf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-perf",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "python3-pip": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pip",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "9.0.3"
                }
            ],
            "python3-pip-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pip-wheel",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "9.0.3"
                }
            ],
            "python3-ply": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-ply",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "3.9"
                }
            ],
            "python3-policycoreutils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-policycoreutils",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "python3-prettytable": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-prettytable",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "0.7.2"
                }
            ],
            "python3-pyasn1": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyasn1",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.3.7"
                }
            ],
            "python3-pycparser": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pycparser",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "2.14"
                }
            ],
            "python3-pyserial": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyserial",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "python3-pysocks": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pysocks",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.6.8"
                }
            ],
            "python3-pytz": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pytz",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2017.2"
                }
            ],
            "python3-pyudev": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyudev",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "0.21.0"
                }
            ],
            "python3-pyyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyyaml",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "3.12"
                }
            ],
            "python3-requests": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-requests",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "2.20.0"
                }
            ],
            "python3-rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpm",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "python3-setools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-setools",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "4.3.0"
                }
            ],
            "python3-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "39.2.0"
                }
            ],
            "python3-setuptools-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools-wheel",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "39.2.0"
                }
            ],
            "python3-six": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-six",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "1.11.0"
                }
            ],
            "python3-slip": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-slip",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "0.6.4"
                }
            ],
            "python3-slip-dbus": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-slip-dbus",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "0.6.4"
                }
            ],
            "python3-syspurpose": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-syspurpose",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.28.42"
                }
            ],
            "python3-systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-systemd",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "234"
                }
            ],
            "python3-unbound": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-unbound",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.16.2"
                }
            ],
            "python3-urllib3": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "1.24.2"
                }
            ],
            "python3-webencodings": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-webencodings",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.5.1"
                }
            ],
            "python36": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python36",
                    "release": "39.module_el8+762+77bd8591",
                    "source": "rpm",
                    "version": "3.6.8"
                }
            ],
            "qa-tools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "qa-tools",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "qemu-guest-agent": [
                {
                    "arch": "x86_64",
                    "epoch": 15,
                    "name": "qemu-guest-agent",
                    "release": "49.module_el8+991+097e156d",
                    "source": "rpm",
                    "version": "6.2.0"
                }
            ],
            "quota": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "quota",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "4.04"
                }
            ],
            "quota-nls": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "quota-nls",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "4.04"
                }
            ],
            "readline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "readline",
                    "release": "10.el8",
                    "source": "rpm",
                    "version": "7.0"
                }
            ],
            "restraint": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint",
                    "release": "1.el8bkr",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "restraint-rhts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint-rhts",
                    "release": "1.el8bkr",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "rng-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rng-tools",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "6.16"
                }
            ],
            "rootfiles": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rootfiles",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.1"
                }
            ],
            "rpcbind": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpcbind",
                    "release": "10.el8",
                    "source": "rpm",
                    "version": "1.2.5"
                }
            ],
            "rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "rpm-build-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-build-libs",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "rpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-libs",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "rpm-plugin-selinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-selinux",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "rpm-plugin-systemd-inhibit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-systemd-inhibit",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "rsync": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsync",
                    "release": "19.el8.1",
                    "source": "rpm",
                    "version": "3.1.3"
                }
            ],
            "rsyslog": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsyslog",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "8.2102.0"
                }
            ],
            "sed": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sed",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "4.5"
                }
            ],
            "selinux-policy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy",
                    "release": "139.el8",
                    "source": "rpm",
                    "version": "3.14.3"
                }
            ],
            "selinux-policy-targeted": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy-targeted",
                    "release": "139.el8",
                    "source": "rpm",
                    "version": "3.14.3"
                }
            ],
            "setup": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setup",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2.12.2"
                }
            ],
            "sg3_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sg3_utils",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.44"
                }
            ],
            "sg3_utils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sg3_utils-libs",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.44"
                }
            ],
            "shadow-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "shadow-utils",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "4.6"
                }
            ],
            "shared-mime-info": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "shared-mime-info",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "slang": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "slang",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "snappy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "snappy",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.1.8"
                }
            ],
            "sqlite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sqlite-libs",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "3.26.0"
                }
            ],
            "squashfs-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "squashfs-tools",
                    "release": "21.el8",
                    "source": "rpm",
                    "version": "4.3"
                }
            ],
            "sssd-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-client",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "sssd-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-common",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "sssd-kcm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-kcm",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "sssd-nfs-idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-nfs-idmap",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "strace": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "strace",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "5.18"
                }
            ],
            "sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.9.5p2"
                }
            ],
            "systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd",
                    "release": "82.el8.1",
                    "source": "rpm",
                    "version": "239"
                }
            ],
            "systemd-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-libs",
                    "release": "82.el8.1",
                    "source": "rpm",
                    "version": "239"
                }
            ],
            "systemd-pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-pam",
                    "release": "82.el8.1",
                    "source": "rpm",
                    "version": "239"
                }
            ],
            "systemd-udev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-udev",
                    "release": "82.el8.1",
                    "source": "rpm",
                    "version": "239"
                }
            ],
            "systemtap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "systemtap-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-client",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "systemtap-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-devel",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "systemtap-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-runtime",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "tar": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "tar",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.30"
                }
            ],
            "tbb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tbb",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "2018.2"
                }
            ],
            "teamd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "teamd",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.31"
                }
            ],
            "time": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "time",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "timedatex": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "timedatex",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.5"
                }
            ],
            "tpm2-tss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "trousers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "trousers",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.3.15"
                }
            ],
            "trousers-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "trousers-lib",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.3.15"
                }
            ],
            "tzdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tzdata",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2024a"
                }
            ],
            "unbound-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unbound-libs",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.16.2"
                }
            ],
            "unzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unzip",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "6.0"
                }
            ],
            "util-linux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "vim-common": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-common",
                    "release": "19.el8.4",
                    "source": "rpm",
                    "version": "8.0.1763"
                }
            ],
            "vim-enhanced": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-enhanced",
                    "release": "19.el8.4",
                    "source": "rpm",
                    "version": "8.0.1763"
                }
            ],
            "vim-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-filesystem",
                    "release": "19.el8.4",
                    "source": "rpm",
                    "version": "8.0.1763"
                }
            ],
            "vim-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-minimal",
                    "release": "19.el8.4",
                    "source": "rpm",
                    "version": "8.0.1763"
                }
            ],
            "virt-what": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "virt-what",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.25"
                }
            ],
            "wget": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.19.5"
                }
            ],
            "which": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "which",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "xfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xfsprogs",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "5.0.0"
                }
            ],
            "xkeyboard-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "xkeyboard-config",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "xmlrpc-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xmlrpc-c",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.51.0"
                }
            ],
            "xmlrpc-c-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xmlrpc-c-client",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.51.0"
                }
            ],
            "xz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "5.2.4"
                }
            ],
            "xz-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz-devel",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "5.2.4"
                }
            ],
            "xz-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz-libs",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "5.2.4"
                }
            ],
            "yum": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "yum-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum-utils",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "4.0.21"
                }
            ],
            "zip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zip",
                    "release": "23.el8",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "zlib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "1.2.11"
                }
            ],
            "zlib-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-devel",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "1.2.11"
                }
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 03 August 2024  04:45:13 -0400 (0:00:01.589)       0:01:42.313 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2102.0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 03 August 2024  04:45:13 -0400 (0:00:00.048)       0:01:42.362 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 03 August 2024  04:45:13 -0400 (0:00:00.036)       0:01:42.398 ******* 
ok: [managed_node1] => {}

MSG:

Rsyslog_version is 8.2102.0, which is newer than "8.37.0-7.2".

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 03 August 2024  04:45:13 -0400 (0:00:00.040)       0:01:42.439 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 03 August 2024  04:45:13 -0400 (0:00:00.036)       0:01:42.475 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 03 August 2024  04:45:13 -0400 (0:00:00.386)       0:01:42.862 ******* 
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": 58,
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 03 August 2024  04:45:13 -0400 (0:00:00.392)       0:01:43.254 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 03 August 2024  04:45:14 -0400 (0:00:00.426)       0:01:43.681 ******* 
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"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120
Saturday 03 August 2024  04:45:14 -0400 (0:00:00.115)       0:01:43.796 ******* 
skipping: [managed_node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\n)\n'})  => {
    "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={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]})  => {
    "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={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]})  => {
    "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"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144
Saturday 03 August 2024  04:45:14 -0400 (0:00:00.057)       0:01:43.853 ******* 
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
                    }
                ]
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148
Saturday 03 August 2024  04:45:14 -0400 (0:00:00.040)       0:01:43.894 ******* 
skipping: [managed_node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\n)\n'})  => {
    "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={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]})  => {
    "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={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]})  => {
    "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"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166
Saturday 03 August 2024  04:45:14 -0400 (0:00:00.052)       0:01:43.946 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177
Saturday 03 August 2024  04:45:14 -0400 (0:00:00.034)       0:01:43.981 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192
Saturday 03 August 2024  04:45:14 -0400 (0:00:00.034)       0:01:44.015 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204
Saturday 03 August 2024  04:45:14 -0400 (0:00:00.033)       0:01:44.049 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217
Saturday 03 August 2024  04:45:14 -0400 (0:00:00.033)       0:01:44.082 ******* 
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.060198",
    "end": "2024-08-03 04:45:15.184111",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-03 04:45:15.123913"
}

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/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234
Saturday 03 August 2024  04:45:15 -0400 (0:00:00.444)       0:01:44.527 ******* 
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/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254
Saturday 03 August 2024  04:45:18 -0400 (0:00:03.551)       0:01:48.078 ******* 

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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275
Saturday 03 August 2024  04:45:18 -0400 (0:00:00.039)       0:01:48.117 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283
Saturday 03 August 2024  04:45:18 -0400 (0:00:00.057)       0:01:48.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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295
Saturday 03 August 2024  04:45:18 -0400 (0:00:00.069)       0:01:48.244 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307
Saturday 03 August 2024  04:45:19 -0400 (0:00:00.044)       0:01:48.288 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319
Saturday 03 August 2024  04:45:19 -0400 (0:00:00.043)       0:01:48.332 ******* 
ok: [managed_node1] => {
    "changed": false,
    "enabled": true,
    "name": "rsyslog",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "network.target network-online.target sysinit.target basic.target system.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "rsyslog.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "16384",
        "LimitNOFILESoft": "16384",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "yes",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "yes",
        "ProtectHome": "read-only",
        "ProtectKernelModules": "yes",
        "ProtectKernelTunables": "yes",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "net",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "0",
        "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_settime create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open process_vm_readv process_vm_writev prof profil ptrace putpmsg query_module reboot rtas security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22405",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network.target network-online.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:327
Saturday 03 August 2024  04:45:19 -0400 (0:00:00.514)       0:01:48.846 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:336
Saturday 03 August 2024  04:45:19 -0400 (0:00:00.037)       0:01:48.884 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:348
Saturday 03 August 2024  04:45:19 -0400 (0:00:00.035)       0:01:48.920 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:355
Saturday 03 August 2024  04:45:19 -0400 (0:00:00.037)       0:01:48.958 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Saturday 03 August 2024  04:45:19 -0400 (0:00:00.037)       0:01:48.995 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 03 August 2024  04:45:19 -0400 (0:00:00.013)       0:01:49.009 ******* 
changed: [managed_node1] => {
    "changed": true,
    "name": "rsyslog",
    "state": "started",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "network.target network-online.target sysinit.target basic.target system.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "rsyslog.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "16384",
        "LimitNOFILESoft": "16384",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "yes",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "yes",
        "ProtectHome": "read-only",
        "ProtectKernelModules": "yes",
        "ProtectKernelTunables": "yes",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "net",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "0",
        "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_settime create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open process_vm_readv process_vm_writev prof profil ptrace putpmsg query_module reboot rtas security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22405",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network.target network-online.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
META: ran handlers

TASK [Check ports managed by firewall and selinux] *****************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:222
Saturday 03 August 2024  04:45:20 -0400 (0:00:00.606)       0:01:49.616 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Saturday 03 August 2024  04:45:20 -0400 (0:00:00.075)       0:01:49.692 ******* 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Saturday 03 August 2024  04:45:20 -0400 (0:00:00.042)       0:01:49.734 ******* 

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Saturday 03 August 2024  04:45:20 -0400 (0:00:00.034)       0:01:49.769 ******* 

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Saturday 03 August 2024  04:45:20 -0400 (0:00:00.033)       0:01:49.802 ******* 

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Saturday 03 August 2024  04:45:20 -0400 (0:00:00.033)       0:01:49.836 ******* 

TASK [Set firewall true and selinux false] *************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:228
Saturday 03 August 2024  04:45:20 -0400 (0:00:00.033)       0:01:49.869 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:233
Saturday 03 August 2024  04:45:20 -0400 (0:00:00.033)       0:01:49.903 ******* 

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 03 August 2024  04:45:20 -0400 (0:00:00.138)       0:01:50.042 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 03 August 2024  04:45:20 -0400 (0:00:00.050)       0:01:50.092 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 03 August 2024  04:45:20 -0400 (0:00:00.047)       0:01:50.139 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 03 August 2024  04:45:20 -0400 (0:00:00.041)       0:01:50.180 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 03 August 2024  04:45:20 -0400 (0:00:00.037)       0:01:50.218 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 03 August 2024  04:45:20 -0400 (0:00:00.044)       0:01:50.262 ******* 
skipping: [managed_node1] => (item={'name': 'flows', 'inputs': ['system_input'], 'outputs': ['relp_client0', '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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 03 August 2024  04:45:21 -0400 (0:00:00.047)       0:01:50.309 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 03 August 2024  04:45:21 -0400 (0:00:00.071)       0:01:50.381 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 03 August 2024  04:45:21 -0400 (0:00:00.040)       0:01:50.421 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 03 August 2024  04:45:21 -0400 (0:00:00.039)       0:01:50.460 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 03 August 2024  04:45:21 -0400 (0:00:00.078)       0:01:50.539 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 03 August 2024  04:45:21 -0400 (0:00:00.041)       0:01:50.580 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 03 August 2024  04:45:21 -0400 (0:00:00.047)       0:01:50.628 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 03 August 2024  04:45:21 -0400 (0:00:00.053)       0:01:50.682 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 03 August 2024  04:45:21 -0400 (0:00:00.054)       0:01:50.737 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 03 August 2024  04:45:21 -0400 (0:00:00.053)       0:01:50.790 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 03 August 2024  04:45:21 -0400 (0:00:00.052)       0:01:50.843 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 03 August 2024  04:45:21 -0400 (0:00:00.052)       0:01:50.895 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 03 August 2024  04:45:21 -0400 (0:00:00.051)       0:01:50.946 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 03 August 2024  04:45:21 -0400 (0:00:00.050)       0:01:50.997 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 03 August 2024  04:45:21 -0400 (0:00:00.048)       0:01:51.045 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 03 August 2024  04:45:21 -0400 (0:00:00.087)       0:01:51.133 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 03 August 2024  04:45:21 -0400 (0:00:00.050)       0:01:51.184 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 03 August 2024  04:45:21 -0400 (0:00:00.072)       0:01:51.256 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 03 August 2024  04:45:22 -0400 (0:00:00.042)       0:01:51.299 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 03 August 2024  04:45:22 -0400 (0:00:00.072)       0:01:51.371 ******* 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 03 August 2024  04:45:22 -0400 (0:00:00.034)       0:01:51.406 ******* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 03 August 2024  04:45:22 -0400 (0:00:00.073)       0:01:51.480 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 03 August 2024  04:45:22 -0400 (0:00:00.074)       0:01:51.554 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 03 August 2024  04:45:22 -0400 (0:00:00.127)       0:01:51.681 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 03 August 2024  04:45:22 -0400 (0:00:00.043)       0:01:51.725 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 03 August 2024  04:45:22 -0400 (0:00:00.043)       0:01:51.768 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 03 August 2024  04:45:22 -0400 (0:00:00.043)       0:01:51.812 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 03 August 2024  04:45:22 -0400 (0:00:00.042)       0:01:51.855 ******* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 03 August 2024  04:45:25 -0400 (0:00:02.546)       0:01:54.402 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 03 August 2024  04:45:25 -0400 (0:00:00.077)       0:01:54.480 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 03 August 2024  04:45:25 -0400 (0:00:00.043)       0:01:54.523 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 03 August 2024  04:45:25 -0400 (0:00:00.042)       0:01:54.565 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 03 August 2024  04:45:25 -0400 (0:00:00.041)       0:01:54.607 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 03 August 2024  04:45:25 -0400 (0:00:00.078)       0:01:54.686 ******* 
ok: [managed_node1] => {
    "changed": false,
    "name": "firewalld",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-08-03 04:43:38 EDT",
        "ActiveEnterTimestampMonotonic": "1524001664",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "polkit.service basic.target dbus.socket dbus.service sysinit.target system.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-08-03 04:43:38 EDT",
        "AssertTimestampMonotonic": "1523245984",
        "Before": "shutdown.target network-pre.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-08-03 04:43:38 EDT",
        "ConditionTimestampMonotonic": "1523245983",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "ebtables.service shutdown.target nftables.service ipset.service iptables.service ip6tables.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:firewalld(1)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "206180",
        "ExecMainStartTimestamp": "Sat 2024-08-03 04:43:38 EDT",
        "ExecMainStartTimestampMonotonic": "1523247640",
        "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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-08-03 04:43:38 EDT",
        "InactiveExitTimestampMonotonic": "1523247693",
        "InvocationID": "f08a92909a154c06bc395b4420157221",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "206180",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "41594880",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target dbus.socket system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-08-03 04:43:38 EDT",
        "StateChangeTimestampMonotonic": "1524001664",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "2",
        "TasksMax": "22405",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogTimestamp": "Sat 2024-08-03 04:43:38 EDT",
        "WatchdogTimestampMonotonic": "1524001660",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 03 August 2024  04:45:25 -0400 (0:00:00.529)       0:01:55.215 ******* 
ok: [managed_node1] => {
    "changed": false,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-08-03 04:43:38 EDT",
        "ActiveEnterTimestampMonotonic": "1524001664",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "polkit.service basic.target dbus.socket dbus.service sysinit.target system.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-08-03 04:43:38 EDT",
        "AssertTimestampMonotonic": "1523245984",
        "Before": "shutdown.target network-pre.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-08-03 04:43:38 EDT",
        "ConditionTimestampMonotonic": "1523245983",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "ebtables.service shutdown.target nftables.service ipset.service iptables.service ip6tables.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:firewalld(1)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "206180",
        "ExecMainStartTimestamp": "Sat 2024-08-03 04:43:38 EDT",
        "ExecMainStartTimestampMonotonic": "1523247640",
        "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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-08-03 04:43:38 EDT",
        "InactiveExitTimestampMonotonic": "1523247693",
        "InvocationID": "f08a92909a154c06bc395b4420157221",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "206180",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "41594880",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target dbus.socket system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-08-03 04:43:38 EDT",
        "StateChangeTimestampMonotonic": "1524001664",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "2",
        "TasksMax": "22405",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogTimestamp": "Sat 2024-08-03 04:43:38 EDT",
        "WatchdogTimestampMonotonic": "1524001660",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 03 August 2024  04:45:26 -0400 (0:00:00.518)       0:01:55.734 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/libexec/platform-python",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 03 August 2024  04:45:26 -0400 (0:00:00.047)       0:01:55.781 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 03 August 2024  04:45:26 -0400 (0:00:00.078)       0:01:55.859 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 03 August 2024  04:45:26 -0400 (0:00:00.043)       0:01:55.903 ******* 
ok: [managed_node1] => (item={'port': '6514/tcp', 'state': 'enabled'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "port": "6514/tcp",
        "state": "enabled"
    }
}
changed: [managed_node1] => (item={'port': '7514/tcp', 'state': 'enabled'}) => {
    "__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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 03 August 2024  04:45:27 -0400 (0:00:01.225)       0:01:57.129 ******* 
skipping: [managed_node1] => (item={'port': '6514/tcp', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "port": "6514/tcp",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'port': '7514/tcp', 'state': 'enabled'})  => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 03 August 2024  04:45:27 -0400 (0:00:00.065)       0:01:57.194 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 03 August 2024  04:45:27 -0400 (0:00:00.045)       0:01:57.240 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 03 August 2024  04:45:28 -0400 (0:00:00.042)       0:01:57.283 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 03 August 2024  04:45:28 -0400 (0:00:00.042)       0:01:57.326 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 03 August 2024  04:45:28 -0400 (0:00:00.041)       0:01:57.368 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 03 August 2024  04:45:28 -0400 (0:00:00.078)       0:01:57.446 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 03 August 2024  04:45:28 -0400 (0:00:00.043)       0:01:57.490 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 03 August 2024  04:45:28 -0400 (0:00:00.077)       0:01:57.567 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 03 August 2024  04:45:28 -0400 (0:00:00.042)       0:01:57.610 ******* 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 03 August 2024  04:45:28 -0400 (0:00:00.033)       0:01:57.643 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 03 August 2024  04:45:28 -0400 (0:00:00.067)       0:01:57.710 ******* 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 03 August 2024  04:45:28 -0400 (0:00:00.032)       0:01:57.743 ******* 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 03 August 2024  04:45:28 -0400 (0:00:00.034)       0:01:57.777 ******* 

TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2
Saturday 03 August 2024  04:45:28 -0400 (0:00:00.073)       0:01:57.850 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2
Saturday 03 August 2024  04:45:28 -0400 (0:00:00.120)       0:01:57.971 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] *************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7
Saturday 03 August 2024  04:45:28 -0400 (0:00:00.053)       0:01:58.024 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Saturday 03 August 2024  04:45:28 -0400 (0:00:00.079)       0:01:58.104 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Saturday 03 August 2024  04:45:28 -0400 (0:00:00.044)       0:01:58.149 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Saturday 03 August 2024  04:45:28 -0400 (0:00:00.044)       0:01:58.193 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Saturday 03 August 2024  04:45:28 -0400 (0:00:00.043)       0:01:58.237 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Saturday 03 August 2024  04:45:29 -0400 (0:00:00.043)       0:01:58.280 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Saturday 03 August 2024  04:45:29 -0400 (0:00:00.043)       0:01:58.324 ******* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: python3-libselinux python3-policycoreutils

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Saturday 03 August 2024  04:45:31 -0400 (0:00:02.540)       0:02:00.864 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Saturday 03 August 2024  04:45:31 -0400 (0:00:00.045)       0:02:00.909 ******* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: policycoreutils-python-utils

TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Saturday 03 August 2024  04:45:34 -0400 (0:00:02.643)       0:02:03.553 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Saturday 03 August 2024  04:45:34 -0400 (0:00:00.073)       0:02:03.626 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Saturday 03 August 2024  04:45:34 -0400 (0:00:00.043)       0:02:03.670 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Refresh facts] ***********************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Saturday 03 August 2024  04:45:34 -0400 (0:00:00.042)       0:02:03.712 ******* 
ok: [managed_node1]

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5
Saturday 03 August 2024  04:45:35 -0400 (0:00:00.655)       0:02:04.367 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13
Saturday 03 August 2024  04:45:35 -0400 (0:00:00.043)       0:02:04.410 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] *********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21
Saturday 03 August 2024  04:45:35 -0400 (0:00:00.042)       0:02:04.453 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25
Saturday 03 August 2024  04:45:35 -0400 (0:00:00.046)       0:02:04.499 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30
Saturday 03 August 2024  04:45:35 -0400 (0:00:00.040)       0:02:04.539 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35
Saturday 03 August 2024  04:45:35 -0400 (0:00:00.041)       0:02:04.581 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43
Saturday 03 August 2024  04:45:35 -0400 (0:00:00.041)       0:02:04.622 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48
Saturday 03 August 2024  04:45:35 -0400 (0:00:00.079)       0:02:04.702 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53
Saturday 03 August 2024  04:45:35 -0400 (0:00:00.043)       0:02:04.745 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58
Saturday 03 August 2024  04:45:35 -0400 (0:00:00.042)       0:02:04.788 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] ****************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63
Saturday 03 August 2024  04:45:35 -0400 (0:00:00.042)       0:02:04.830 ******* 

TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] ***********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74
Saturday 03 August 2024  04:45:35 -0400 (0:00:00.035)       0:02:04.865 ******* 

TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ******
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
Saturday 03 August 2024  04:45:35 -0400 (0:00:00.035)       0:02:04.901 ******* 
ok: [managed_node1] => (item={'ports': 6514, 'proto': 'tcp', 'setype': 'syslog_tls_port_t', 'state': 'present', 'local': 'true'}) => {
    "__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={'ports': 7514, 'proto': 'tcp', 'setype': 'syslog_tls_port_t', 'state': 'present', 'local': 'true'}) => {
    "__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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99
Saturday 03 August 2024  04:45:38 -0400 (0:00:02.937)       0:02:07.839 ******* 

TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] ***********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112
Saturday 03 August 2024  04:45:38 -0400 (0:00:00.037)       0:02:07.876 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "selinux_checksums": true,
        "selinux_installed_modules": {
            "abrt": {
                "100": {
                    "checksum": "sha256:13dad22da122be9f7d5df4dbedae6a515323542fdc1a7e466d7a1a3d36d29731",
                    "enabled": 1
                }
            },
            "accountsd": {
                "100": {
                    "checksum": "sha256:8bd25829d921be0b5adf92ddaca7ab94cedca1d57796749cfa63571b6550e3da",
                    "enabled": 1
                }
            },
            "acct": {
                "100": {
                    "checksum": "sha256:2699d826efd46176017695c768804c505a54b277b05f1feb9c43a613bab4e6aa",
                    "enabled": 1
                }
            },
            "afs": {
                "100": {
                    "checksum": "sha256:99920dd4e0855870f7e6f9666928d13fe18ddccca9d38b92ea70a6ce3c8c7539",
                    "enabled": 1
                }
            },
            "aiccu": {
                "100": {
                    "checksum": "sha256:a7aedc8354b4335412871adfd2ab5b0c6da1ea63c8dd797718e4214a5d511bb5",
                    "enabled": 1
                }
            },
            "aide": {
                "100": {
                    "checksum": "sha256:8adb5c3a5ed74695e975eecbf290640b179eb6345a7740745ecfe3164efe209f",
                    "enabled": 1
                }
            },
            "ajaxterm": {
                "100": {
                    "checksum": "sha256:d3a03c2837d5dde7145e27902ff8578e00734ab34e8ea1a45aee58b83e9ad6d1",
                    "enabled": 1
                }
            },
            "alsa": {
                "100": {
                    "checksum": "sha256:202f94345fba8f4bc942dc9b75bbb6eea3b4cb02411cf6ed79858d72aa883c89",
                    "enabled": 1
                }
            },
            "amanda": {
                "100": {
                    "checksum": "sha256:f9a99d97370017307349a154ce479969395bbbfe434e4829573269f770efdd0d",
                    "enabled": 1
                }
            },
            "amtu": {
                "100": {
                    "checksum": "sha256:bc9934a2ae61fa117614f201479966d788484f3a7382de4ebad99790a465e2b7",
                    "enabled": 1
                }
            },
            "anaconda": {
                "100": {
                    "checksum": "sha256:b8aabc624243533d483c3dd5574a490a43e7ec0f2f7940798c12b4089bbd0642",
                    "enabled": 1
                }
            },
            "antivirus": {
                "100": {
                    "checksum": "sha256:1de6460ccaea5a5749eba17489b9765035c8202eb9492485ff39157564001a2c",
                    "enabled": 1
                }
            },
            "apache": {
                "100": {
                    "checksum": "sha256:1a0c38364558bebdae3efaa1fcf8be232184dcddcaab345bba1c40bf239dd0ed",
                    "enabled": 1
                }
            },
            "apcupsd": {
                "100": {
                    "checksum": "sha256:175308edb201092c22791f419d32da3f661e7ccfb9c5d5855ad753405c10023b",
                    "enabled": 1
                }
            },
            "apm": {
                "100": {
                    "checksum": "sha256:a1410f65d6bf017caedaffaa59016877686099fb7df3c4d801136de79a61795e",
                    "enabled": 1
                }
            },
            "application": {
                "100": {
                    "checksum": "sha256:a8e9d90aa1188068ca66be55c4d8abf9982666171bbdd8d4da1f2a254c34a080",
                    "enabled": 1
                }
            },
            "arpwatch": {
                "100": {
                    "checksum": "sha256:2cb8afd237d6bc5693e5d54be1a455b6ed632fbbe76cea406163f9c48d00e79f",
                    "enabled": 1
                }
            },
            "asterisk": {
                "100": {
                    "checksum": "sha256:0b66b387174001e926cf1454c3516bb32d96610a0f598065fe6d7a917ca897fe",
                    "enabled": 1
                }
            },
            "auditadm": {
                "100": {
                    "checksum": "sha256:dcd9e7f5e71fb9f7aace30b5755efcbf85fe88f884d4253cc9abcad1c44e5f4d",
                    "enabled": 1
                }
            },
            "authconfig": {
                "100": {
                    "checksum": "sha256:bdb8072e463c84cb01e6933093428be2b6ee5299d82e26730b12dd2b66d89355",
                    "enabled": 1
                }
            },
            "authlogin": {
                "100": {
                    "checksum": "sha256:a89b04c7a40bb373de2bbb0a2210cca454e7d4a805321fbe65462ae5551db656",
                    "enabled": 1
                }
            },
            "automount": {
                "100": {
                    "checksum": "sha256:41ec4e0c5c46118cb4dfa8c8b1834f330dce4ffdea3d534a8d5007a63b3e5262",
                    "enabled": 1
                }
            },
            "avahi": {
                "100": {
                    "checksum": "sha256:7628cb8340258102798a6e36902d0210e2051ffb9fb4f7a1e4c62a612edfe6fa",
                    "enabled": 1
                }
            },
            "awstats": {
                "100": {
                    "checksum": "sha256:9b92e64a3331076ad443862aa2ba98a2c4d9b00638bf19bb9726f572dee5eff4",
                    "enabled": 1
                }
            },
            "bacula": {
                "100": {
                    "checksum": "sha256:32cedcc57f6a973ac5adc16d8df343fc1ca4b3716f7cdcdae0d2490a6e5765ac",
                    "enabled": 1
                }
            },
            "base": {
                "100": {
                    "checksum": "sha256:d99ed290beecf2b10a557a21b06b63cabc28dab4050f2e7197d2cb9e30519fd3",
                    "enabled": 1
                }
            },
            "bcfg2": {
                "100": {
                    "checksum": "sha256:ea510637d47b7fabc3f617f8a6f3ca3172bf9215c2d6b64ad19cd5d8819c8b6b",
                    "enabled": 1
                }
            },
            "bind": {
                "100": {
                    "checksum": "sha256:39520749f8aba46f975a87187975d8dcd014ad67d22515951f51fa3fd1b0478f",
                    "enabled": 1
                }
            },
            "bitlbee": {
                "100": {
                    "checksum": "sha256:bf04e481614825a35c26a547b19098ff1c8acd0d915c5b4f938b9fa595459d00",
                    "enabled": 1
                }
            },
            "blkmapd": {
                "100": {
                    "checksum": "sha256:ca870c95742bf987a2e739286cbcb998b58c091a422251fdd8de57228b28fd96",
                    "enabled": 1
                }
            },
            "blueman": {
                "100": {
                    "checksum": "sha256:7e4b2b3df3962273436b561c806c816fe4b1e5d6781efa33a7109b05f796edd7",
                    "enabled": 1
                }
            },
            "bluetooth": {
                "100": {
                    "checksum": "sha256:da457ef2ce595c3bf9f70697029ea90e96472ae562f685a7f919a7778a778d09",
                    "enabled": 1
                }
            },
            "boinc": {
                "100": {
                    "checksum": "sha256:d74bd3b6b3850c30b5bbf77822ab82b43f36600e4f76cd68674ef361328afb05",
                    "enabled": 1
                }
            },
            "boltd": {
                "100": {
                    "checksum": "sha256:4ccf41e247c5a7066042a0ebaae492805a1d640f777e8e771701f340a76bce30",
                    "enabled": 1
                }
            },
            "bootloader": {
                "100": {
                    "checksum": "sha256:46e55021d6c4cede091a992ab33521bb1aba4ca1d44879d778973b279204933c",
                    "enabled": 1
                }
            },
            "brctl": {
                "100": {
                    "checksum": "sha256:f9645adde2441e43369a255c6a194f01c6f5800347ad710ce3e147df884b98aa",
                    "enabled": 1
                }
            },
            "brltty": {
                "100": {
                    "checksum": "sha256:603734d4772f482f282eb217c03647f705d66de27fc927c64e02787369b0f78a",
                    "enabled": 1
                }
            },
            "bugzilla": {
                "100": {
                    "checksum": "sha256:326d2a188603c908cdae3c9dcdae6bda37b98ec4cc23f3b31878e2bbd0cd33b2",
                    "enabled": 1
                }
            },
            "bumblebee": {
                "100": {
                    "checksum": "sha256:e8ca8d5318a68243441fdb993fbab6d566f7462fd5557b55733f8ddbfcc4b276",
                    "enabled": 1
                }
            },
            "cachefilesd": {
                "100": {
                    "checksum": "sha256:86fe9c1aa8b2d7a6bdd9bd8d0c7a41a7ae0e4e14e32eaea6cb920367c2f495d7",
                    "enabled": 1
                }
            },
            "calamaris": {
                "100": {
                    "checksum": "sha256:1069377693a5d730d57e4ddd6f73ce20b67b595aae90a16459e852d238163b48",
                    "enabled": 1
                }
            },
            "callweaver": {
                "100": {
                    "checksum": "sha256:880b626c3d04c5669d64ee617ee36a18566e91adeaac67b9527b0a795543575e",
                    "enabled": 1
                }
            },
            "canna": {
                "100": {
                    "checksum": "sha256:b9256764ca5e34142e8cffea57fafc2fa66f78dc8c05761f97fa9becd1d77311",
                    "enabled": 1
                }
            },
            "ccs": {
                "100": {
                    "checksum": "sha256:ad293ee5e252966d14fa6bf09240f143460df4b928672a33a398a5793777c4e4",
                    "enabled": 1
                }
            },
            "cdrecord": {
                "100": {
                    "checksum": "sha256:dda8d62c3bf2503ff9762bd031c35a76cac8059d08592fe23e4d3fe11b0ac8cc",
                    "enabled": 1
                }
            },
            "certmaster": {
                "100": {
                    "checksum": "sha256:b431dd84f2c6b971bc573674fa6c4ee2fedf910b0123ba5d9acb5011c208fd72",
                    "enabled": 1
                }
            },
            "certmonger": {
                "100": {
                    "checksum": "sha256:965ec65dfc98cbabce2350bd52fa7ce92c2f4ab4704348f1555f2a3d9edfd1b8",
                    "enabled": 1
                }
            },
            "certwatch": {
                "100": {
                    "checksum": "sha256:77f0299f67e43927eacb553d1002beeebc3098b4bee64d8dc3dadb8fd23fbb5c",
                    "enabled": 1
                }
            },
            "cfengine": {
                "100": {
                    "checksum": "sha256:c78b908838f1d64ee9ebb0a51b7fa438527716936471a573e1b4b7c393bd6b8d",
                    "enabled": 1
                }
            },
            "cgdcbxd": {
                "100": {
                    "checksum": "sha256:5d3633e0b77db69721e4f64167d7e5f7779c3e5fa76e095d25f8467f2a0bdfec",
                    "enabled": 1
                }
            },
            "cgroup": {
                "100": {
                    "checksum": "sha256:9368c6c54bd5ec6f20e4c3b47c86e60af07346c4e86e525b6bd7288b54b7e774",
                    "enabled": 1
                }
            },
            "chrome": {
                "100": {
                    "checksum": "sha256:d31ce9d2fe78cafcd5e3c8decf22ae1e9ea6f74026ca65b6320afe9a33cd609a",
                    "enabled": 1
                }
            },
            "chronyd": {
                "100": {
                    "checksum": "sha256:7d9624729861397cf7720c2324c65489a3d30485e6a884ab1ff9a8ca22efa678",
                    "enabled": 1
                }
            },
            "cinder": {
                "100": {
                    "checksum": "sha256:fc169721c78f5b0857ed8312e59ba4c134b685c4c322dae242b92e815e35e6fb",
                    "enabled": 1
                }
            },
            "cipe": {
                "100": {
                    "checksum": "sha256:02c20398b9eff51ed431b7ad739a6015d2451b4bf6e3e5da380606d85a77852c",
                    "enabled": 1
                }
            },
            "clock": {
                "100": {
                    "checksum": "sha256:4f90655d2243cfc32ea7436a953cccb8a34af895f83361235a3a5cda40dbc75f",
                    "enabled": 1
                }
            },
            "clogd": {
                "100": {
                    "checksum": "sha256:ba78a422a10b65591c48cb038f8a55614944163f3140275852d293fb0c548bfa",
                    "enabled": 1
                }
            },
            "cloudform": {
                "100": {
                    "checksum": "sha256:481f5fbc7810a5a81851edbe5a6b124141257f5fbbb83d8830ae0a34924ed3d9",
                    "enabled": 1
                }
            },
            "cmirrord": {
                "100": {
                    "checksum": "sha256:8f8fb986f15b8b7c5c250d250fdbbb2f78874e13394105c9c486488a16e94c91",
                    "enabled": 1
                }
            },
            "cobbler": {
                "100": {
                    "checksum": "sha256:e0e264b9cc83962dbbb27c152a72f01c6a355467c4e845b52e65c8b88d8d75d6",
                    "enabled": 1
                }
            },
            "cockpit": {
                "100": {
                    "checksum": "sha256:cb7fccd94903a6e256a586d758085f6f59c0f8b1c5b4cb99536915526d2224ec",
                    "enabled": 1
                }
            },
            "collectd": {
                "100": {
                    "checksum": "sha256:7f08e2e248d33162dc9b237c37ed3a3dba0511bbcc71d87482e95093fb8c6456",
                    "enabled": 1
                }
            },
            "colord": {
                "100": {
                    "checksum": "sha256:86e58c9f12c519a2c3b090b64a276722374054ea900c775b2f8ab4ef2867dcf0",
                    "enabled": 1
                }
            },
            "comsat": {
                "100": {
                    "checksum": "sha256:1d57ffaad6b96e3ca8ac82c23b52d58d81e1f69f5d54a648a16da8ffa8070e53",
                    "enabled": 1
                }
            },
            "condor": {
                "100": {
                    "checksum": "sha256:dbc3f2f0c12f9aeed14056fd7e7c46a4ecab3569198f891643172cd032f3fc00",
                    "enabled": 1
                }
            },
            "conman": {
                "100": {
                    "checksum": "sha256:1270caf15af248a487cd5ce728daae2699ffd9139823c805ec49213ab1c835cb",
                    "enabled": 1
                }
            },
            "conntrackd": {
                "100": {
                    "checksum": "sha256:56fd7d7a550dbc4188b93afd0fde8c706623b3a5d26db265ee016967ba4ddfee",
                    "enabled": 1
                }
            },
            "consolekit": {
                "100": {
                    "checksum": "sha256:5bd7a7acc191766583d933b04321e64657138959bf40a4d2986b013b942c4ba8",
                    "enabled": 1
                }
            },
            "couchdb": {
                "100": {
                    "checksum": "sha256:12b2e3e7314bda4e76d3883901e6470927e85343f742fb44b174ce968f1ad8b5",
                    "enabled": 1
                }
            },
            "courier": {
                "100": {
                    "checksum": "sha256:40ae5f173004741838002644e5bff73cf16f2f3a1928c45fa17674f9a0df5148",
                    "enabled": 1
                }
            },
            "cpucontrol": {
                "100": {
                    "checksum": "sha256:1485a6d64d00619898d2789d27391f2a57a7fb1f0e8c73daf59baca8641564a3",
                    "enabled": 1
                }
            },
            "cpufreqselector": {
                "100": {
                    "checksum": "sha256:687564eb09acf3e7f1475fe2a133941c36999bd037aa8a794feea2d9f2c26385",
                    "enabled": 1
                }
            },
            "cpuplug": {
                "100": {
                    "checksum": "sha256:c16e376ff6c51da1911e68a8a7d42f5730eda45febfd0875c78cac4b9cf6e78c",
                    "enabled": 1
                }
            },
            "cron": {
                "100": {
                    "checksum": "sha256:6be0252b3c6bcbfb4c51dfd3ae1ae262f5de153234917ac4d342b18ae0292060",
                    "enabled": 1
                }
            },
            "ctdb": {
                "100": {
                    "checksum": "sha256:06dd65a4361bf8076c14b322dd30003295c0b9d75bf1ae610961b13a1f9431da",
                    "enabled": 1
                }
            },
            "cups": {
                "100": {
                    "checksum": "sha256:3d5e5bbf131d98d95f7f1431893eb137bd833dbfd8469f9c386d72bb4e8f9b9a",
                    "enabled": 1
                }
            },
            "cvs": {
                "100": {
                    "checksum": "sha256:bbc8d76cc8609849d5b078c5b2ac7364470a06d77d67b97d5f58429d7b679e33",
                    "enabled": 1
                }
            },
            "cyphesis": {
                "100": {
                    "checksum": "sha256:b1a41211ae3cf69b819df517eccd0fda2088c27685dad68de64531b9794ec518",
                    "enabled": 1
                }
            },
            "cyrus": {
                "100": {
                    "checksum": "sha256:60defb1f6feeb1d607734c4912e52e03bf5b0c27cb6f31a37fa7e05f3497b323",
                    "enabled": 1
                }
            },
            "daemontools": {
                "100": {
                    "checksum": "sha256:1034e2442c975dd2ccf84791b1a826d02032f13762d57c3485e51e2b9a7dc03f",
                    "enabled": 1
                }
            },
            "dbadm": {
                "100": {
                    "checksum": "sha256:40306590ef444152ae18b65040d85442c14853a9cc4c31b0224c4d19517d66ea",
                    "enabled": 1
                }
            },
            "dbskk": {
                "100": {
                    "checksum": "sha256:24559eff82b251f9814ae88c36a7cbacda1ed419a80145aef545306e88cb0da8",
                    "enabled": 1
                }
            },
            "dbus": {
                "100": {
                    "checksum": "sha256:50ea4eb05a06315449092c939e2307436ac6461e47ca69f0d42cc4e321e86280",
                    "enabled": 1
                }
            },
            "dcc": {
                "100": {
                    "checksum": "sha256:06e414b0a83b49968f62018cecde48dcfe68b2e9d699915367b3e04461188a0d",
                    "enabled": 1
                }
            },
            "ddclient": {
                "100": {
                    "checksum": "sha256:73ca2525a14e3161524f6e8fc0d016430a536002f1cb3833db1334670b458436",
                    "enabled": 1
                }
            },
            "denyhosts": {
                "100": {
                    "checksum": "sha256:1bd00b13b9bda18274a771d66f7cba8fe62e5e95ea8f51415da6b1fa1336df1b",
                    "enabled": 1
                }
            },
            "devicekit": {
                "100": {
                    "checksum": "sha256:03b01b781881cc60438bc357bd60596970b8ac019b415969bca8a08358fcbfd1",
                    "enabled": 1
                }
            },
            "dhcp": {
                "100": {
                    "checksum": "sha256:2ad95a78468f7f4ea9a8c044c79c0a4ca9924b41432390ea2863a85c806c9a00",
                    "enabled": 1
                }
            },
            "dictd": {
                "100": {
                    "checksum": "sha256:c30c819f142d3c719d0ec5741af5a65161770ff140097fe63f7559d55b897500",
                    "enabled": 1
                }
            },
            "dirsrv": {
                "100": {
                    "checksum": "sha256:50efdc68200d27ce1a5db99a780aa7b0e84988669961d436d348c7bb8310d181",
                    "enabled": 1
                }
            },
            "dirsrv-admin": {
                "100": {
                    "checksum": "sha256:8d9234157484f6ae8ba22039b44fa19f4de8137be9321e5da393d72d85d89487",
                    "enabled": 1
                }
            },
            "dmesg": {
                "100": {
                    "checksum": "sha256:8b834312a2cb99ab89862f839a1315e78794dd92758785f84c9559285dfbe679",
                    "enabled": 1
                }
            },
            "dmidecode": {
                "100": {
                    "checksum": "sha256:2c7fb8c6c52f385b819713f0444a96cfd4e65b7dcb3ca79b932cc12ad9ce903d",
                    "enabled": 1
                }
            },
            "dnsmasq": {
                "100": {
                    "checksum": "sha256:44f66c5d4f635600ee9d0ba3fdea3896218f1420b5ead89e0f22d71a447f9e97",
                    "enabled": 1
                }
            },
            "dnssec": {
                "100": {
                    "checksum": "sha256:49427a9e92b87db77706e2b81ece254c99d3cd6ba020211e2afae65fab7ad066",
                    "enabled": 1
                }
            },
            "dovecot": {
                "100": {
                    "checksum": "sha256:cc8c3a2ee0233a7f1fdf38837b72ce5fd15efef782a36ab4b9aa2ec339b46fa6",
                    "enabled": 1
                }
            },
            "drbd": {
                "100": {
                    "checksum": "sha256:b66be23c1ded4e548e5369b744c7c2a4dfd7065582517525221177ca67657525",
                    "enabled": 1
                }
            },
            "dspam": {
                "100": {
                    "checksum": "sha256:5dd7221ba40e9b912367289fed8ca116c14da4fb8bd7f28f421c4008855bb9fc",
                    "enabled": 1
                }
            },
            "entropyd": {
                "100": {
                    "checksum": "sha256:0f68aeeb1da72efb8c9b1bb7db0a4180b6938672b16f33d1abcd65f5481d85a9",
                    "enabled": 1
                }
            },
            "exim": {
                "100": {
                    "checksum": "sha256:f4c4473ee49394e0e4629023772464a046c476f92b4a727acdf9f6c92711b952",
                    "enabled": 1
                }
            },
            "fail2ban": {
                "100": {
                    "checksum": "sha256:2383cb88b81bc5d87be9f3201a42da526532c4ea8e6d3b3f5023005c0ddf6f17",
                    "enabled": 1
                }
            },
            "fcoe": {
                "100": {
                    "checksum": "sha256:913e66ac5f5ce364e5ea556acfbf77845c25a4beb5ee64599613aa00127c1492",
                    "enabled": 1
                }
            },
            "fetchmail": {
                "100": {
                    "checksum": "sha256:63f00993bae4285eff5e993d208ea786785c4331e6947b3a48a97d31145b2e98",
                    "enabled": 1
                }
            },
            "finger": {
                "100": {
                    "checksum": "sha256:16c506d472b007f7d36850810ca0fcfd9482d30ce9c0ba790174b78294fd1d74",
                    "enabled": 1
                }
            },
            "firewalld": {
                "100": {
                    "checksum": "sha256:bbf58446f30b93de19e5a19087ee012f8e347fef5e7e8012e64b31a0ec21ab09",
                    "enabled": 1
                }
            },
            "firewallgui": {
                "100": {
                    "checksum": "sha256:b61ff17eee03141c9c7bd79d63331ecea733cba4b5b43b87d5141a40cdccdd69",
                    "enabled": 1
                }
            },
            "firstboot": {
                "100": {
                    "checksum": "sha256:c5540b8385c84075dd657e390d77ae886aa9d74b65444b9aa1d858f375819a8c",
                    "enabled": 1
                }
            },
            "fprintd": {
                "100": {
                    "checksum": "sha256:c1ffb7734a0359a7390830d9c6477ab61c45fc026368bfd5e2246523a6439464",
                    "enabled": 1
                }
            },
            "freeipmi": {
                "100": {
                    "checksum": "sha256:9af2291d75a2d643f53ff7a98bcabf22effb617329178efea45372d714825de1",
                    "enabled": 1
                }
            },
            "freqset": {
                "100": {
                    "checksum": "sha256:28bf77389f3e41743b30727a891609172a891466e92c28a919f43e628cc23a4d",
                    "enabled": 1
                }
            },
            "fstools": {
                "100": {
                    "checksum": "sha256:140caf542903419ee2471fd99ab06aa45899c400402c2580b395b182f24bd225",
                    "enabled": 1
                }
            },
            "ftp": {
                "100": {
                    "checksum": "sha256:7e8456fdf7807b30e1c257e568ba10305696cf5abdebc70988c288079884d46b",
                    "enabled": 1
                }
            },
            "fwupd": {
                "100": {
                    "checksum": "sha256:1dd6a45b73c7ce77a87af1e87354ada5aa5b2841aaaa045a6b4ae3c4d09f0f8b",
                    "enabled": 1
                }
            },
            "games": {
                "100": {
                    "checksum": "sha256:950d8be99d5349a3d893ba601c518e6b2af0d56c5b55514a45dbd8a3c61c9ecc",
                    "enabled": 1
                }
            },
            "gdomap": {
                "100": {
                    "checksum": "sha256:5040cb99d007fe9368bd37a9a6bf82f891c220ef652443896a0f2f6ca6f818e1",
                    "enabled": 1
                }
            },
            "geoclue": {
                "100": {
                    "checksum": "sha256:f0155b43152b6b4b850d1c4fb7daf16fd77992313b8be314ddb4901314bf913d",
                    "enabled": 1
                }
            },
            "getty": {
                "100": {
                    "checksum": "sha256:a60d07665b0ebd25fd54a9d82dad5eb7acbc11a2842dba56d7b9524d26ce14ce",
                    "enabled": 1
                }
            },
            "git": {
                "100": {
                    "checksum": "sha256:5eaccf209092db49c9a48d84e1387c1de76cb153c774c0bd615c001afab28664",
                    "enabled": 1
                }
            },
            "gitosis": {
                "100": {
                    "checksum": "sha256:b522382b64f36cf387cd892b45e916c861bd0a09697bc983eb55b53b0efd3081",
                    "enabled": 1
                }
            },
            "glance": {
                "100": {
                    "checksum": "sha256:2c51d19fca6ee40e137245ecb425edc77666d75c42ba583bf74cf13f10ace055",
                    "enabled": 1
                }
            },
            "gnome": {
                "100": {
                    "checksum": "sha256:420b9cefa6bdb542f6da10de7b36704a91509cf64cd2497e5693a858cfca5e41",
                    "enabled": 1
                }
            },
            "gpg": {
                "100": {
                    "checksum": "sha256:f821aa6ca5837a2d2de8180e74c267f68da951960c989fb13ebde5833c93738e",
                    "enabled": 1
                }
            },
            "gpm": {
                "100": {
                    "checksum": "sha256:bf30c4945be0065672fb47f70ad251b1079ada339f61f2679293cb0226d0d57a",
                    "enabled": 1
                }
            },
            "gpsd": {
                "100": {
                    "checksum": "sha256:5373b2332959d6c41c32160018274ab61e3f1abd0f0a5cc2302c45b141a39a9b",
                    "enabled": 1
                }
            },
            "gssproxy": {
                "100": {
                    "checksum": "sha256:7528c47be91a81ac19f2f54458309baeb0a232d83a1ccb2bd89fbc8cefb1ddc8",
                    "enabled": 1
                }
            },
            "guest": {
                "100": {
                    "checksum": "sha256:91f43e4d5ae283f0aa13c49efea93293dbdecd2b2f4f75db89371eda65b7523e",
                    "enabled": 1
                }
            },
            "hddtemp": {
                "100": {
                    "checksum": "sha256:f170e1da6acae4fd7108d22c8cf262916e034f0d3edbdebf3265a922a5355373",
                    "enabled": 1
                }
            },
            "hostapd": {
                "100": {
                    "checksum": "sha256:8b15f72328885c08bfda38082a62feeaa2c6692223a4d2bd1a572820d454a742",
                    "enabled": 1
                }
            },
            "hostname": {
                "100": {
                    "checksum": "sha256:e9fc1c4032c0346f751e1ef8ad1b3fe3425401b70a6c4354d4485472288e0bc5",
                    "enabled": 1
                }
            },
            "hsqldb": {
                "100": {
                    "checksum": "sha256:f70b198e5a5157722b69dc89109c4074a475e1085356cc610cc9b700567c154d",
                    "enabled": 1
                }
            },
            "hwloc": {
                "100": {
                    "checksum": "sha256:370e9eea2b927a2715018b667e9a56ad09af301a90811cd9b041da79f5384b38",
                    "enabled": 1
                }
            },
            "hypervkvp": {
                "100": {
                    "checksum": "sha256:b54ce6f4960a02d35e19d60bf8a07f7866514893e3193a5f4822c8580a46caa4",
                    "enabled": 1
                }
            },
            "ibacm": {
                "100": {
                    "checksum": "sha256:663b35f3874583ae074924bc068a8dc4c7c144adb60007da6103d1e3505ee37a",
                    "enabled": 1
                }
            },
            "icecast": {
                "100": {
                    "checksum": "sha256:dedaddef1d7447d25a1e7ff01e60e4545606e556c6770bd3fa94d9331de7a5d7",
                    "enabled": 1
                }
            },
            "inetd": {
                "100": {
                    "checksum": "sha256:ae408578a7160f2feae10269365558c43d9570b392642a92cc20f8ad47c58cce",
                    "enabled": 1
                }
            },
            "init": {
                "100": {
                    "checksum": "sha256:7ff95566a4f2bdb8ca3ec67acdade39e35fdabc57c2f00b989bab3f699f997f8",
                    "enabled": 1
                }
            },
            "inn": {
                "100": {
                    "checksum": "sha256:9ad99284192a443aa582e73b46667388b7a219dafae8dfce71a58a82bbae2f6c",
                    "enabled": 1
                }
            },
            "insights_client": {
                "100": {
                    "checksum": "sha256:0e41289d8dce065dcd41fd6cc1e1282efd4a58e7f9e3a2f1abc32f520fbbcc1e",
                    "enabled": 1
                }
            },
            "iodine": {
                "100": {
                    "checksum": "sha256:32501ab66def044fbc340cb5c656d5743c738bbd6fca5626c36c687419cd8d32",
                    "enabled": 1
                }
            },
            "iotop": {
                "100": {
                    "checksum": "sha256:d15656cd91a4e4e178a13f7cf910cfc552cc30db881a11ec88833f947edb4561",
                    "enabled": 1
                }
            },
            "ipmievd": {
                "100": {
                    "checksum": "sha256:d34fe186922c0e5726ca361343ec3846833ec3e4ab9b019b3d7bac1337383a16",
                    "enabled": 1
                }
            },
            "ipsec": {
                "100": {
                    "checksum": "sha256:d36c66c2c79d338c61c90d4136433e1e3a73435e920eb36d70682dfd5e147e59",
                    "enabled": 1
                }
            },
            "iptables": {
                "100": {
                    "checksum": "sha256:5a674017cc648e3262757464e5413503154cc1f593da545ce2c4f946991012bc",
                    "enabled": 1
                }
            },
            "irc": {
                "100": {
                    "checksum": "sha256:d72428ccbff5521367e00699c142bba64b2bbd44fed35deb29f9530cc0448378",
                    "enabled": 1
                }
            },
            "irqbalance": {
                "100": {
                    "checksum": "sha256:15650b2f39ccdfbcb1e4e867a35fce3c2768097e611e0c8ad9cb79ae6c66dd58",
                    "enabled": 1
                }
            },
            "iscsi": {
                "100": {
                    "checksum": "sha256:ccb27142f793095c79f531aae924baaeee5914c84228a09c09b9eca839f3524e",
                    "enabled": 1
                }
            },
            "isns": {
                "100": {
                    "checksum": "sha256:90b42f610fa328cdfb98bd0450bd052566f203e51e4a913dd6faded6da7fbe2c",
                    "enabled": 1
                }
            },
            "jabber": {
                "100": {
                    "checksum": "sha256:5ad49d140265305dc72781a6826d1de4614a33f83bd512acdc2263038ad41206",
                    "enabled": 1
                }
            },
            "jetty": {
                "100": {
                    "checksum": "sha256:d910afd1bfe836543ded50974dc24ae7bd5fd2609d6a9b2403316dffcd39832d",
                    "enabled": 1
                }
            },
            "jockey": {
                "100": {
                    "checksum": "sha256:d9a67ce1976ed2e79826d25f33dcb0b0bbde6c090600b605bbaaae45856d12f6",
                    "enabled": 1
                }
            },
            "journalctl": {
                "100": {
                    "checksum": "sha256:9ddb71271d0dbe5cede6179c0ca263e297dc6b65197bde2f7b14ce71f8dde369",
                    "enabled": 1
                }
            },
            "kdbus": {
                "100": {
                    "checksum": "sha256:5969c78be4a03cc91e426bc19b13c5188b5bf8ac11f5e2c21c098c3d68a7e3e3",
                    "enabled": 1
                }
            },
            "kdump": {
                "100": {
                    "checksum": "sha256:fdde3852d1decda649133c6345680f9353b86a6da2a98a83a8be101c9c25f103",
                    "enabled": 1
                }
            },
            "kdumpgui": {
                "100": {
                    "checksum": "sha256:66c67280c70a9b897b0f952067438e0eee05f9f48913508b38d745ef88747f32",
                    "enabled": 1
                }
            },
            "keepalived": {
                "100": {
                    "checksum": "sha256:c1177567c7bf67bb2d0de17760cecf56e0bb34f50d6fe060dec64ae97a76ecdb",
                    "enabled": 1
                }
            },
            "kerberos": {
                "100": {
                    "checksum": "sha256:826fbe83705494e009b242b88857c425eacba49aadae506ffa2012c80e60f7ae",
                    "enabled": 1
                }
            },
            "keyboardd": {
                "100": {
                    "checksum": "sha256:f199811d9ddc8db83864a09c543567fcb2f117b3241967b092bff7c9fdbfbfb6",
                    "enabled": 1
                }
            },
            "keystone": {
                "100": {
                    "checksum": "sha256:b0a7227a870ea987035e0cd524ad956a68287d0a67dd7135de41c6d5977ff4c2",
                    "enabled": 1
                }
            },
            "kismet": {
                "100": {
                    "checksum": "sha256:488fb5fd17cf1f630f3e48a853da05f86c06fc58219dc2ae59251865734bf800",
                    "enabled": 1
                }
            },
            "kmscon": {
                "100": {
                    "checksum": "sha256:d64019b11b6a37f6cdc5579d56eb1e19b6a7231501e1cfe2a838d26a2eac6033",
                    "enabled": 1
                }
            },
            "kpatch": {
                "100": {
                    "checksum": "sha256:00070d71dfe2632491305387ffb264127dca4387425015e4cb013d6bce5f95c3",
                    "enabled": 1
                }
            },
            "ksmtuned": {
                "100": {
                    "checksum": "sha256:891f082452240ad2e726bad777ea787d0f0f8695cc2a75f7439a2badda030d24",
                    "enabled": 1
                }
            },
            "ktalk": {
                "100": {
                    "checksum": "sha256:2df6f3dbad4a513ee1c113e496e8d2f5a19f56015f4a21e7478f2f5b53f36359",
                    "enabled": 1
                }
            },
            "l2tp": {
                "100": {
                    "checksum": "sha256:8e4cb0b0e0d1293d669de0b0e50f68d6d6fbe8e8d830a236a1c0e676f2326fb2",
                    "enabled": 1
                }
            },
            "ldap": {
                "100": {
                    "checksum": "sha256:d0177bb5873d0e6f9595020a8f39ba06b19e4636ea610175a3afef4aec2719cb",
                    "enabled": 1
                }
            },
            "libraries": {
                "100": {
                    "checksum": "sha256:6d5f128f2d4fd9137a7c70d0d024703547796a71f70017b3550a31d3450e0435",
                    "enabled": 1
                }
            },
            "likewise": {
                "100": {
                    "checksum": "sha256:e7eebd050230b358b43435d37ce308c3ba15e2516f4045abf7d26f03ebfbc11c",
                    "enabled": 1
                }
            },
            "linuxptp": {
                "100": {
                    "checksum": "sha256:4132cd51913a3044e453ed0b972db2ef511fdc7b2a1b592d1070177651066ab9",
                    "enabled": 1
                }
            },
            "lircd": {
                "100": {
                    "checksum": "sha256:cc81b79d2834e58bef7928f525c1a1eee5547e81d195444b3bc2741e396ae46b",
                    "enabled": 1
                }
            },
            "livecd": {
                "100": {
                    "checksum": "sha256:805c7bc4ded621b44ecf333d558328e115bba652fcbc91f436cefc948497688e",
                    "enabled": 1
                }
            },
            "lldpad": {
                "100": {
                    "checksum": "sha256:358c4b262655cffbf20f7484aedb22f094509f44d52a1fa3efe3edeafd99317e",
                    "enabled": 1
                }
            },
            "loadkeys": {
                "100": {
                    "checksum": "sha256:26f9e78406ecdc968ed670b32db1d10805e66875631558f092f08a6e1f2170dc",
                    "enabled": 1
                }
            },
            "locallogin": {
                "100": {
                    "checksum": "sha256:e07d92775ed25e7a3627bf977452844c67acf473b33075475f433f8be76dd755",
                    "enabled": 1
                }
            },
            "lockdev": {
                "100": {
                    "checksum": "sha256:1f946da2054cc1693209749df12ff01ab6456247d6225733aebb3a7d70a46e20",
                    "enabled": 1
                }
            },
            "logadm": {
                "100": {
                    "checksum": "sha256:70546c4b3d01f15bc7a69747dbb12fc6bcef5d899f6301f62c0c612c7069082a",
                    "enabled": 1
                }
            },
            "logging": {
                "100": {
                    "checksum": "sha256:656067c78ff1246a1a758a213d44307f91cb79336fe74a47015af425e58266fc",
                    "enabled": 1
                }
            },
            "logrotate": {
                "100": {
                    "checksum": "sha256:76cc40f1943fe21959793499bffaf35d0fe53ffc3f6c5a8b31eb96e738a286c2",
                    "enabled": 1
                }
            },
            "logwatch": {
                "100": {
                    "checksum": "sha256:cf4450b03e28762040c29f2a28af238cd4905d1c6bd4c73d656b266c7b9a8a6c",
                    "enabled": 1
                }
            },
            "lpd": {
                "100": {
                    "checksum": "sha256:9358dc35659b9570d3e8119a088b2693d7de505ea25996dc139517a857888857",
                    "enabled": 1
                }
            },
            "lsm": {
                "100": {
                    "checksum": "sha256:1247dc4bccfbc9ee42292db4415b21ae00bdef3dc2faeb267f045413da4a1b1b",
                    "enabled": 1
                }
            },
            "lttng-tools": {
                "100": {
                    "checksum": "sha256:79e4a2224ede13cd5f2c0e6e7c61e83efabaf1d05b86f6f7a710599bfc48edaf",
                    "enabled": 1
                }
            },
            "lvm": {
                "100": {
                    "checksum": "sha256:f56137657dd61a1a8a8844d5d1db01fc03330d17e05457d03f64756b344c32ef",
                    "enabled": 1
                }
            },
            "mailman": {
                "100": {
                    "checksum": "sha256:e47811cf3bd8204eaa02c4aab92f3d426f0a3ef97161e1579845d1e03df1fc1d",
                    "enabled": 1
                }
            },
            "mailscanner": {
                "100": {
                    "checksum": "sha256:8d447072ab5005ead27f1cb4d96dcbedf09a11182f660c6f59c6d56fd81235d8",
                    "enabled": 1
                }
            },
            "man2html": {
                "100": {
                    "checksum": "sha256:224584babd9e83c242d54fd8c5cd03379b0556005268aac22b15734b913f12e6",
                    "enabled": 1
                }
            },
            "mandb": {
                "100": {
                    "checksum": "sha256:ae44b8ec7a90ebbc45fdafe89663197b36e47120ad90eb22b475939055ea6924",
                    "enabled": 1
                }
            },
            "mcelog": {
                "100": {
                    "checksum": "sha256:c5d98ec368b145c74b4bf0ea8da3980b17af0c2d00654c5a6973241625f97b12",
                    "enabled": 1
                }
            },
            "mediawiki": {
                "100": {
                    "checksum": "sha256:43f1c6f7cfdeaa26891824167cf637a8670785c2674b45d85ce4a7ac77190a36",
                    "enabled": 1
                }
            },
            "memcached": {
                "100": {
                    "checksum": "sha256:f0f9c7367e9bd196aa463916bd5aab02f6966dad9564a0f2fd070bb2e8410aeb",
                    "enabled": 1
                }
            },
            "milter": {
                "100": {
                    "checksum": "sha256:db190bacd2b84a29971cd1940cd15d606abbfded5c9b956894717afd91fc7a0d",
                    "enabled": 1
                }
            },
            "minidlna": {
                "100": {
                    "checksum": "sha256:0d6ac660d641c1cf707a814ed08e19b9e21547a3eaa7134cab84dbc5fee6b5b2",
                    "enabled": 1
                }
            },
            "minissdpd": {
                "100": {
                    "checksum": "sha256:dd2ab85bcba6d204f9dbc7304e8a4940e5d1733d4b9cf4fcb0f4072982c585c3",
                    "enabled": 1
                }
            },
            "mip6d": {
                "100": {
                    "checksum": "sha256:406edf2c78ba0e692d5a78f3c5ca8d641d00131b143332adeaad9f325959683a",
                    "enabled": 1
                }
            },
            "mirrormanager": {
                "100": {
                    "checksum": "sha256:7084de59beaaaf4f630357ec53beff8d0a0ee532ac180fe58e23bfe98f1fdaee",
                    "enabled": 1
                }
            },
            "miscfiles": {
                "100": {
                    "checksum": "sha256:7e7e87e302bf847a4c59d69e5af60729e61bada0cc5d6ec17a25a6514476cb48",
                    "enabled": 1
                }
            },
            "mock": {
                "100": {
                    "checksum": "sha256:ae352eccf2f2c9ee8f0d9635517d9ae3c9bba83c617deca8f989e2aae8dd35fa",
                    "enabled": 1
                }
            },
            "modemmanager": {
                "100": {
                    "checksum": "sha256:84a60147d2b0121ff6ede6199583cdb5619480d015b2a675c6a0569f91c12d66",
                    "enabled": 1
                }
            },
            "modutils": {
                "100": {
                    "checksum": "sha256:67c3914aeb25e38fc6bd0793fddc41122dba1547d54e91a78065545fea3b9c87",
                    "enabled": 1
                }
            },
            "mojomojo": {
                "100": {
                    "checksum": "sha256:6030afcea9f8d46f25dd7785737edd25eb0f1e50b76eafe4d9103196b722d47e",
                    "enabled": 1
                }
            },
            "mon_statd": {
                "100": {
                    "checksum": "sha256:6ba3a594d01a11bc32e7cb554f7386314b5089eb4416fb776edb552a7d53c41d",
                    "enabled": 1
                }
            },
            "mongodb": {
                "100": {
                    "checksum": "sha256:1b2d30558bec7fc08d1d388ae2bb0becd2233c99c9fb173fd00809786ce5eed9",
                    "enabled": 1
                }
            },
            "motion": {
                "100": {
                    "checksum": "sha256:346e172be35df168eb0e4fbc8e176b0fda87de9bc5787f7a5ab7667cfe1e3c3b",
                    "enabled": 1
                }
            },
            "mount": {
                "100": {
                    "checksum": "sha256:f66c53d993dcd47ea1ff3d797f8fd69fb8161a4ff8a59f54f66a2de9462a55a7",
                    "enabled": 1
                }
            },
            "mozilla": {
                "100": {
                    "checksum": "sha256:7696dbb77c54531cf2574c7ede9f085cf64611dcf7a612530dce2de19f7a8b9f",
                    "enabled": 1
                }
            },
            "mpd": {
                "100": {
                    "checksum": "sha256:0f67c18c9101b53f57ef857a74d6044701e1d2c347f829a03c0579c545fdbef3",
                    "enabled": 1
                }
            },
            "mplayer": {
                "100": {
                    "checksum": "sha256:f82c0a72506f1011e47ba98e51d5edf906f58fc190d797f5d1a0b8e5cc7d0762",
                    "enabled": 1
                }
            },
            "mrtg": {
                "100": {
                    "checksum": "sha256:afcd9267261b334900420461279b8555fdb4bd783af880fa4606d8afc65e0712",
                    "enabled": 1
                }
            },
            "mta": {
                "100": {
                    "checksum": "sha256:b0f9753424c504a288f55d495105f6d475d69287b718190ae5192cf7d6ddfde6",
                    "enabled": 1
                }
            },
            "munin": {
                "100": {
                    "checksum": "sha256:29f87ec15fa19e975c83288d55e56bab64855a24c4d8826fe4138eda9a46cc97",
                    "enabled": 1
                }
            },
            "mysql": {
                "100": {
                    "checksum": "sha256:b028af8f4e726feb8c26037f7c6d6f97383977bd5ee6141ab4e8e1d096d6481f",
                    "enabled": 1
                }
            },
            "mythtv": {
                "100": {
                    "checksum": "sha256:e025b2dbf50901632da0ee2aa658105a322275eb120d782cbbf25f2895231154",
                    "enabled": 1
                }
            },
            "naemon": {
                "100": {
                    "checksum": "sha256:a19b3b0540dc52d9506ca7e5d804c2fe9115b3ea28bfd9273030e841e12eb277",
                    "enabled": 1
                }
            },
            "nagios": {
                "100": {
                    "checksum": "sha256:39ca80027ac8585f368bcd57f555ba87bf409f7b7d6c4292c09fd06cc1691c80",
                    "enabled": 1
                }
            },
            "namespace": {
                "100": {
                    "checksum": "sha256:ef73850f29b4ff4ff904d506d545bf366fd1e7c2ba82a7a7c9a4513e3eee45d9",
                    "enabled": 1
                }
            },
            "ncftool": {
                "100": {
                    "checksum": "sha256:2c9356101a9ddbec94afdd12ca669ba93a1d422c302f9e17b78b18670617d2a1",
                    "enabled": 1
                }
            },
            "netlabel": {
                "100": {
                    "checksum": "sha256:9a32ce04c1dd8e120588c15b3057f838bedce8f14c91576b667295d47800e0ad",
                    "enabled": 1
                }
            },
            "netutils": {
                "100": {
                    "checksum": "sha256:5e0a20ae09b00fac69ee30a0d55ff73fa692d8350c9c0b0343af61e4f0dd654f",
                    "enabled": 1
                }
            },
            "networkmanager": {
                "100": {
                    "checksum": "sha256:9c67b21155929e43e4efd3fc81a85fddc9f1030b47ee4a275789014c1311b972",
                    "enabled": 1
                }
            },
            "ninfod": {
                "100": {
                    "checksum": "sha256:85cac2885d75522eb07189efcc3feeb7775fc6daf5cf3f1a28a1fd2109fe148c",
                    "enabled": 1
                }
            },
            "nis": {
                "100": {
                    "checksum": "sha256:b5b133d60b98068eb9480c54285050ae9b49d2fb309eac8994cc91c865ee02d4",
                    "enabled": 1
                }
            },
            "nova": {
                "100": {
                    "checksum": "sha256:59919a89d30a5d4b60d6971fa636fb62605d59d214ec614adc279f6cbe2c2b27",
                    "enabled": 1
                }
            },
            "nscd": {
                "100": {
                    "checksum": "sha256:578bc975477539c659f3608b1445a0c7a9bc7c3f2dcf65b3e55f3a3af89ea564",
                    "enabled": 1
                }
            },
            "nsd": {
                "100": {
                    "checksum": "sha256:d5b03cdc6c8bbc222b8e3d30680b1a7d2d1a49837e7d509aafcf6b2a3a32195b",
                    "enabled": 1
                }
            },
            "nslcd": {
                "100": {
                    "checksum": "sha256:18b003071f4c36307616f7d5de8cff6d4e376af31cb96ce1a5ad6ae3011dfd09",
                    "enabled": 1
                }
            },
            "ntop": {
                "100": {
                    "checksum": "sha256:f942c7fbe636b9d60327ef9dade1120340c16a2992a6b50db5fbaecd44ffd63d",
                    "enabled": 1
                }
            },
            "ntp": {
                "100": {
                    "checksum": "sha256:686664a71e74b0edd643ab9d556b1aab092fa707935da5ea928a66f54a3c84e0",
                    "enabled": 1
                }
            },
            "numad": {
                "100": {
                    "checksum": "sha256:dabc5ce6244d0b0939e9a07bd6bc232e8b666529a0b7b29527e586db8224862c",
                    "enabled": 1
                }
            },
            "nut": {
                "100": {
                    "checksum": "sha256:653e708dec531e483992b25944a689ec9369478d039a5ec62c98294ab73ce8c4",
                    "enabled": 1
                }
            },
            "nx": {
                "100": {
                    "checksum": "sha256:4ae55fe839abaaf0ea52b79a5c8f6a906575b83cca29532c2dd52337fb3d5790",
                    "enabled": 1
                }
            },
            "obex": {
                "100": {
                    "checksum": "sha256:7b2c87e864b6008f734e1effa48cee1399f41843b9d80d3fd95fbd19e058598f",
                    "enabled": 1
                }
            },
            "oddjob": {
                "100": {
                    "checksum": "sha256:9de0b544b2373ea0f1b7217f9179898479dbff0da36ea9857783de57d06585cf",
                    "enabled": 1
                }
            },
            "opafm": {
                "100": {
                    "checksum": "sha256:761bf911674d23053eceabbbda8da16c73af5f300929a33a64513dc6e3b2d0af",
                    "enabled": 1
                }
            },
            "openct": {
                "100": {
                    "checksum": "sha256:5674f8e8c975570649e3065460786cb4521a86370bffef5a9de18c69813fe68e",
                    "enabled": 1
                }
            },
            "opendnssec": {
                "100": {
                    "checksum": "sha256:bdef6dbb24ae22548634759ac823a8c3e21fde6368cfdfd742480f7027e63ddd",
                    "enabled": 1
                }
            },
            "openfortivpn": {
                "100": {
                    "checksum": "sha256:1a1bff55993510cb6481383b299e1f1a6349ec76e4947bfc8c5b1347e4d30bf4",
                    "enabled": 1
                }
            },
            "openhpid": {
                "100": {
                    "checksum": "sha256:ad3f3f3ba4442930560b291c022e674e6a50e4a37fe027926299b2f6cdec14bd",
                    "enabled": 1
                }
            },
            "openshift": {
                "100": {
                    "checksum": "sha256:329e4b9d1df5012ace94cbe9cba7dfa7ee7d9f242090072c71aaacbeea78986a",
                    "enabled": 1
                }
            },
            "openshift-origin": {
                "100": {
                    "checksum": "sha256:31cbbb069354f984e4af75b387778fae1ff4dc6c3e60533357d005ffa960b51c",
                    "enabled": 1
                }
            },
            "opensm": {
                "100": {
                    "checksum": "sha256:c0e1bf0a8eb50e0b41fa69bf5b65e2a7c324e4bc7255933a5d2bac3b9ae6f4de",
                    "enabled": 1
                }
            },
            "openvpn": {
                "100": {
                    "checksum": "sha256:a4d12ae8ad77d65d0fcabb20aa4a83886e782d732123f686f88a7d7472384104",
                    "enabled": 1
                }
            },
            "openvswitch": {
                "100": {
                    "checksum": "sha256:a54f8a8ea5abb8a33734ecef9d9ad1c0dd090a6e0c5187e80de52f522d2d5e39",
                    "enabled": 1
                }
            },
            "openwsman": {
                "100": {
                    "checksum": "sha256:d6b7bb8f7749265bdaf938abecb2f8f78c6e9e8dc06c1c26b48da227af5a8654",
                    "enabled": 1
                }
            },
            "oracleasm": {
                "100": {
                    "checksum": "sha256:67e31eec391bac337ebacb78c096589af4b7e8be6aa05c34cf187ba922a2abde",
                    "enabled": 1
                }
            },
            "osad": {
                "100": {
                    "checksum": "sha256:6635ff0231bfc3d88c771553d495941ee0f98871edfe6c86205b087186b3a72f",
                    "enabled": 1
                }
            },
            "pads": {
                "100": {
                    "checksum": "sha256:5b4531e9231d399ebec8e6b6870a812c6a64b2daffde35fa57a009b24a01809f",
                    "enabled": 1
                }
            },
            "passenger": {
                "100": {
                    "checksum": "sha256:912a1c442559d6ab48453d87e2b997bdee3017a54a0b60aeaf7d4603fde0f34b",
                    "enabled": 1
                }
            },
            "pcmcia": {
                "100": {
                    "checksum": "sha256:456b3520c26e5f2a913437318715712ae00f64932a27ab1bb8b8b42e0524fa05",
                    "enabled": 1
                }
            },
            "pcp": {
                "100": {
                    "checksum": "sha256:5302332fba7e6724ab7a3c32bd523b10322c20011c6e42ae4e769a49f3efabdd",
                    "enabled": 1
                }
            },
            "pcscd": {
                "100": {
                    "checksum": "sha256:2ee37df066a9ff80439b08c092809f3661e2f9a8ad02134e839627fd23a20c1f",
                    "enabled": 1
                }
            },
            "pdns": {
                "100": {
                    "checksum": "sha256:a1a10cd52eb9dd15bc1ccfed440f6b3d235edc7405a3932f81805d8d94000245",
                    "enabled": 1
                }
            },
            "pegasus": {
                "100": {
                    "checksum": "sha256:4280c40629dd111fd1c89ff867ac72d1e7ddde49dc3d286637e6a86b868e2303",
                    "enabled": 1
                }
            },
            "permissivedomains": {
                "100": {
                    "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2",
                    "enabled": 1
                }
            },
            "pesign": {
                "100": {
                    "checksum": "sha256:6461acd0385c0b1a32bf646fc9e09da0c7ca513954ed8fe2a03f4ee7f6a64fcf",
                    "enabled": 1
                }
            },
            "pingd": {
                "100": {
                    "checksum": "sha256:f7536a518a046b793ea3f74a67d677b878baac44b28268c5ccecbf10715d89ab",
                    "enabled": 1
                }
            },
            "piranha": {
                "100": {
                    "checksum": "sha256:11436fb7942d28e3eca22bc078ee5475f632d8447008a6414f337d4bbc3515dc",
                    "enabled": 1
                }
            },
            "pkcs": {
                "100": {
                    "checksum": "sha256:c70e17d1a4d347b38fdfbb2a5dab292e3e0c538ea52fb6cfdef2714e130da0b1",
                    "enabled": 1
                }
            },
            "pkcs11proxyd": {
                "100": {
                    "checksum": "sha256:c9582c89cac1546fa1e5bf9802c5a322e52e2529256f9e5922d5813e40be3646",
                    "enabled": 1
                }
            },
            "pki": {
                "100": {
                    "checksum": "sha256:ec40fbe6355370fe69a8ff343744654b06d4134c1518c64269be1f3a49083968",
                    "enabled": 1
                }
            },
            "plymouthd": {
                "100": {
                    "checksum": "sha256:7aa52d533e28a3ebf76d879c24bb4e0a58574033d5af6d4d22b716d1156c3f90",
                    "enabled": 1
                }
            },
            "podsleuth": {
                "100": {
                    "checksum": "sha256:b32a5cc38b8edcc76b94862cee0c822a5b4d095329f53ab6f7cb014c76346e8c",
                    "enabled": 1
                }
            },
            "policykit": {
                "100": {
                    "checksum": "sha256:686d9f7652cb2b3d7ce6af2aa620c14a6cbbbdb8d26b3630cfbf6bc34d9e3e6c",
                    "enabled": 1
                }
            },
            "polipo": {
                "100": {
                    "checksum": "sha256:6098bd8a4f449c01dc7e0f4509663994259fe8848f2f21d1319bf7105bbacc4e",
                    "enabled": 1
                }
            },
            "portmap": {
                "100": {
                    "checksum": "sha256:f561aef22cda98a94a74bedda09645e50066a77a23d3bdcbb1143b0c62ffe7b2",
                    "enabled": 1
                }
            },
            "portreserve": {
                "100": {
                    "checksum": "sha256:9de99e881e9e2e7e0b78629eec721840da4aa18f78ff5a06e46b7a596c28a09a",
                    "enabled": 1
                }
            },
            "postfix": {
                "100": {
                    "checksum": "sha256:3101c4c1d54f3e175dc3fcff001c6937a9ffec7781f4095ea38fea88df7e8067",
                    "enabled": 1
                }
            },
            "postgresql": {
                "100": {
                    "checksum": "sha256:a734cc086d7d73ef2ffe7543f82dc50b57619e78e60664cb67a9513790f3335a",
                    "enabled": 1
                }
            },
            "postgrey": {
                "100": {
                    "checksum": "sha256:ef4d03336b66c1184f352f9b3fe8004d870bbf003673d4393bde24ea14b056b8",
                    "enabled": 1
                }
            },
            "ppp": {
                "100": {
                    "checksum": "sha256:83e6712ba7343dc1346e94c51b75b05839f78bd24f9324d984b7aa9631bd0377",
                    "enabled": 1
                }
            },
            "prelink": {
                "100": {
                    "checksum": "sha256:df050b0d180947788ab45862c4627ae640c92cf0f6a994a685e4cb5fe46bef76",
                    "enabled": 1
                }
            },
            "prelude": {
                "100": {
                    "checksum": "sha256:88c5fa3da64c127ed6e688f9eba5e50a8f6f98ea3243d29b8b0bc0375ef95420",
                    "enabled": 1
                }
            },
            "privoxy": {
                "100": {
                    "checksum": "sha256:e4a84567c63c892d4cdda3a9a4b15ad5188c093da679a354f00c43b6376a844d",
                    "enabled": 1
                }
            },
            "procmail": {
                "100": {
                    "checksum": "sha256:98170eed35b67b9097514bcb044a18cc3f757af5f91b5d870ea707d6048cde75",
                    "enabled": 1
                }
            },
            "prosody": {
                "100": {
                    "checksum": "sha256:07e999e033252b28ae41697ddc23b42dbcf4bdc143c9eb1c55475aabc9fc9caf",
                    "enabled": 1
                }
            },
            "psad": {
                "100": {
                    "checksum": "sha256:7fc3410de486bf89c4d35989937f424b435c9c4f5398f47f9c840b146197c6ac",
                    "enabled": 1
                }
            },
            "ptchown": {
                "100": {
                    "checksum": "sha256:129978bcb62fdcaed728fb288b321c204575246eb535354e02bfd83089cb0ded",
                    "enabled": 1
                }
            },
            "publicfile": {
                "100": {
                    "checksum": "sha256:9cc75080e25fb5602ab266f1c0d0f16843bdfc561e7af6dec32d669e31bebe98",
                    "enabled": 1
                }
            },
            "pulseaudio": {
                "100": {
                    "checksum": "sha256:a41fc5d1275d548510a2be0180741f952f0f696f443eaabf03c1abf3f80f499e",
                    "enabled": 1
                }
            },
            "puppet": {
                "100": {
                    "checksum": "sha256:81559a7d5e16e228382840986ae0e414d4a78163a9b51b5d9c05a58e07574e8d",
                    "enabled": 1
                }
            },
            "pwauth": {
                "100": {
                    "checksum": "sha256:8590f80ce91ddd4862ce2beab9ec64deb66d99c5583ff5ee3cbff2e503caaa37",
                    "enabled": 1
                }
            },
            "qmail": {
                "100": {
                    "checksum": "sha256:917a35c0ec48acfb5166c937e97269acac39541acebad9c1c410bfdbcb483da1",
                    "enabled": 1
                }
            },
            "qpid": {
                "100": {
                    "checksum": "sha256:cfdb156d23ae6c99b3dbac171ab1626202bf1ae7671fae9f6d6f7241116638dd",
                    "enabled": 1
                }
            },
            "quantum": {
                "100": {
                    "checksum": "sha256:eb4881c554de7882b4e5590a8efb35a758fc1b3d61bc1502632d6f4e571cb331",
                    "enabled": 1
                }
            },
            "quota": {
                "100": {
                    "checksum": "sha256:27d1fb8e99c6d1c75fc8efa8aeaf4303d0dcd8d03cb2992d968a3186d648f4b9",
                    "enabled": 1
                }
            },
            "rabbitmq": {
                "100": {
                    "checksum": "sha256:f0b2b81a6670b7640d49d49c364635f39272330f08bcdaa23c681bf2ac64e10f",
                    "enabled": 1
                }
            },
            "radius": {
                "100": {
                    "checksum": "sha256:791a60cff31fca43e01aa4bfe3a57c5938015db44fd1f64064778dbbcdb6e2e2",
                    "enabled": 1
                }
            },
            "radvd": {
                "100": {
                    "checksum": "sha256:1cea7f5b37f7a0e722ecbccaa09d95db2b175ec125d62e3898a99081c51c6f96",
                    "enabled": 1
                }
            },
            "raid": {
                "100": {
                    "checksum": "sha256:a94b0b917312a73eda50ea641dee49eb00f49df286133fcdb13267fd49ce5d1f",
                    "enabled": 1
                }
            },
            "rasdaemon": {
                "100": {
                    "checksum": "sha256:159d40315f3f5086a31e6f0a6a90d342783d6f0c97c5feeb9c92808c7345adcf",
                    "enabled": 1
                }
            },
            "rdisc": {
                "100": {
                    "checksum": "sha256:a61f7efd50387ebfd35b675b22a8cba86c6216c0bbd901aab5e8674b5c442777",
                    "enabled": 1
                }
            },
            "readahead": {
                "100": {
                    "checksum": "sha256:276a24e14ef12f5fadaeab2883d501cb096e01a9ce1be2178a5c50ebfa6b3fcb",
                    "enabled": 1
                }
            },
            "realmd": {
                "100": {
                    "checksum": "sha256:61561d5f14d9a6597d6e312f5429947baab045d01a729f7cc34406e859fa0015",
                    "enabled": 1
                }
            },
            "redis": {
                "100": {
                    "checksum": "sha256:f40066828d25674c525148f890d9cc84ddbb203f5a4aaad616ef2cd3a497fdc3",
                    "enabled": 1
                }
            },
            "remotelogin": {
                "100": {
                    "checksum": "sha256:742f881c1a4838ecfc1a55a7f3b78a72267644e3a64e3ec45a191599b5bd8532",
                    "enabled": 1
                }
            },
            "restraint": {
                "400": {
                    "checksum": "sha256:5dd2b902123ef00065db6ec8d173f37baa26dbe43566bd5f06594ef1243fd5fd",
                    "enabled": 1
                }
            },
            "rhcs": {
                "100": {
                    "checksum": "sha256:67f232676ac23535867e2494f04989dbd6b9b6d4bbc67df67dc2edb4d31a8be8",
                    "enabled": 1
                }
            },
            "rhev": {
                "100": {
                    "checksum": "sha256:ee2f26beaa5c6a5d25e03ef9ab30302d6b29b283283683421fab52e29e47fe3d",
                    "enabled": 1
                }
            },
            "rhgb": {
                "100": {
                    "checksum": "sha256:39c550e1c8b149dc6f308b0f9ef238315208453ee064bb1558eff9137531840f",
                    "enabled": 1
                }
            },
            "rhnsd": {
                "100": {
                    "checksum": "sha256:16bff56244925c7696fa2da5a4c986132488c352149cc88181bf6b4143fc80ba",
                    "enabled": 1
                }
            },
            "rhsmcertd": {
                "100": {
                    "checksum": "sha256:e999510837aabb3ce118ad61225a846f687588e9a321ffe675b56511191bc323",
                    "enabled": 1
                }
            },
            "rhts": {
                "400": {
                    "checksum": "sha256:9000bd99784bc22ffda4493b4985e8c5a2e65e87aeaa1cb96ba82d367a27a8be",
                    "enabled": 1
                }
            },
            "ricci": {
                "100": {
                    "checksum": "sha256:c72c61297cf864a1abda8226de08039c8ae0212808d3f7fd8725b53b955d59f6",
                    "enabled": 1
                }
            },
            "rkhunter": {
                "100": {
                    "checksum": "sha256:d48bd9c5789f4adc396773664402ddeab432caa99597267ccdf24220948e5b3c",
                    "enabled": 1
                }
            },
            "rkt": {
                "100": {
                    "checksum": "sha256:a9414e82cadd2876471465737bd8322eb833e296869ebcefcd9e722ff717d350",
                    "enabled": 1
                }
            },
            "rlogin": {
                "100": {
                    "checksum": "sha256:a4b2e25abc4099a0a54821518b7c824a2ddb7544fb0b5ddde9a0a9be159ac1b2",
                    "enabled": 1
                }
            },
            "rngd": {
                "100": {
                    "checksum": "sha256:5c867af2674586cc1c41aa3203e3704a0d1400d344a8e257bc61e9eebb86ad03",
                    "enabled": 1
                }
            },
            "rolekit": {
                "100": {
                    "checksum": "sha256:73382d4b8a12fa161dbb5ba36c94e7f0b1f82b1abdf0a4f07ca6c981e08f271b",
                    "enabled": 1
                }
            },
            "roundup": {
                "100": {
                    "checksum": "sha256:1a2503ebaa997c6b6efd5d2343ea731f73b2f0312f2e8d5578dad2c8a84a94fa",
                    "enabled": 1
                }
            },
            "rpc": {
                "100": {
                    "checksum": "sha256:e423284f5ed36e7b6c52f581b444a981d5d1c8af6c8dabe8c6cb6c71d3f49fb2",
                    "enabled": 1
                }
            },
            "rpcbind": {
                "100": {
                    "checksum": "sha256:53831134210db04fe6e6b0f05e20b8b7307ae8c11e774faec9e1b3aa2b02b5dc",
                    "enabled": 1
                }
            },
            "rpm": {
                "100": {
                    "checksum": "sha256:acbd671bd661f9f2f25d4798f1646a51075f297c8b086ea9bd3133a00e356432",
                    "enabled": 1
                }
            },
            "rrdcached": {
                "100": {
                    "checksum": "sha256:c6110313310591ee2a08b504b04ebd1b98f370b6633172f06ee7c0c7db0a963d",
                    "enabled": 1
                }
            },
            "rshd": {
                "100": {
                    "checksum": "sha256:1340ab5daac926cc1354452869ab5aa78d27ceb110543624d2ffaf93773c394b",
                    "enabled": 1
                }
            },
            "rssh": {
                "100": {
                    "checksum": "sha256:9dabc52612d567e728786c007f5017c7032c02be3a9201521a530fc91ca789f8",
                    "enabled": 1
                }
            },
            "rsync": {
                "100": {
                    "checksum": "sha256:33dffe2764dc45bbc59b406a67187c39864412bac07ee089bda30ef09cb70faa",
                    "enabled": 1
                }
            },
            "rtas": {
                "100": {
                    "checksum": "sha256:9d55dfe843e44e8a93c02ea28b14856edfdb1f820bb647992daa6af11e2dbd37",
                    "enabled": 1
                }
            },
            "rtkit": {
                "100": {
                    "checksum": "sha256:ea77b9f26c8fc61b7fc281099b2f16e75c5b196660fff55a95f96e97935a7a1b",
                    "enabled": 1
                }
            },
            "rwho": {
                "100": {
                    "checksum": "sha256:4468bfdd23924a96b4cf8c6fa1a3fa606fdd8ac69b7cb17c16a6e39a95908921",
                    "enabled": 1
                }
            },
            "samba": {
                "100": {
                    "checksum": "sha256:c97b92abaf053976c89a670d82bf06bc5c7d561ccf03e3ff1ac84be6e01cfc5c",
                    "enabled": 1
                }
            },
            "sambagui": {
                "100": {
                    "checksum": "sha256:18d1a69de368fa621e8ef3234b8ddb40261ced880bb732328a310db5a62a7a0a",
                    "enabled": 1
                }
            },
            "sandboxX": {
                "100": {
                    "checksum": "sha256:711df017c1f168e33245144d67289225439bbed701fb1146cb83e9cd63ce1f7a",
                    "enabled": 1
                }
            },
            "sanlock": {
                "100": {
                    "checksum": "sha256:093d9d9793142bb9a8c4375f5f368ca1a4d9beb0cd05329518f91bb9ea51bd06",
                    "enabled": 1
                }
            },
            "sasl": {
                "100": {
                    "checksum": "sha256:536ce94509d38b40200debf17fbddc16ec9004463fdb3fc42890dde9b3eb56f1",
                    "enabled": 1
                }
            },
            "sbd": {
                "100": {
                    "checksum": "sha256:57ecac942ea46af55728362527d70a3e135c3b4711688ddf62596b9a768d9fb0",
                    "enabled": 1
                }
            },
            "sblim": {
                "100": {
                    "checksum": "sha256:2ab2f52e6bac063f176e007b39cd8a4e43012ea075d82af20fbb3403891b6493",
                    "enabled": 1
                }
            },
            "screen": {
                "100": {
                    "checksum": "sha256:7df09c8fa09e105ecf51fee797975603a2df8d15c3a0bf00fdb1d565fe4a6b91",
                    "enabled": 1
                }
            },
            "secadm": {
                "100": {
                    "checksum": "sha256:9cf04d33aa9dec0b559c892fb20df89fbe1883544d4ac2d6bf6fc319f0a16663",
                    "enabled": 1
                }
            },
            "sectoolm": {
                "100": {
                    "checksum": "sha256:e7f9a696e0958d6bdbd6696e67a9b4af62430456d0f278e290db0ea1ee9750b7",
                    "enabled": 1
                }
            },
            "selinuxutil": {
                "100": {
                    "checksum": "sha256:c72355dc70789deb94777acd0b47c2c3ae628e8d90bffb0e0e320941e5ddf3b7",
                    "enabled": 1
                }
            },
            "sendmail": {
                "100": {
                    "checksum": "sha256:98f68238d6ca96277390c160adeed4e3e382d5ded5a88a3909cfebe986b849be",
                    "enabled": 1
                }
            },
            "sensord": {
                "100": {
                    "checksum": "sha256:10ca96a581ef4b0fa1789160fd71fb340d8b1d13906b42fab6e9119033d4f942",
                    "enabled": 1
                }
            },
            "setrans": {
                "100": {
                    "checksum": "sha256:3a172b4972f9271250b4d228541c78b0243fd0544ac983db0f590e09674f700d",
                    "enabled": 1
                }
            },
            "setroubleshoot": {
                "100": {
                    "checksum": "sha256:f78edfcb470cd9929f45b6db29ae4924a286ab30a03f80b7bdf3699bccb98314",
                    "enabled": 1
                }
            },
            "seunshare": {
                "100": {
                    "checksum": "sha256:ba2043d9665e2fd3a9e2d103671bfe647060b93d9c02eed2dca3066a0ecfb81d",
                    "enabled": 1
                }
            },
            "sge": {
                "100": {
                    "checksum": "sha256:cf843c98ff4113ded675f79df694549b4f848aecb1295f0a510101e301fbd348",
                    "enabled": 1
                }
            },
            "shorewall": {
                "100": {
                    "checksum": "sha256:c7c49d28e52aba4d168e684b9160a225fbecab373bfbb6963bbe89c93ecb867b",
                    "enabled": 1
                }
            },
            "slocate": {
                "100": {
                    "checksum": "sha256:be1825562f583305597e5ceb1298ebb60e42c4f270b4a7e3751cf9d9be1b1fac",
                    "enabled": 1
                }
            },
            "slpd": {
                "100": {
                    "checksum": "sha256:14748519962688e62b7bc7e7c03ad91c1f815c5d33c63f2d60e03340f55609a8",
                    "enabled": 1
                }
            },
            "smartmon": {
                "100": {
                    "checksum": "sha256:9f26cf1e9fa128e98c758a6325525f8547950a2440b6582202228c3c5c2c80d9",
                    "enabled": 1
                }
            },
            "smokeping": {
                "100": {
                    "checksum": "sha256:ae8cbd09d519a42bc01063c4c16f58e96cb3673acb557dcd2d09af444d742db1",
                    "enabled": 1
                }
            },
            "smoltclient": {
                "100": {
                    "checksum": "sha256:8aa5f2749eeaef5ae871dc903dad87611e369c92e9b3fc28b4944f75db785a18",
                    "enabled": 1
                }
            },
            "smsd": {
                "100": {
                    "checksum": "sha256:d36a762c836a0e4305773e352fe0f46657784b5d9bf749f02df9c6d15f68d101",
                    "enabled": 1
                }
            },
            "snapper": {
                "100": {
                    "checksum": "sha256:62bba8f6a236bae902815188cedbb5f3090acf0829247e6808787f8c913d9981",
                    "enabled": 1
                }
            },
            "snmp": {
                "100": {
                    "checksum": "sha256:68b5e9d408704e44ebf29ba76ae18afdcf6d8aef12794e8e9026997376ce12f8",
                    "enabled": 1
                }
            },
            "snort": {
                "100": {
                    "checksum": "sha256:eef39dec8d416650af3f9eeeb518b06dd9a9e09144aa579b6bd6422ba0037d70",
                    "enabled": 1
                }
            },
            "sosreport": {
                "100": {
                    "checksum": "sha256:c19dc2ed34c3d274f8e01647dc2d869ca06d4a9a3009f57c1845fac4d33ed358",
                    "enabled": 1
                }
            },
            "soundserver": {
                "100": {
                    "checksum": "sha256:a46a9508591afb1407fd14441c9c26cd495a3789e3c6792a2eba38a6642e4b97",
                    "enabled": 1
                }
            },
            "spamassassin": {
                "100": {
                    "checksum": "sha256:8255ad891466762e31763d6f4791a32aa1eea1147a812020724eab8eb07c1916",
                    "enabled": 1
                }
            },
            "speech-dispatcher": {
                "100": {
                    "checksum": "sha256:ce5ba130d5d0ae5fafe8f823b824856590f990ad7c08aa0a5930f5060c252021",
                    "enabled": 1
                }
            },
            "squid": {
                "100": {
                    "checksum": "sha256:4170a7354e69ed60e0268389f74042e02a2511a4451ca20b97a63213b8881e1e",
                    "enabled": 1
                }
            },
            "ssh": {
                "100": {
                    "checksum": "sha256:a4b4b395d2185abfd68edce0f813103ccbedd5d9748f9a41d83cc63dd1465109",
                    "enabled": 1
                }
            },
            "sslh": {
                "100": {
                    "checksum": "sha256:5b0cc219f31e88f2fa78bc31d9c6fe6c7af29b4832509635672ca9edc79409c6",
                    "enabled": 1
                }
            },
            "sssd": {
                "100": {
                    "checksum": "sha256:29cd0921e9effe356c856c3319488adf66c794cbb7d1610e5fca2b730b852939",
                    "enabled": 1
                }
            },
            "staff": {
                "100": {
                    "checksum": "sha256:943b25df416f2181aab46b3492aad9336f60a1b5b46187494f43ab516aae9c6a",
                    "enabled": 1
                }
            },
            "stapserver": {
                "100": {
                    "checksum": "sha256:788f2eb60a3d902060a6c5a08b086e2a1e96d213f86b206736da7e37eb21e51d",
                    "enabled": 1
                }
            },
            "stratisd": {
                "100": {
                    "checksum": "sha256:72c10f773d67b4209c39b4bea22e95c66d105f6f13e30f89bcd568eab6c889e3",
                    "enabled": 1
                }
            },
            "stunnel": {
                "100": {
                    "checksum": "sha256:736a46f682ff77d7c2cf54d5c264eb7b149793c12701b96e9be12bb3e6722796",
                    "enabled": 1
                }
            },
            "su": {
                "100": {
                    "checksum": "sha256:0cc5796bfe362c3b28c73f62377c029a5f2321078b6d5f90bad42764415cd038",
                    "enabled": 1
                }
            },
            "sudo": {
                "100": {
                    "checksum": "sha256:d96538a9cbb09fc38ba701cda88b2a0d199ab7826826d0043e4f07b05418bf84",
                    "enabled": 1
                }
            },
            "svnserve": {
                "100": {
                    "checksum": "sha256:a80606afbcc994e6fdc418cd83182f901d3e5b4b7b36fe262c71a25f43f10af1",
                    "enabled": 1
                }
            },
            "swift": {
                "100": {
                    "checksum": "sha256:19dfb362a8f445099eac9281522f0b13794cb9a0893a7acf0b54c15d193ef70e",
                    "enabled": 1
                }
            },
            "sysadm": {
                "100": {
                    "checksum": "sha256:f0e7b74086d47000f8335de5bade5a5a19a5e83bf581f885db92548546b7ea94",
                    "enabled": 1
                }
            },
            "sysadm_secadm": {
                "100": {
                    "checksum": "sha256:4614737ea0603530691e6158eb1bd07efa1992cb7ef52c201df3a637d3184cdf",
                    "enabled": 1
                }
            },
            "sysnetwork": {
                "100": {
                    "checksum": "sha256:f6a5a3b49885a9f780c5a9078cc968673809eaf89ecbe170fbb8a1ed4f521ea2",
                    "enabled": 1
                }
            },
            "sysstat": {
                "100": {
                    "checksum": "sha256:1fadc57b1e46515cbc038e96ae47ab74dd365a910f4d81ec9fb3044c4691260b",
                    "enabled": 1
                }
            },
            "systemd": {
                "100": {
                    "checksum": "sha256:a5f0e5c340eaf127a166cc50be8170bfce80ccee0c14f32e4cc264089350da1a",
                    "enabled": 1
                }
            },
            "tangd": {
                "100": {
                    "checksum": "sha256:fd538dbdeba0b4a1c244ba76b8dfef47f61da5a56f24f39fc24c137a9b3b303a",
                    "enabled": 1
                }
            },
            "targetd": {
                "100": {
                    "checksum": "sha256:bc0f37cdcdd0c9014e89e8be6758f7d9c97c67a4e42652459d6107314f059632",
                    "enabled": 1
                }
            },
            "tcpd": {
                "100": {
                    "checksum": "sha256:c78dcf2b9abf8d5ccf9f32b2debf6181a935a7078fe4a527991ab11d2999c4a9",
                    "enabled": 1
                }
            },
            "tcsd": {
                "100": {
                    "checksum": "sha256:e92fb82a2e509e3595d46dd464dac1029ce3a731f117fa67712d119d2878f195",
                    "enabled": 1
                }
            },
            "telepathy": {
                "100": {
                    "checksum": "sha256:fea41add022251126312da78373cb7fd05df1e9fd27547f1b4fc604a774827a1",
                    "enabled": 1
                }
            },
            "telnet": {
                "100": {
                    "checksum": "sha256:06d4733c0fc7358d738d4dbf53968c9d9017a72b01456be46633364f00a4207d",
                    "enabled": 1
                }
            },
            "tftp": {
                "100": {
                    "checksum": "sha256:8ba2497a28f4c2a31177811fc0a091a3bb9814f9e02cfc8d84c004718f661e5f",
                    "enabled": 1
                }
            },
            "tgtd": {
                "100": {
                    "checksum": "sha256:6ec8d4d38e58efa04572ac713c9148e7182e7d49713ed89955fabdd512b8eea4",
                    "enabled": 1
                }
            },
            "thin": {
                "100": {
                    "checksum": "sha256:c464da2b8e789d74ea2b2914217a194a3c07081b9f383acd2fee9ab77bc525b5",
                    "enabled": 1
                }
            },
            "thumb": {
                "100": {
                    "checksum": "sha256:2ce98252c7ff59539bb38204ee65898ba6cc701c3dc87417c11e2e7124f448a3",
                    "enabled": 1
                }
            },
            "timedatex": {
                "100": {
                    "checksum": "sha256:df36b9f44f28df1b14b4d6bff01de42c414b947a8e6f1e6efdaa7023250709aa",
                    "enabled": 1
                }
            },
            "tlp": {
                "100": {
                    "checksum": "sha256:7b1d2643c7470dc5b80dee41d18482bb6fd6de55371aba888708a28fe0bb0172",
                    "enabled": 1
                }
            },
            "tmpreaper": {
                "100": {
                    "checksum": "sha256:2a54cea48dfbeb1c9dad0e167f70aa17970c4f2c76c560330c467051fe3b574b",
                    "enabled": 1
                }
            },
            "tomcat": {
                "100": {
                    "checksum": "sha256:de3ed9b8d62d29e80e29a051419a648c154c12f6bb188814ca79120ff1dc263b",
                    "enabled": 1
                }
            },
            "tor": {
                "100": {
                    "checksum": "sha256:16c95ae098af2b964a7a94b5bb6cd1c84d5c7f1254d6411209e4d5cfe87677bc",
                    "enabled": 1
                }
            },
            "tuned": {
                "100": {
                    "checksum": "sha256:b90ac3a04d3f04c7284f75802ffd69d6c1c3d5c0e6d08c3d0f2d9270b99dd487",
                    "enabled": 1
                }
            },
            "tvtime": {
                "100": {
                    "checksum": "sha256:8f8a1f1b2fea7a9fb8c3853e02c830f5204f691e9223cbdfbc320ec6914725dc",
                    "enabled": 1
                }
            },
            "udev": {
                "100": {
                    "checksum": "sha256:24410f1221660b8443af29cb55e42180e268fce722ceed2c99aa202e7dd3cc21",
                    "enabled": 1
                }
            },
            "ulogd": {
                "100": {
                    "checksum": "sha256:dba41aee81015b99378cff2273a56effd1202c0c937c05c63a913243b0641cdc",
                    "enabled": 1
                }
            },
            "uml": {
                "100": {
                    "checksum": "sha256:29e7469ef2704943f23c5040531fee8657cfed8440ef44b6268d21e6a9afe309",
                    "enabled": 1
                }
            },
            "unconfined": {
                "100": {
                    "checksum": "sha256:54482715f4fb5bca5c68ff67b9d145d12ad3df1438db97bcadcc32a2fb0f6191",
                    "enabled": 1
                }
            },
            "unconfineduser": {
                "100": {
                    "checksum": "sha256:13e69d4cbec7926c0ac6fb796749b4286462add3051f1e94554f23e637b81277",
                    "enabled": 1
                }
            },
            "unlabelednet": {
                "100": {
                    "checksum": "sha256:cb370bbe8bc0d7bca49a4fd1fad652017f4f8587c7c9d3277155fba32987550e",
                    "enabled": 1
                }
            },
            "unprivuser": {
                "100": {
                    "checksum": "sha256:bbb2700ca73d867432851e12276a932b1553b034b1cc635f5c6681d6b62dcd3a",
                    "enabled": 1
                }
            },
            "updfstab": {
                "100": {
                    "checksum": "sha256:57a37a5c07af0f7ad80f4f01173e6cd6b604659e2d1b5605c2719dff8bbaf2fb",
                    "enabled": 1
                }
            },
            "usbmodules": {
                "100": {
                    "checksum": "sha256:683c0598bdd00543cb696f7ed8cce6b55c658e566141538fc01b3f852af5f697",
                    "enabled": 1
                }
            },
            "usbmuxd": {
                "100": {
                    "checksum": "sha256:852eb8259277c64b80c91bd1dcbbe85f629e7218ab2f51d39324dcd78a4a278e",
                    "enabled": 1
                }
            },
            "userdomain": {
                "100": {
                    "checksum": "sha256:066e429e71ebcf11014f4ff6d7647c9d6d88ff191c64eeb9793021d16f4cde97",
                    "enabled": 1
                }
            },
            "userhelper": {
                "100": {
                    "checksum": "sha256:74b817fb60fd3ed5f074ef8ff399342ddc49fb2c250b08015dc975edd48f4dfd",
                    "enabled": 1
                }
            },
            "usermanage": {
                "100": {
                    "checksum": "sha256:fa589ab303d10fadd28a3e8d27cc9bc2e55a9b28f28c3f4c7e05968cb00a7cdd",
                    "enabled": 1
                }
            },
            "usernetctl": {
                "100": {
                    "checksum": "sha256:c5e4e24e89775d797a8988e2d5f72ec7a7dd8387289ede61af7a3ce2173cf167",
                    "enabled": 1
                }
            },
            "uucp": {
                "100": {
                    "checksum": "sha256:6a3659d3706bc3af4b60e5de7efa9532dcc0c0a6f0c7735ed1300ec2120f9d01",
                    "enabled": 1
                }
            },
            "uuidd": {
                "100": {
                    "checksum": "sha256:f85ad7d20dd77416ab246ee0837b016a648176ec9956f40ff2ac6b3c2924edc5",
                    "enabled": 1
                }
            },
            "varnishd": {
                "100": {
                    "checksum": "sha256:18dab548c81b02f1b0f3efd6e25dd529bb0565e974156d55e42e274d3ccdf704",
                    "enabled": 1
                }
            },
            "vdagent": {
                "100": {
                    "checksum": "sha256:ee8af0b085b727e060ac3c82f1e38c89545505c9b26e849eda22e571064c46e7",
                    "enabled": 1
                }
            },
            "vhostmd": {
                "100": {
                    "checksum": "sha256:0f7c8c575b060e863fe17e7ee8c67cc5cc3ea31da734a5428dc62c15f3b15bf4",
                    "enabled": 1
                }
            },
            "virt": {
                "100": {
                    "checksum": "sha256:df433826471b1c65a3686b57b4b07872a695d900731feb88cd6dfb76ddcbc5d9",
                    "enabled": 1
                }
            },
            "vlock": {
                "100": {
                    "checksum": "sha256:4a9362fc5876897cae7062564d54d7f8ae12413c65c4c7fc6709f6407cc27160",
                    "enabled": 1
                }
            },
            "vmtools": {
                "100": {
                    "checksum": "sha256:fb9dda20b16232ac253b148063c9b267356b6f2831650f4c00fa01a6d0a8024a",
                    "enabled": 1
                }
            },
            "vmware": {
                "100": {
                    "checksum": "sha256:d0ce73ebc7d2f494b669257a9a68106245371b455566654c7062694bcbad35df",
                    "enabled": 1
                }
            },
            "vnstatd": {
                "100": {
                    "checksum": "sha256:1df1aaf42d9c96922226b4828c38b6d315f7a9d3cda60fe54d99be5d618e140d",
                    "enabled": 1
                }
            },
            "vpn": {
                "100": {
                    "checksum": "sha256:9ea8931bf1c97618b2e99afb8c60a13d51a84db878bffa4082f6973e23b13eb1",
                    "enabled": 1
                }
            },
            "w3c": {
                "100": {
                    "checksum": "sha256:43663b66ef8275c639a8076d92fc7da6821e0523c120e2c854839f9dc9d1db66",
                    "enabled": 1
                }
            },
            "watchdog": {
                "100": {
                    "checksum": "sha256:65b78e9b48a6cfe62f6c67c443d3bc667a58d206c09df00870949b6ae7ff8c30",
                    "enabled": 1
                }
            },
            "wdmd": {
                "100": {
                    "checksum": "sha256:65560477bd0ae271799a76f75c5a3d46ef0c29f6922aa38e727c95b7e1095a99",
                    "enabled": 1
                }
            },
            "webadm": {
                "100": {
                    "checksum": "sha256:4d4d609b3be3c2dc659694cfd2076e0c0c0d6446d16a3fb054a9e5f951b29410",
                    "enabled": 1
                }
            },
            "webalizer": {
                "100": {
                    "checksum": "sha256:867139a0cc2cb236ee54575ce6a8568cdbefd6785e8b7f64e09a3041da46b095",
                    "enabled": 1
                }
            },
            "wine": {
                "100": {
                    "checksum": "sha256:419d697ac987518dee6095070e2894c4112b50256e59d2b4f6acac585fb087f8",
                    "enabled": 1
                }
            },
            "wireshark": {
                "100": {
                    "checksum": "sha256:ce85b40df4d548aa55eb54bc546943366b654a3af7f602817f1fc499c0c8039e",
                    "enabled": 1
                }
            },
            "xen": {
                "100": {
                    "checksum": "sha256:f5d46e297e4e8e0a3f76c1fc8ae96db3ebf5b99ab538a54c171e489ac94ae1f0",
                    "enabled": 1
                }
            },
            "xguest": {
                "100": {
                    "checksum": "sha256:aeb8895098531d1607e389703c783a3c1e8a8c1ad962397debe65214ff86e29e",
                    "enabled": 1
                }
            },
            "xserver": {
                "100": {
                    "checksum": "sha256:85f1f1ed778597ec568ab7b9069779c088219d1da283a09382439c6803e7863e",
                    "enabled": 1
                }
            },
            "zabbix": {
                "100": {
                    "checksum": "sha256:476521323be1b84d7ba2539aa208d857678746a76e7e079577d3f46d251637ac",
                    "enabled": 1
                }
            },
            "zarafa": {
                "100": {
                    "checksum": "sha256:7536116b2852a578cbc5d32f7752b6dd3bb1202817db05306e1a16553c1d43b6",
                    "enabled": 1
                }
            },
            "zebra": {
                "100": {
                    "checksum": "sha256:3d18bbdc44c396c7715cce348f9248712132a1c53341d3b5760016d245f86e75",
                    "enabled": 1
                }
            },
            "zoneminder": {
                "100": {
                    "checksum": "sha256:44cf07d7e6b15709d131b8b406032d0e6395a84e1e20bc67f9320a1e97c4dfcc",
                    "enabled": 1
                }
            },
            "zosremote": {
                "100": {
                    "checksum": "sha256:1177170edbd47b6fe17fa022a247d9b75b1fb3a5a49721bcff3c7da4f480c702",
                    "enabled": 1
                }
            }
        },
        "selinux_priorities": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Load SELinux modules] ****************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115
Saturday 03 August 2024  04:45:42 -0400 (0:00:04.197)       0:02:12.073 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128
Saturday 03 August 2024  04:45:42 -0400 (0:00:00.074)       0:02:12.148 ******* 

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136
Saturday 03 August 2024  04:45:42 -0400 (0:00:00.036)       0:02:12.185 ******* 

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 03 August 2024  04:45:42 -0400 (0:00:00.036)       0:02:12.221 ******* 
included: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed_node1

TASK [Generate certificates] ***************************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 03 August 2024  04:45:43 -0400 (0:00:00.078)       0:02:12.300 ******* 

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 03 August 2024  04:45:43 -0400 (0:00:00.072)       0:02:12.372 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 03 August 2024  04:45:43 -0400 (0:00:00.068)       0:02:12.440 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 03 August 2024  04:45:43 -0400 (0:00:00.048)       0:02:12.489 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 03 August 2024  04:45:43 -0400 (0:00:00.039)       0:02:12.529 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 03 August 2024  04:45:43 -0400 (0:00:00.075)       0:02:12.604 ******* 
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"
}
skipping: [managed_node1] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 03 August 2024  04:45:43 -0400 (0:00:00.103)       0:02:12.708 ******* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: python3-cryptography python3-dbus python3-pyasn1

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 03 August 2024  04:45:45 -0400 (0:00:02.533)       0:02:15.241 ******* 
ok: [managed_node1] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: certmonger

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 03 August 2024  04:45:48 -0400 (0:00:02.546)       0:02:17.787 ******* 
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": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 03 August 2024  04:45:48 -0400 (0:00:00.438)       0:02:18.226 ******* 
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": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 03 August 2024  04:45:49 -0400 (0:00:00.400)       0:02:18.626 ******* 
ok: [managed_node1] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "enabled": true,
    "name": "certmonger",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "ActiveEnterTimestampMonotonic": "1553473524",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "system.slice basic.target systemd-journald.socket syslog.target network.target dbus.socket sysinit.target dbus.service",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "AssertTimestampMonotonic": "1553461692",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedorahosted.certmonger",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "ConditionTimestampMonotonic": "1553461691",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/certmonger.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Certificate monitoring and PKI enrollment",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "208762",
        "ExecMainStartTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "ExecMainStartTimestampMonotonic": "1553462813",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "certmonger.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "InactiveExitTimestampMonotonic": "1553462861",
        "InvocationID": "49d79a88cdc449ffb0b467f986678861",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "208762",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "2707456",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "certmonger.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PIDFile": "/run/certmonger.pid",
        "PartOf": "dbus.service",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice dbus.socket",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "StateChangeTimestampMonotonic": "1553473524",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "22405",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "WatchdogTimestampMonotonic": "1553473522",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 03 August 2024  04:45:49 -0400 (0:00:00.533)       0:02:19.160 ******* 
changed: [managed_node1] => (item={'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}) => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 03 August 2024  04:45:50 -0400 (0:00:00.863)       0:02:20.023 ******* 
skipping: [managed_node1] => (item=['cert', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}])  => {
    "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=['key', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}])  => {
    "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=['ca', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}])  => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 03 August 2024  04:45:50 -0400 (0:00:00.058)       0:02:20.082 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 03 August 2024  04:45:50 -0400 (0:00:00.039)       0:02:20.121 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 03 August 2024  04:45:50 -0400 (0:00:00.040)       0:02:20.162 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 03 August 2024  04:45:50 -0400 (0:00:00.077)       0:02:20.239 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 03 August 2024  04:45:51 -0400 (0:00:00.043)       0:02:20.283 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 03 August 2024  04:45:51 -0400 (0:00:00.042)       0:02:20.325 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 03 August 2024  04:45:51 -0400 (0:00:00.042)       0:02:20.367 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 03 August 2024  04:45:51 -0400 (0:00:00.041)       0:02:20.409 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 03 August 2024  04:45:51 -0400 (0:00:00.042)       0:02:20.451 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 03 August 2024  04:45:51 -0400 (0:00:00.042)       0:02:20.494 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 03 August 2024  04:45:51 -0400 (0:00:00.060)       0:02:20.554 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 03 August 2024  04:45:51 -0400 (0:00:00.060)       0:02:20.615 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 03 August 2024  04:45:51 -0400 (0:00:00.086)       0:02:20.701 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 03 August 2024  04:45:51 -0400 (0:00:00.037)       0:02:20.739 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 03 August 2024  04:45:51 -0400 (0:00:00.036)       0:02:20.775 ******* 
ok: [managed_node1] => (item=/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed_node1] => (item=/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 03 August 2024  04:45:51 -0400 (0:00:00.085)       0:02:20.861 ******* 
skipping: [managed_node1] => (item=/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 03 August 2024  04:45:51 -0400 (0:00:00.079)       0:02:20.941 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 03 August 2024  04:45:51 -0400 (0:00:00.084)       0:02:21.026 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 03 August 2024  04:45:51 -0400 (0:00:00.046)       0:02:21.072 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 03 August 2024  04:45:51 -0400 (0:00:00.037)       0:02:21.109 ******* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: iproute rsyslog

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 03 August 2024  04:45:54 -0400 (0:00:02.529)       0:02:23.638 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Saturday 03 August 2024  04:45:54 -0400 (0:00:00.035)       0:02:23.674 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "1.40.16"
                }
            ],
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-libnm",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "1.40.16"
                }
            ],
            "NetworkManager-team": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-team",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "1.40.16"
                }
            ],
            "NetworkManager-tui": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-tui",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "1.40.16"
                }
            ],
            "acl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "acl",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.2.53"
                }
            ],
            "aspell": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "aspell",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "0.60.6.1"
                }
            ],
            "audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.1.2"
                }
            ],
            "audit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-libs",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.1.2"
                }
            ],
            "authselect": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "authselect-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-compat",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "authselect-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-libs",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "avahi-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "avahi-libs",
                    "release": "27.el8",
                    "source": "rpm",
                    "version": "0.7"
                }
            ],
            "basesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "basesystem",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "bash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bash",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "4.4.20"
                }
            ],
            "bc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bc",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.07.1"
                }
            ],
            "bind-export-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 32,
                    "name": "bind-export-libs",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "9.11.36"
                }
            ],
            "binutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils",
                    "release": "123.el8",
                    "source": "rpm",
                    "version": "2.30"
                }
            ],
            "biosdevname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "biosdevname",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.7.3"
                }
            ],
            "bison": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bison",
                    "release": "10.el8",
                    "source": "rpm",
                    "version": "3.0.4"
                }
            ],
            "boost-atomic": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-atomic",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-chrono": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-chrono",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-date-time": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-date-time",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-filesystem",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-system": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-system",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-thread": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-thread",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-timer": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-timer",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "brotli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "brotli",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.0.6"
                }
            ],
            "bzip2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bzip2-libs",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.0.6"
                }
            ],
            "c-ares": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "c-ares",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.13.0"
                }
            ],
            "ca-certificates": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ca-certificates",
                    "release": "80.0.el8",
                    "source": "rpm",
                    "version": "2023.2.60_v7.0.306"
                }
            ],
            "centos-gpg-keys": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "centos-gpg-keys",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "8"
                }
            ],
            "centos-stream-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-stream-release",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "8.6"
                }
            ],
            "centos-stream-repos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-stream-repos",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "8"
                }
            ],
            "certmonger": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "certmonger",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.79.17"
                }
            ],
            "checkpolicy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "checkpolicy",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "chkconfig": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chkconfig",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.19.2"
                }
            ],
            "chrony": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chrony",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "4.5"
                }
            ],
            "cloud-utils-growpart": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-utils-growpart",
                    "release": "0.el8",
                    "source": "rpm",
                    "version": "0.33"
                }
            ],
            "coreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "8.30"
                }
            ],
            "coreutils-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils-common",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "8.30"
                }
            ],
            "cpio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpio",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2.12"
                }
            ],
            "cpp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpp",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "cracklib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "2.9.6"
                }
            ],
            "cracklib-dicts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib-dicts",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "2.9.6"
                }
            ],
            "cronie": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cronie",
                    "release": "10.el8",
                    "source": "rpm",
                    "version": "1.5.2"
                }
            ],
            "cronie-anacron": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cronie-anacron",
                    "release": "10.el8",
                    "source": "rpm",
                    "version": "1.5.2"
                }
            ],
            "crontabs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crontabs",
                    "release": "17.20190603git.el8",
                    "source": "rpm",
                    "version": "1.11"
                }
            ],
            "crypto-policies": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies",
                    "release": "1.git3177e06.el8",
                    "source": "rpm",
                    "version": "20230731"
                }
            ],
            "crypto-policies-scripts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies-scripts",
                    "release": "1.git3177e06.el8",
                    "source": "rpm",
                    "version": "20230731"
                }
            ],
            "cryptsetup-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup-libs",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "2.3.7"
                }
            ],
            "curl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "curl",
                    "release": "34.el8",
                    "source": "rpm",
                    "version": "7.61.1"
                }
            ],
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-lib",
                    "release": "6.el8_5",
                    "source": "rpm",
                    "version": "2.1.27"
                }
            ],
            "dbus": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.12.8"
                }
            ],
            "dbus-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "dbus-common",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.12.8"
                }
            ],
            "dbus-daemon": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-daemon",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.12.8"
                }
            ],
            "dbus-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dbus-glib",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.110"
                }
            ],
            "dbus-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-libs",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.12.8"
                }
            ],
            "dbus-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-tools",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.12.8"
                }
            ],
            "device-mapper": [
                {
                    "arch": "x86_64",
                    "epoch": 8,
                    "name": "device-mapper",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "1.02.181"
                }
            ],
            "device-mapper-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 8,
                    "name": "device-mapper-libs",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "1.02.181"
                }
            ],
            "dhcp-common": [
                {
                    "arch": "noarch",
                    "epoch": 12,
                    "name": "dhcp-common",
                    "release": "50.el8",
                    "source": "rpm",
                    "version": "4.3.6"
                }
            ],
            "dhcp-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "dhcp-libs",
                    "release": "50.el8",
                    "source": "rpm",
                    "version": "4.3.6"
                }
            ],
            "diffutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "diffutils",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "dmidecode": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dmidecode",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "dnf-data": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-data",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-plugins-core",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "4.0.21"
                }
            ],
            "dracut": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut",
                    "release": "233.git20240115.el8",
                    "source": "rpm",
                    "version": "049"
                }
            ],
            "dracut-config-rescue": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-config-rescue",
                    "release": "233.git20240115.el8",
                    "source": "rpm",
                    "version": "049"
                }
            ],
            "dracut-squash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-squash",
                    "release": "233.git20240115.el8",
                    "source": "rpm",
                    "version": "049"
                }
            ],
            "dyninst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dyninst",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "12.1.0"
                }
            ],
            "e2fsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.45.6"
                }
            ],
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs-libs",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.45.6"
                }
            ],
            "efivar-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "efivar-libs",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "37"
                }
            ],
            "elfutils-debuginfod-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-debuginfod-client-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client-devel",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "elfutils-default-yama-scope",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-devel",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-libelf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-libelf-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf-devel",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libs",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "emacs-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "emacs-filesystem",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "26.1"
                }
            ],
            "epel-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "epel-release",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "8"
                }
            ],
            "ethtool": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ethtool",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "5.13"
                }
            ],
            "expat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "expat",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "2.2.5"
                }
            ],
            "file": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "5.33"
                }
            ],
            "file-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file-libs",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "5.33"
                }
            ],
            "filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "filesystem",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "3.8"
                }
            ],
            "findutils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "findutils",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "4.6.0"
                }
            ],
            "firewalld": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.9.11"
                }
            ],
            "firewalld-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld-filesystem",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.9.11"
                }
            ],
            "flex": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "flex",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "2.6.1"
                }
            ],
            "freetype": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "freetype",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "fuse-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse-libs",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "2.9.7"
                }
            ],
            "gawk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "gcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gcc",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "gdbm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "gdbm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm-libs",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "gdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gdisk",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.0.3"
                }
            ],
            "geolite2-city": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "geolite2-city",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "20180605"
                }
            ],
            "geolite2-country": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "geolite2-country",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "20180605"
                }
            ],
            "gettext": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext",
                    "release": "17.el8",
                    "source": "rpm",
                    "version": "0.19.8.1"
                }
            ],
            "gettext-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-libs",
                    "release": "17.el8",
                    "source": "rpm",
                    "version": "0.19.8.1"
                }
            ],
            "git": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.43.0"
                }
            ],
            "git-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git-core",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.43.0"
                }
            ],
            "git-core-doc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "git-core-doc",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.43.0"
                }
            ],
            "glib2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib2",
                    "release": "163.el8",
                    "source": "rpm",
                    "version": "2.56.4"
                }
            ],
            "glibc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "glibc-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-common",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "glibc-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-devel",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "glibc-gconv-extra": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-gconv-extra",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "glibc-headers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-headers",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "glibc-langpack-en": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-langpack-en",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "gmp": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gmp",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "6.1.2"
                }
            ],
            "gnupg2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.2.20"
                }
            ],
            "gnupg2-smime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2-smime",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.2.20"
                }
            ],
            "gnutls": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls",
                    "release": "8.el8.1",
                    "source": "rpm",
                    "version": "3.6.16"
                }
            ],
            "gobject-introspection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gobject-introspection",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.56.1"
                }
            ],
            "gpg-pubkey": [
                {
                    "arch": null,
                    "epoch": null,
                    "name": "gpg-pubkey",
                    "release": "5ccc5b19",
                    "source": "rpm",
                    "version": "8483c65d"
                },
                {
                    "arch": null,
                    "epoch": null,
                    "name": "gpg-pubkey",
                    "release": "5cf7cefb",
                    "source": "rpm",
                    "version": "2f86d6a1"
                }
            ],
            "gpgme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpgme",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.13.1"
                }
            ],
            "gpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpm-libs",
                    "release": "17.el8",
                    "source": "rpm",
                    "version": "1.20.7"
                }
            ],
            "grep": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grep",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "groff-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "groff-base",
                    "release": "18.el8",
                    "source": "rpm",
                    "version": "1.22.3"
                }
            ],
            "grub2-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-common",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grub2-pc": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-pc",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grub2-pc-modules": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-pc-modules",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grub2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grub2-tools-extra": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-extra",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-minimal",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grubby": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grubby",
                    "release": "48.el8",
                    "source": "rpm",
                    "version": "8.40"
                }
            ],
            "gssproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gssproxy",
                    "release": "21.el8",
                    "source": "rpm",
                    "version": "0.8.0"
                }
            ],
            "gzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gzip",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "hardlink": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "hardlink",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.3"
                }
            ],
            "hdparm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hdparm",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "9.54"
                }
            ],
            "hostname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hostname",
                    "release": "7.el8.0.1",
                    "source": "rpm",
                    "version": "3.20"
                }
            ],
            "hwdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hwdata",
                    "release": "8.22.el8",
                    "source": "rpm",
                    "version": "0.314"
                }
            ],
            "ima-evm-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ima-evm-utils",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.3.2"
                }
            ],
            "info": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "info",
                    "release": "7.el8_5",
                    "source": "rpm",
                    "version": "6.5"
                }
            ],
            "initscripts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "initscripts",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "10.00.18"
                }
            ],
            "ipcalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipcalc",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.2.4"
                }
            ],
            "iproute": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iproute",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "6.2.0"
                }
            ],
            "iprutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iprutils",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.4.19"
                }
            ],
            "ipset": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipset",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "7.1"
                }
            ],
            "ipset-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipset-libs",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "7.1"
                }
            ],
            "iptables": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.8.5"
                }
            ],
            "iptables-ebtables": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-ebtables",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.8.5"
                }
            ],
            "iptables-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-libs",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.8.5"
                }
            ],
            "iputils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iputils",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "20180629"
                }
            ],
            "irqbalance": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "irqbalance",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.9.2"
                }
            ],
            "isl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "isl",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.16.1"
                }
            ],
            "iwl100-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl100-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "39.31.5.1"
                }
            ],
            "iwl1000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "iwl1000-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "39.31.5.1"
                }
            ],
            "iwl105-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl105-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl135-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl135-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl2000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl2000-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl2030-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl2030-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl3160-firmware": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "iwl3160-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "25.30.13.0"
                }
            ],
            "iwl5000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl5000-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "8.83.5.1_1"
                }
            ],
            "iwl5150-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl5150-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "8.24.2.2"
                }
            ],
            "iwl6000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl6000-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "9.221.4.1"
                }
            ],
            "iwl6000g2a-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl6000g2a-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl6050-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl6050-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "41.28.5.1"
                }
            ],
            "iwl7260-firmware": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "iwl7260-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "25.30.13.0"
                }
            ],
            "jansson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jansson",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.14"
                }
            ],
            "jq": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jq",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "json-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-c",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.13.1"
                }
            ],
            "kbd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kbd",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2.0.4"
                }
            ],
            "kbd-legacy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-legacy",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2.0.4"
                }
            ],
            "kbd-misc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-misc",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2.0.4"
                }
            ],
            "kernel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-core",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-devel",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-headers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-headers",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-modules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-tools",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-tools-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-tools-libs",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "keyutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.5.10"
                }
            ],
            "keyutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.5.10"
                }
            ],
            "keyutils-libs-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs-devel",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.5.10"
                }
            ],
            "kmod": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "25"
                }
            ],
            "kmod-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod-libs",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "25"
                }
            ],
            "kpartx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kpartx",
                    "release": "41.el8",
                    "source": "rpm",
                    "version": "0.8.4"
                }
            ],
            "krb5-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-devel",
                    "release": "27.el8",
                    "source": "rpm",
                    "version": "1.18.2"
                }
            ],
            "krb5-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-libs",
                    "release": "27.el8",
                    "source": "rpm",
                    "version": "1.18.2"
                }
            ],
            "langpacks-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-en",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.0"
                }
            ],
            "less": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "less",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "530"
                }
            ],
            "libacl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libacl",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.2.53"
                }
            ],
            "libarchive": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libarchive",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "3.3.3"
                }
            ],
            "libassuan": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libassuan",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "libattr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libattr",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.4.48"
                }
            ],
            "libbasicobjects": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbasicobjects",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "0.1.1"
                }
            ],
            "libblkid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblkid",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "libbpf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbpf",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libcap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "2.48"
                }
            ],
            "libcap-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.7.11"
                }
            ],
            "libcollection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcollection",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcom_err": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.45.6"
                }
            ],
            "libcom_err-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err-devel",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.45.6"
                }
            ],
            "libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcomps",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.1.18"
                }
            ],
            "libcroco": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcroco",
                    "release": "4.el8_2.1",
                    "source": "rpm",
                    "version": "0.6.12"
                }
            ],
            "libcurl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcurl",
                    "release": "34.el8",
                    "source": "rpm",
                    "version": "7.61.1"
                }
            ],
            "libdaemon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdaemon",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "0.14"
                }
            ],
            "libdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdb",
                    "release": "42.el8_4",
                    "source": "rpm",
                    "version": "5.3.28"
                }
            ],
            "libdb-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdb-utils",
                    "release": "42.el8_4",
                    "source": "rpm",
                    "version": "5.3.28"
                }
            ],
            "libdhash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdhash",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdnf",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "0.63.0"
                }
            ],
            "libedit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libedit",
                    "release": "23.20170329cvs.el8",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libestr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libestr",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.1.10"
                }
            ],
            "libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libev",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "4.24"
                }
            ],
            "libevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevent",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "2.1.8"
                }
            ],
            "libfastjson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfastjson",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.99.9"
                }
            ],
            "libfdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfdisk",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "libffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libffi",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libgcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcc",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "libgcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcrypt",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "1.8.5"
                }
            ],
            "libgomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgomp",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "libgpg-error": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgpg-error",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.31"
                }
            ],
            "libibverbs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libibverbs",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "48.0"
                }
            ],
            "libidn2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libidn2",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.2.0"
                }
            ],
            "libini_config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libini_config",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libkadm5": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkadm5",
                    "release": "27.el8",
                    "source": "rpm",
                    "version": "1.18.2"
                }
            ],
            "libkcapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libkcapi-hmaccalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hmaccalc",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libksba": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libksba",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.3.5"
                }
            ],
            "libldb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libldb",
                    "release": "0.el8",
                    "source": "rpm",
                    "version": "2.8.0"
                }
            ],
            "liblognorm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "liblognorm",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "2.0.5"
                }
            ],
            "libmaxminddb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmaxminddb",
                    "release": "10.el8.1",
                    "source": "rpm",
                    "version": "1.2.0"
                }
            ],
            "libmetalink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmetalink",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "0.1.3"
                }
            ],
            "libmnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmnl",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.0.4"
                }
            ],
            "libmodulemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmodulemd",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.13.0"
                }
            ],
            "libmount": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmount",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "libmpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmpc",
                    "release": "9.1.el8",
                    "source": "rpm",
                    "version": "1.1.0"
                }
            ],
            "libndp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libndp",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.7"
                }
            ],
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnetfilter_conntrack",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.0.6"
                }
            ],
            "libnfnetlink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnfnetlink",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.0.1"
                }
            ],
            "libnfsidmap": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libnfsidmap",
                    "release": "59.el8",
                    "source": "rpm",
                    "version": "2.3.3"
                }
            ],
            "libnftnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnftnl",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.2.2"
                }
            ],
            "libnghttp2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnghttp2",
                    "release": "6.el8.1",
                    "source": "rpm",
                    "version": "1.33.0"
                }
            ],
            "libnl3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.7.0"
                }
            ],
            "libnl3-cli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3-cli",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.7.0"
                }
            ],
            "libnsl2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnsl2",
                    "release": "2.20180605git4a062cf.el8",
                    "source": "rpm",
                    "version": "1.2.0"
                }
            ],
            "libpath_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpath_utils",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libpcap": [
                {
                    "arch": "x86_64",
                    "epoch": 14,
                    "name": "libpcap",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.9.1"
                }
            ],
            "libpipeline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpipeline",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "libpkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpkgconf",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.2"
                }
            ],
            "libpng": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libpng",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.6.34"
                }
            ],
            "libpsl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpsl",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.20.2"
                }
            ],
            "libpwquality": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpwquality",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.4.4"
                }
            ],
            "libref_array": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libref_array",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "0.1.5"
                }
            ],
            "librelp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librelp",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.9.0"
                }
            ],
            "librepo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librepo",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.14.2"
                }
            ],
            "libreport-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libreport-filesystem",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libseccomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libseccomp",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.5.2"
                }
            ],
            "libsecret": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsecret",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.18.6"
                }
            ],
            "libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libselinux-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-devel",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libselinux-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-utils",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsemanage",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libsepol": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libsepol-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol-devel",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libsigsegv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsigsegv",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "2.11"
                }
            ],
            "libsmartcols": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsmartcols",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "libsolv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsolv",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.7.20"
                }
            ],
            "libss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libss",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.45.6"
                }
            ],
            "libssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libssh",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "0.9.6"
                }
            ],
            "libssh-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libssh-config",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "0.9.6"
                }
            ],
            "libsss_autofs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_autofs",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libsss_certmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_certmap",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libsss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_idmap",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libsss_nss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_nss_idmap",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libsss_sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_sudo",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libstdc++": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstdc++",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "libsysfs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsysfs",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "libtalloc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtalloc",
                    "release": "0.el8",
                    "source": "rpm",
                    "version": "2.4.1"
                }
            ],
            "libtasn1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtasn1",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "4.13"
                }
            ],
            "libtdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtdb",
                    "release": "0.el8",
                    "source": "rpm",
                    "version": "1.4.9"
                }
            ],
            "libteam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libteam",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.31"
                }
            ],
            "libtevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtevent",
                    "release": "0.el8",
                    "source": "rpm",
                    "version": "0.16.0"
                }
            ],
            "libtirpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtirpc",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.1.4"
                }
            ],
            "libunistring": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libunistring",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.9.9"
                }
            ],
            "libusbx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libusbx",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.0.23"
                }
            ],
            "libuser": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuser",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "0.62"
                }
            ],
            "libutempter": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libutempter",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "1.1.6"
                }
            ],
            "libuuid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuuid",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "libverto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libverto-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto-devel",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libverto-libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto-libev",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libxcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "4.1.1"
                }
            ],
            "libxcrypt-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt-devel",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "4.1.1"
                }
            ],
            "libxkbcommon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxkbcommon",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.9.1"
                }
            ],
            "libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxml2",
                    "release": "18.el8",
                    "source": "rpm",
                    "version": "2.9.7"
                }
            ],
            "libxslt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxslt",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.1.32"
                }
            ],
            "libyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libyaml",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "0.1.7"
                }
            ],
            "libzstd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.4"
                }
            ],
            "libzstd-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd-devel",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.4"
                }
            ],
            "linux-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware",
                    "release": "121.gitb3132c18.el8",
                    "source": "rpm",
                    "version": "20240111"
                }
            ],
            "lmdb-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lmdb-libs",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.9.24"
                }
            ],
            "logrotate": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "logrotate",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "3.14.0"
                }
            ],
            "lshw": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lshw",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "B.02.19.2"
                }
            ],
            "lsof": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lsof",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "4.93.2"
                }
            ],
            "lsscsi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lsscsi",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.32"
                }
            ],
            "lua-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lua-libs",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "5.3.4"
                }
            ],
            "lz4-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lz4-libs",
                    "release": "3.el8_4",
                    "source": "rpm",
                    "version": "1.8.3"
                }
            ],
            "lzo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lzo",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "2.08"
                }
            ],
            "m4": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "m4",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "1.4.18"
                }
            ],
            "make": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "make",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "man-db": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "man-db",
                    "release": "18.el8",
                    "source": "rpm",
                    "version": "2.7.6.1"
                }
            ],
            "memstrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "memstrack",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "microcode_ctl": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "microcode_ctl",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "20230808"
                }
            ],
            "mokutil": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "mokutil",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "0.3.0"
                }
            ],
            "mozjs60": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mozjs60",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "60.9.0"
                }
            ],
            "mpfr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpfr",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.1.6"
                }
            ],
            "ncurses": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses",
                    "release": "10.20180224.el8",
                    "source": "rpm",
                    "version": "6.1"
                }
            ],
            "ncurses-base": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ncurses-base",
                    "release": "10.20180224.el8",
                    "source": "rpm",
                    "version": "6.1"
                }
            ],
            "ncurses-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses-libs",
                    "release": "10.20180224.el8",
                    "source": "rpm",
                    "version": "6.1"
                }
            ],
            "nettle": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nettle",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.4.1"
                }
            ],
            "newt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "newt",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "0.52.20"
                }
            ],
            "nfs-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nfs-utils",
                    "release": "59.el8",
                    "source": "rpm",
                    "version": "2.3.3"
                }
            ],
            "nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nftables",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.0.4"
                }
            ],
            "npth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "npth",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.5"
                }
            ],
            "nspr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nspr",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "4.35.0"
                }
            ],
            "nss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "nss-softokn": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn-freebl",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "nss-sysinit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-sysinit",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "nss-util": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-util",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "numactl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "numactl-libs",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "2.0.16"
                }
            ],
            "oddjob": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oddjob",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.34.7"
                }
            ],
            "oddjob-mkhomedir": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oddjob-mkhomedir",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.34.7"
                }
            ],
            "oniguruma": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oniguruma",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "6.8.2"
                }
            ],
            "openldap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openldap",
                    "release": "18.el8",
                    "source": "rpm",
                    "version": "2.4.46"
                }
            ],
            "openssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "8.0p1"
                }
            ],
            "openssh-clients": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-clients",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "8.0p1"
                }
            ],
            "openssh-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-server",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "8.0p1"
                }
            ],
            "openssl": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.1.1k"
                }
            ],
            "openssl-devel": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-devel",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.1.1k"
                }
            ],
            "openssl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-libs",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.1.1k"
                }
            ],
            "openssl-pkcs11": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssl-pkcs11",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.4.10"
                }
            ],
            "os-prober": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "os-prober",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.74"
                }
            ],
            "p11-kit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.23.22"
                }
            ],
            "p11-kit-trust": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit-trust",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.23.22"
                }
            ],
            "pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam",
                    "release": "33.el8",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "parted": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "parted",
                    "release": "39.el8",
                    "source": "rpm",
                    "version": "3.2"
                }
            ],
            "passwd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "passwd",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.80"
                }
            ],
            "pciutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pciutils-libs",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "3.7.0"
                }
            ],
            "pcre": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "8.42"
                }
            ],
            "pcre2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "10.32"
                }
            ],
            "pcre2-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2-devel",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "10.32"
                }
            ],
            "pcre2-utf16": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2-utf16",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "10.32"
                }
            ],
            "pcre2-utf32": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2-utf32",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "10.32"
                }
            ],
            "perl-Carp": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Carp",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "1.42"
                }
            ],
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Data-Dumper",
                    "release": "399.el8",
                    "source": "rpm",
                    "version": "2.167"
                }
            ],
            "perl-Digest": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Digest",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "1.17"
                }
            ],
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Digest-MD5",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "2.55"
                }
            ],
            "perl-Encode": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Encode",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.97"
                }
            ],
            "perl-Errno": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Errno",
                    "release": "422.el8",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "perl-Error": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Error",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.17025"
                }
            ],
            "perl-Exporter": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Exporter",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "5.72"
                }
            ],
            "perl-File-Path": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-File-Path",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "2.15"
                }
            ],
            "perl-File-Temp": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-File-Temp",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.230.600"
                }
            ],
            "perl-Getopt-Long": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Getopt-Long",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "2.50"
                }
            ],
            "perl-Git": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Git",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.43.0"
                }
            ],
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-HTTP-Tiny",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.074"
                }
            ],
            "perl-IO": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-IO",
                    "release": "422.el8",
                    "source": "rpm",
                    "version": "1.38"
                }
            ],
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-IP",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "0.39"
                }
            ],
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-SSL",
                    "release": "4.module_el8+339+1ec643e0",
                    "source": "rpm",
                    "version": "2.066"
                }
            ],
            "perl-MIME-Base64": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-MIME-Base64",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "3.15"
                }
            ],
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Mozilla-CA",
                    "release": "7.module_el8+645+9d809f8c",
                    "source": "rpm",
                    "version": "20160104"
                }
            ],
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Net-SSLeay",
                    "release": "2.module_el8+339+1ec643e0",
                    "source": "rpm",
                    "version": "1.88"
                }
            ],
            "perl-PathTools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-PathTools",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.74"
                }
            ],
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Escapes",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "1.07"
                }
            ],
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Pod-Perldoc",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "3.28"
                }
            ],
            "perl-Pod-Simple": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Simple",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "3.35"
                }
            ],
            "perl-Pod-Usage": [
                {
                    "arch": "noarch",
                    "epoch": 4,
                    "name": "perl-Pod-Usage",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "1.69"
                }
            ],
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64",
                    "epoch": 3,
                    "name": "perl-Scalar-List-Utils",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.49"
                }
            ],
            "perl-Socket": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Socket",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.027"
                }
            ],
            "perl-Storable": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "perl-Storable",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "perl-Term-ANSIColor": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-ANSIColor",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "4.06"
                }
            ],
            "perl-Term-Cap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-Cap",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "1.17"
                }
            ],
            "perl-TermReadKey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-TermReadKey",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "2.37"
                }
            ],
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-ParseWords",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "3.30"
                }
            ],
            "perl-Text-Tabs+Wrap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-Tabs+Wrap",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "2013.0523"
                }
            ],
            "perl-Time-Local": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Time-Local",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.280"
                }
            ],
            "perl-URI": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-URI",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.73"
                }
            ],
            "perl-Unicode-Normalize": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Unicode-Normalize",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "1.25"
                }
            ],
            "perl-constant": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-constant",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "perl-interpreter": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-interpreter",
                    "release": "422.el8",
                    "source": "rpm",
                    "version": "5.26.3"
                }
            ],
            "perl-libnet": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-libnet",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "perl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-libs",
                    "release": "422.el8",
                    "source": "rpm",
                    "version": "5.26.3"
                }
            ],
            "perl-macros": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-macros",
                    "release": "422.el8",
                    "source": "rpm",
                    "version": "5.26.3"
                }
            ],
            "perl-parent": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-parent",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.237"
                }
            ],
            "perl-podlators": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-podlators",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "4.11"
                }
            ],
            "perl-threads": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "perl-threads",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "perl-threads-shared": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-threads-shared",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.58"
                }
            ],
            "pigz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pigz",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "2.4"
                }
            ],
            "pinentry": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pinentry",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.1.0"
                }
            ],
            "pkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.2"
                }
            ],
            "pkgconf-m4": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pkgconf-m4",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.2"
                }
            ],
            "pkgconf-pkg-config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf-pkg-config",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.2"
                }
            ],
            "platform-python": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "platform-python",
                    "release": "62.el8",
                    "source": "rpm",
                    "version": "3.6.8"
                }
            ],
            "platform-python-pip": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "platform-python-pip",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "9.0.3"
                }
            ],
            "platform-python-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "platform-python-setuptools",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "39.2.0"
                }
            ],
            "plymouth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth",
                    "release": "11.20200615git1e36e30.el8",
                    "source": "rpm",
                    "version": "0.9.4"
                }
            ],
            "plymouth-core-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth-core-libs",
                    "release": "11.20200615git1e36e30.el8",
                    "source": "rpm",
                    "version": "0.9.4"
                }
            ],
            "plymouth-scripts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth-scripts",
                    "release": "11.20200615git1e36e30.el8",
                    "source": "rpm",
                    "version": "0.9.4"
                }
            ],
            "policycoreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "policycoreutils",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "policycoreutils-python-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "policycoreutils-python-utils",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "polkit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "0.115"
                }
            ],
            "polkit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-libs",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "0.115"
                }
            ],
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-pkla-compat",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "0.1"
                }
            ],
            "popt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "popt",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "prefixdevname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "prefixdevname",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.1.0"
                }
            ],
            "procps-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "procps-ng",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "3.3.15"
                }
            ],
            "psmisc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "psmisc",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "23.1"
                }
            ],
            "publicsuffix-list-dafsa": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "publicsuffix-list-dafsa",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "20180723"
                }
            ],
            "python3-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-audit",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.1.2"
                }
            ],
            "python3-babel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-babel",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "python3-cffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cffi",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.11.5"
                }
            ],
            "python3-chardet": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-chardet",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.0.4"
                }
            ],
            "python3-configobj": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-configobj",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "5.0.6"
                }
            ],
            "python3-cryptography": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cryptography",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.2.1"
                }
            ],
            "python3-dateutil": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-dateutil",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "2.6.1"
                }
            ],
            "python3-dbus": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-dbus",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "1.2.4"
                }
            ],
            "python3-decorator": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-decorator",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "python3-dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "python3-dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf-plugins-core",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "4.0.21"
                }
            ],
            "python3-firewall": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-firewall",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.9.11"
                }
            ],
            "python3-gobject-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gobject-base",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "3.28.3"
                }
            ],
            "python3-gpg": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gpg",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.13.1"
                }
            ],
            "python3-hawkey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-hawkey",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "0.63.0"
                }
            ],
            "python3-html5lib": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-html5lib",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.999999999"
                }
            ],
            "python3-idna": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-idna",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "2.5"
                }
            ],
            "python3-jinja2": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jinja2",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "2.10.1"
                }
            ],
            "python3-jsonpatch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpatch",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.21"
                }
            ],
            "python3-jsonpointer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpointer",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.10"
                }
            ],
            "python3-jsonschema": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "2.6.0"
                }
            ],
            "python3-jwt": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jwt",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "python3-libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libcomps",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.1.18"
                }
            ],
            "python3-libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libdnf",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "0.63.0"
                }
            ],
            "python3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libs",
                    "release": "62.el8",
                    "source": "rpm",
                    "version": "3.6.8"
                }
            ],
            "python3-libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libselinux",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "python3-libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libsemanage",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "python3-linux-procfs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-linux-procfs",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.7.3"
                }
            ],
            "python3-lxml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-lxml",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "4.2.3"
                }
            ],
            "python3-markupsafe": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-markupsafe",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "0.23"
                }
            ],
            "python3-netifaces": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-netifaces",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "python3-nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "python3-nftables",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.0.4"
                }
            ],
            "python3-oauthlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-oauthlib",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "python3-perf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-perf",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "python3-pip": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pip",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "9.0.3"
                }
            ],
            "python3-pip-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pip-wheel",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "9.0.3"
                }
            ],
            "python3-ply": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-ply",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "3.9"
                }
            ],
            "python3-policycoreutils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-policycoreutils",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "python3-prettytable": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-prettytable",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "0.7.2"
                }
            ],
            "python3-pyasn1": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyasn1",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.3.7"
                }
            ],
            "python3-pycparser": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pycparser",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "2.14"
                }
            ],
            "python3-pyserial": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyserial",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "python3-pysocks": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pysocks",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.6.8"
                }
            ],
            "python3-pytz": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pytz",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2017.2"
                }
            ],
            "python3-pyudev": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyudev",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "0.21.0"
                }
            ],
            "python3-pyyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyyaml",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "3.12"
                }
            ],
            "python3-requests": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-requests",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "2.20.0"
                }
            ],
            "python3-rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpm",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "python3-setools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-setools",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "4.3.0"
                }
            ],
            "python3-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "39.2.0"
                }
            ],
            "python3-setuptools-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools-wheel",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "39.2.0"
                }
            ],
            "python3-six": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-six",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "1.11.0"
                }
            ],
            "python3-slip": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-slip",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "0.6.4"
                }
            ],
            "python3-slip-dbus": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-slip-dbus",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "0.6.4"
                }
            ],
            "python3-syspurpose": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-syspurpose",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.28.42"
                }
            ],
            "python3-systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-systemd",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "234"
                }
            ],
            "python3-unbound": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-unbound",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.16.2"
                }
            ],
            "python3-urllib3": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "1.24.2"
                }
            ],
            "python3-webencodings": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-webencodings",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.5.1"
                }
            ],
            "python36": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python36",
                    "release": "39.module_el8+762+77bd8591",
                    "source": "rpm",
                    "version": "3.6.8"
                }
            ],
            "qa-tools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "qa-tools",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "qemu-guest-agent": [
                {
                    "arch": "x86_64",
                    "epoch": 15,
                    "name": "qemu-guest-agent",
                    "release": "49.module_el8+991+097e156d",
                    "source": "rpm",
                    "version": "6.2.0"
                }
            ],
            "quota": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "quota",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "4.04"
                }
            ],
            "quota-nls": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "quota-nls",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "4.04"
                }
            ],
            "readline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "readline",
                    "release": "10.el8",
                    "source": "rpm",
                    "version": "7.0"
                }
            ],
            "restraint": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint",
                    "release": "1.el8bkr",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "restraint-rhts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint-rhts",
                    "release": "1.el8bkr",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "rng-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rng-tools",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "6.16"
                }
            ],
            "rootfiles": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rootfiles",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.1"
                }
            ],
            "rpcbind": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpcbind",
                    "release": "10.el8",
                    "source": "rpm",
                    "version": "1.2.5"
                }
            ],
            "rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "rpm-build-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-build-libs",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "rpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-libs",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "rpm-plugin-selinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-selinux",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "rpm-plugin-systemd-inhibit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-systemd-inhibit",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "rsync": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsync",
                    "release": "19.el8.1",
                    "source": "rpm",
                    "version": "3.1.3"
                }
            ],
            "rsyslog": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsyslog",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "8.2102.0"
                }
            ],
            "sed": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sed",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "4.5"
                }
            ],
            "selinux-policy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy",
                    "release": "139.el8",
                    "source": "rpm",
                    "version": "3.14.3"
                }
            ],
            "selinux-policy-targeted": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy-targeted",
                    "release": "139.el8",
                    "source": "rpm",
                    "version": "3.14.3"
                }
            ],
            "setup": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setup",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2.12.2"
                }
            ],
            "sg3_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sg3_utils",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.44"
                }
            ],
            "sg3_utils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sg3_utils-libs",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.44"
                }
            ],
            "shadow-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "shadow-utils",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "4.6"
                }
            ],
            "shared-mime-info": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "shared-mime-info",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "slang": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "slang",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "snappy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "snappy",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.1.8"
                }
            ],
            "sqlite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sqlite-libs",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "3.26.0"
                }
            ],
            "squashfs-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "squashfs-tools",
                    "release": "21.el8",
                    "source": "rpm",
                    "version": "4.3"
                }
            ],
            "sssd-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-client",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "sssd-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-common",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "sssd-kcm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-kcm",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "sssd-nfs-idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-nfs-idmap",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "strace": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "strace",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "5.18"
                }
            ],
            "sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.9.5p2"
                }
            ],
            "systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd",
                    "release": "82.el8.1",
                    "source": "rpm",
                    "version": "239"
                }
            ],
            "systemd-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-libs",
                    "release": "82.el8.1",
                    "source": "rpm",
                    "version": "239"
                }
            ],
            "systemd-pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-pam",
                    "release": "82.el8.1",
                    "source": "rpm",
                    "version": "239"
                }
            ],
            "systemd-udev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-udev",
                    "release": "82.el8.1",
                    "source": "rpm",
                    "version": "239"
                }
            ],
            "systemtap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "systemtap-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-client",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "systemtap-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-devel",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "systemtap-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-runtime",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "tar": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "tar",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.30"
                }
            ],
            "tbb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tbb",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "2018.2"
                }
            ],
            "teamd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "teamd",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.31"
                }
            ],
            "time": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "time",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "timedatex": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "timedatex",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.5"
                }
            ],
            "tpm2-tss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "trousers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "trousers",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.3.15"
                }
            ],
            "trousers-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "trousers-lib",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.3.15"
                }
            ],
            "tzdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tzdata",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2024a"
                }
            ],
            "unbound-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unbound-libs",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.16.2"
                }
            ],
            "unzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unzip",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "6.0"
                }
            ],
            "util-linux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "vim-common": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-common",
                    "release": "19.el8.4",
                    "source": "rpm",
                    "version": "8.0.1763"
                }
            ],
            "vim-enhanced": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-enhanced",
                    "release": "19.el8.4",
                    "source": "rpm",
                    "version": "8.0.1763"
                }
            ],
            "vim-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-filesystem",
                    "release": "19.el8.4",
                    "source": "rpm",
                    "version": "8.0.1763"
                }
            ],
            "vim-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-minimal",
                    "release": "19.el8.4",
                    "source": "rpm",
                    "version": "8.0.1763"
                }
            ],
            "virt-what": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "virt-what",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.25"
                }
            ],
            "wget": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.19.5"
                }
            ],
            "which": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "which",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "xfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xfsprogs",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "5.0.0"
                }
            ],
            "xkeyboard-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "xkeyboard-config",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "xmlrpc-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xmlrpc-c",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.51.0"
                }
            ],
            "xmlrpc-c-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xmlrpc-c-client",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.51.0"
                }
            ],
            "xz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "5.2.4"
                }
            ],
            "xz-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz-devel",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "5.2.4"
                }
            ],
            "xz-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz-libs",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "5.2.4"
                }
            ],
            "yum": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "yum-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum-utils",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "4.0.21"
                }
            ],
            "zip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zip",
                    "release": "23.el8",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "zlib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "1.2.11"
                }
            ],
            "zlib-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-devel",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "1.2.11"
                }
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 03 August 2024  04:45:55 -0400 (0:00:01.546)       0:02:25.221 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2102.0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 03 August 2024  04:45:56 -0400 (0:00:00.047)       0:02:25.269 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 03 August 2024  04:45:56 -0400 (0:00:00.035)       0:02:25.304 ******* 
ok: [managed_node1] => {}

MSG:

Rsyslog_version is 8.2102.0, which is newer than "8.37.0-7.2".

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 03 August 2024  04:45:56 -0400 (0:00:00.039)       0:02:25.344 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 03 August 2024  04:45:56 -0400 (0:00:00.035)       0:02:25.380 ******* 
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": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 03 August 2024  04:45:56 -0400 (0:00:00.381)       0:02:25.762 ******* 
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": 58,
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 03 August 2024  04:45:56 -0400 (0:00:00.386)       0:02:26.148 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 03 August 2024  04:45:57 -0400 (0:00:00.381)       0:02:26.530 ******* 
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"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120
Saturday 03 August 2024  04:45:57 -0400 (0:00:00.188)       0:02:26.718 ******* 
changed: [managed_node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\n)\n'}) => {
    "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-1722674757.5100696-33761-186127920058101/source",
    "state": "file",
    "uid": 0
}
skipping: [managed_node1] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]})  => {
    "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={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {
    "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-1722674758.2106276-33761-91762861557491/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144
Saturday 03 August 2024  04:45:58 -0400 (0:00:01.428)       0:02:28.147 ******* 
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-1722674757.5100696-33761-186127920058101/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-1722674757.5100696-33761-186127920058101/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-1722674758.2106276-33761-91762861557491/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-1722674758.2106276-33761-91762861557491/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148
Saturday 03 August 2024  04:45:58 -0400 (0:00:00.046)       0:02:28.193 ******* 
skipping: [managed_node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\n)\n'})  => {
    "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={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]})  => {
    "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={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]})  => {
    "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"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166
Saturday 03 August 2024  04:45:58 -0400 (0:00:00.055)       0:02:28.249 ******* 
ok: [managed_node1] => (item={'name': 'system_input', 'type': 'basics'}) => {
    "ansible_facts": {
        "__rsyslog_basics_packages": []
    },
    "ansible_included_var_files": [
        "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177
Saturday 03 August 2024  04:45:59 -0400 (0:00:00.048)       0:02:28.297 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3
Saturday 03 August 2024  04:45:59 -0400 (0:00:00.084)       0:02:28.382 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 03 August 2024  04:45:59 -0400 (0:00:00.106)       0:02:28.488 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 03 August 2024  04:45:59 -0400 (0:00:00.041)       0:02:28.530 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 03 August 2024  04:45:59 -0400 (0:00:00.036)       0:02:28.566 ******* 
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-1722674757.5100696-33761-186127920058101/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-1722674757.5100696-33761-186127920058101/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-1722674758.2106276-33761-91762861557491/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-1722674758.2106276-33761-91762861557491/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 03 August 2024  04:45:59 -0400 (0:00:00.044)       0:02:28.611 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-system_input] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10
Saturday 03 August 2024  04:45:59 -0400 (0:00:00.038)       0:02:28.649 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 03 August 2024  04:45:59 -0400 (0:00:00.072)       0:02:28.722 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 03 August 2024  04:45:59 -0400 (0:00:00.038)       0:02:28.761 ******* 
changed: [managed_node1] => (item={'name': 'input-basics-system_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use="off") # Turn off message reception via local log socket.\nmodule(load="imjournal"\n       StateFile="/var/lib/rsyslog/imjournal.state"\n       RateLimit.Interval="600"\n       PersistStateInterval="10")\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'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
    "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "input-basics-system_input",
        "sections": [
            {
                "options": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\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": "c1a13c444bc3c659f6d352bdc44175e3",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 550,
    "src": "/root/.ansible/tmp/ansible-tmp-1722674759.7184303-33813-187064674658483/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 03 August 2024  04:46:00 -0400 (0:00:00.926)       0:02:29.687 ******* 
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-1722674757.5100696-33761-186127920058101/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-1722674757.5100696-33761-186127920058101/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-1722674758.2106276-33761-91762861557491/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-1722674758.2106276-33761-91762861557491/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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                        "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": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                                "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-1722674759.7184303-33813-187064674658483/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c1a13c444bc3c659f6d352bdc44175e3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 550,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674759.7184303-33813-187064674658483/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 03 August 2024  04:46:00 -0400 (0:00:00.046)       0:02:29.734 ******* 
skipping: [managed_node1] => (item={'name': 'input-basics-system_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use="off") # Turn off message reception via local log socket.\nmodule(load="imjournal"\n       StateFile="/var/lib/rsyslog/imjournal.state"\n       RateLimit.Interval="600"\n       PersistStateInterval="10")\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'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "inner_item": {
        "name": "input-basics-system_input",
        "sections": [
            {
                "options": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192
Saturday 03 August 2024  04:46:00 -0400 (0:00:00.169)       0:02:29.903 ******* 
ok: [managed_node1] => (item={'name': 'relp_client0', 'type': 'relp', 'target': 'localhost', 'port': 6514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name', 'permitted_servers': ['*.server.com', '*.example.com']}) => {
    "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/tmp.TxjXsrMEVg/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={'name': 'relp_client1', 'type': 'relp', 'target': 'localhost', 'port': 7514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name'}) => {
    "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/tmp.TxjXsrMEVg/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={'name': 'default_files', 'type': '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{% 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/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204
Saturday 03 August 2024  04:46:00 -0400 (0:00:00.068)       0:02:29.972 ******* 
included: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml for managed_node1
included: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml for managed_node1
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:2
Saturday 03 August 2024  04:46:00 -0400 (0:00:00.100)       0:02:30.073 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10
Saturday 03 August 2024  04:46:00 -0400 (0:00:00.068)       0:02:30.141 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17
Saturday 03 August 2024  04:46:00 -0400 (0:00:00.048)       0:02:30.190 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24
Saturday 03 August 2024  04:46:00 -0400 (0:00:00.047)       0:02:30.238 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31
Saturday 03 August 2024  04:46:01 -0400 (0:00:00.087)       0:02:30.325 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36
Saturday 03 August 2024  04:46:01 -0400 (0:00:00.051)       0:02:30.376 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:9
Saturday 03 August 2024  04:46:01 -0400 (0:00:00.045)       0:02:30.421 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 03 August 2024  04:46:01 -0400 (0:00:00.071)       0:02:30.492 ******* 
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: rsyslog-relp-8.2102.0-15.el8.x86_64"
    ]
}
lsrpackages: librelp rsyslog-relp

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 03 August 2024  04:46:04 -0400 (0:00:03.101)       0:02:33.594 ******* 
changed: [managed_node1] => (item={'name': 'output-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="omrelp")'}]}) => {
    "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-1722674764.3863165-33860-229180244157666/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 03 August 2024  04:46:05 -0400 (0:00:00.720)       0:02:34.315 ******* 
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-1722674757.5100696-33761-186127920058101/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-1722674757.5100696-33761-186127920058101/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-1722674758.2106276-33761-91762861557491/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-1722674758.2106276-33761-91762861557491/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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                        "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": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                                "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-1722674759.7184303-33813-187064674658483/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c1a13c444bc3c659f6d352bdc44175e3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 550,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674759.7184303-33813-187064674658483/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-1722674764.3863165-33860-229180244157666/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-1722674764.3863165-33860-229180244157666/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 03 August 2024  04:46:05 -0400 (0:00:00.046)       0:02:34.362 ******* 
skipping: [managed_node1] => (item={'name': 'output-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="omrelp")'}]})  => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:16
Saturday 03 August 2024  04:46:05 -0400 (0:00:00.047)       0:02:34.410 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 03 August 2024  04:46:05 -0400 (0:00:00.076)       0:02:34.486 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 03 August 2024  04:46:05 -0400 (0:00:00.038)       0:02:34.525 ******* 
changed: [managed_node1] => (item={'name': 'output-relp-relp_client0', 'type': 'output', 'weight': '31', 'state': 'present', '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'}]}) => {
    "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-1722674765.425709-33884-274000650578477/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 03 August 2024  04:46:06 -0400 (0:00:00.832)       0:02:35.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-1722674757.5100696-33761-186127920058101/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-1722674757.5100696-33761-186127920058101/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-1722674758.2106276-33761-91762861557491/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-1722674758.2106276-33761-91762861557491/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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                        "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": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                                "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-1722674759.7184303-33813-187064674658483/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c1a13c444bc3c659f6d352bdc44175e3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 550,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674759.7184303-33813-187064674658483/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-1722674764.3863165-33860-229180244157666/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-1722674764.3863165-33860-229180244157666/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-1722674765.425709-33884-274000650578477/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-1722674765.425709-33884-274000650578477/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 03 August 2024  04:46:06 -0400 (0:00:00.048)       0:02:35.406 ******* 
skipping: [managed_node1] => (item={'name': 'output-relp-relp_client0', 'type': 'output', 'weight': '31', 'state': 'present', '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'}]})  => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:2
Saturday 03 August 2024  04:46:06 -0400 (0:00:00.115)       0:02:35.521 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10
Saturday 03 August 2024  04:46:06 -0400 (0:00:00.068)       0:02:35.589 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17
Saturday 03 August 2024  04:46:06 -0400 (0:00:00.047)       0:02:35.637 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24
Saturday 03 August 2024  04:46:06 -0400 (0:00:00.046)       0:02:35.683 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31
Saturday 03 August 2024  04:46:06 -0400 (0:00:00.046)       0:02:35.730 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36
Saturday 03 August 2024  04:46:06 -0400 (0:00:00.047)       0:02:35.777 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:9
Saturday 03 August 2024  04:46:06 -0400 (0:00:00.082)       0:02:35.859 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 03 August 2024  04:46:06 -0400 (0:00:00.072)       0:02:35.931 ******* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: librelp rsyslog-relp

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 03 August 2024  04:46:09 -0400 (0:00:02.539)       0:02:38.471 ******* 
ok: [managed_node1] => (item={'name': 'output-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="omrelp")'}]}) => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 03 August 2024  04:46:09 -0400 (0:00:00.662)       0:02:39.134 ******* 
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-1722674757.5100696-33761-186127920058101/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-1722674757.5100696-33761-186127920058101/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-1722674758.2106276-33761-91762861557491/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-1722674758.2106276-33761-91762861557491/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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                        "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": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                                "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-1722674759.7184303-33813-187064674658483/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c1a13c444bc3c659f6d352bdc44175e3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 550,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674759.7184303-33813-187064674658483/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-1722674764.3863165-33860-229180244157666/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-1722674764.3863165-33860-229180244157666/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-1722674765.425709-33884-274000650578477/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-1722674765.425709-33884-274000650578477/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 03 August 2024  04:46:09 -0400 (0:00:00.121)       0:02:39.255 ******* 
skipping: [managed_node1] => (item={'name': 'output-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="omrelp")'}]})  => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:16
Saturday 03 August 2024  04:46:10 -0400 (0:00:00.048)       0:02:39.304 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 03 August 2024  04:46:10 -0400 (0:00:00.075)       0:02:39.380 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 03 August 2024  04:46:10 -0400 (0:00:00.036)       0:02:39.417 ******* 
changed: [managed_node1] => (item={'name': 'output-relp-relp_client1', 'type': 'output', 'weight': '31', 'state': 'present', '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=["*.us-east-1.aws.redhat.com"]\n    )\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "0a23c6c22e4345874c0cab4a280580a97767c8af",
    "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=[\"*.us-east-1.aws.redhat.com\"]\n    )\n}\n"
            }
        ],
        "state": "present",
        "type": "output",
        "weight": "31"
    },
    "md5sum": "381201b4a2cd8354197ef313197f43e4",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 491,
    "src": "/root/.ansible/tmp/ansible-tmp-1722674770.279385-33948-25049938971062/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 03 August 2024  04:46:10 -0400 (0:00:00.793)       0:02:40.211 ******* 
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-1722674757.5100696-33761-186127920058101/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-1722674757.5100696-33761-186127920058101/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-1722674758.2106276-33761-91762861557491/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-1722674758.2106276-33761-91762861557491/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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                        "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": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                                "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-1722674759.7184303-33813-187064674658483/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c1a13c444bc3c659f6d352bdc44175e3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 550,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674759.7184303-33813-187064674658483/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-1722674764.3863165-33860-229180244157666/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-1722674764.3863165-33860-229180244157666/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-1722674765.425709-33884-274000650578477/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-1722674765.425709-33884-274000650578477/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": "0a23c6c22e4345874c0cab4a280580a97767c8af",
                        "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=[\"*.us-east-1.aws.redhat.com\"]\n    )\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output",
                            "weight": "31"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "0a23c6c22e4345874c0cab4a280580a97767c8af",
                                "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-1722674770.279385-33948-25049938971062/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "381201b4a2cd8354197ef313197f43e4",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 491,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674770.279385-33948-25049938971062/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 03 August 2024  04:46:10 -0400 (0:00:00.050)       0:02:40.261 ******* 
skipping: [managed_node1] => (item={'name': 'output-relp-relp_client1', 'type': 'output', 'weight': '31', 'state': 'present', '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=["*.us-east-1.aws.redhat.com"]\n    )\n}\n'}]})  => {
    "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=[\"*.us-east-1.aws.redhat.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 : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Saturday 03 August 2024  04:46:11 -0400 (0:00:00.160)       0:02:40.421 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 03 August 2024  04:46:11 -0400 (0:00:00.102)       0:02:40.524 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 03 August 2024  04:46:11 -0400 (0:00:00.039)       0:02:40.564 ******* 
changed: [managed_node1] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => {
    "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-1722674771.3573365-33972-257489881782381/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 03 August 2024  04:46:12 -0400 (0:00:00.728)       0:02:41.293 ******* 
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-1722674757.5100696-33761-186127920058101/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-1722674757.5100696-33761-186127920058101/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-1722674758.2106276-33761-91762861557491/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-1722674758.2106276-33761-91762861557491/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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                        "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": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                                "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-1722674759.7184303-33813-187064674658483/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c1a13c444bc3c659f6d352bdc44175e3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 550,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674759.7184303-33813-187064674658483/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-1722674764.3863165-33860-229180244157666/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-1722674764.3863165-33860-229180244157666/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-1722674765.425709-33884-274000650578477/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-1722674765.425709-33884-274000650578477/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": "0a23c6c22e4345874c0cab4a280580a97767c8af",
                        "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=[\"*.us-east-1.aws.redhat.com\"]\n    )\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output",
                            "weight": "31"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "0a23c6c22e4345874c0cab4a280580a97767c8af",
                                "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-1722674770.279385-33948-25049938971062/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "381201b4a2cd8354197ef313197f43e4",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 491,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674770.279385-33948-25049938971062/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-1722674771.3573365-33972-257489881782381/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-1722674771.3573365-33972-257489881782381/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 03 August 2024  04:46:12 -0400 (0:00:00.051)       0:02:41.345 ******* 
skipping: [managed_node1] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]})  => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Saturday 03 August 2024  04:46:12 -0400 (0:00:00.048)       0:02:41.393 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 03 August 2024  04:46:12 -0400 (0:00:00.068)       0:02:41.462 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 03 August 2024  04:46:12 -0400 (0:00:00.037)       0:02:41.499 ******* 
changed: [managed_node1] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', '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'}]}) => {
    "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-1722674772.4108434-33996-204543698784841/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 03 August 2024  04:46:13 -0400 (0:00:00.846)       0:02:42.346 ******* 
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-1722674757.5100696-33761-186127920058101/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-1722674757.5100696-33761-186127920058101/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-1722674758.2106276-33761-91762861557491/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-1722674758.2106276-33761-91762861557491/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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                        "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": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                                "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-1722674759.7184303-33813-187064674658483/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c1a13c444bc3c659f6d352bdc44175e3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 550,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674759.7184303-33813-187064674658483/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-1722674764.3863165-33860-229180244157666/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-1722674764.3863165-33860-229180244157666/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-1722674765.425709-33884-274000650578477/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-1722674765.425709-33884-274000650578477/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": "0a23c6c22e4345874c0cab4a280580a97767c8af",
                        "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=[\"*.us-east-1.aws.redhat.com\"]\n    )\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output",
                            "weight": "31"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "0a23c6c22e4345874c0cab4a280580a97767c8af",
                                "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-1722674770.279385-33948-25049938971062/source",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "381201b4a2cd8354197ef313197f43e4",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 491,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722674770.279385-33948-25049938971062/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-1722674771.3573365-33972-257489881782381/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-1722674771.3573365-33972-257489881782381/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-1722674772.4108434-33996-204543698784841/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-1722674772.4108434-33996-204543698784841/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 03 August 2024  04:46:13 -0400 (0:00:00.054)       0:02:42.401 ******* 
skipping: [managed_node1] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', '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'}]})  => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217
Saturday 03 August 2024  04:46:13 -0400 (0:00:00.122)       0:02:42.523 ******* 
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.049030",
    "end": "2024-08-03 04:46:13.611434",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-03 04:46:13.562404"
}

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/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234
Saturday 03 August 2024  04:46:13 -0400 (0:00:00.427)       0:02:42.951 ******* 

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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254
Saturday 03 August 2024  04:46:13 -0400 (0:00:00.041)       0:02:42.993 ******* 

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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275
Saturday 03 August 2024  04:46:13 -0400 (0:00:00.043)       0:02:43.037 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283
Saturday 03 August 2024  04:46:13 -0400 (0:00:00.060)       0:02:43.097 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295
Saturday 03 August 2024  04:46:13 -0400 (0:00:00.046)       0:02:43.144 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307
Saturday 03 August 2024  04:46:13 -0400 (0:00:00.088)       0:02:43.233 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319
Saturday 03 August 2024  04:46:14 -0400 (0:00:00.047)       0:02:43.280 ******* 
ok: [managed_node1] => {
    "changed": false,
    "enabled": true,
    "name": "rsyslog",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-08-03 04:45:20 EDT",
        "ActiveEnterTimestampMonotonic": "1625330414",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "network.target network-online.target sysinit.target basic.target system.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-08-03 04:45:20 EDT",
        "AssertTimestampMonotonic": "1625298255",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-08-03 04:45:20 EDT",
        "ConditionTimestampMonotonic": "1625298254",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/rsyslog.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "220138",
        "ExecMainStartTimestamp": "Sat 2024-08-03 04:45:20 EDT",
        "ExecMainStartTimestampMonotonic": "1625299655",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Sat 2024-08-03 04:45:20 EDT] ; stop_time=[n/a] ; pid=220138 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "rsyslog.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-08-03 04:45:20 EDT",
        "InactiveExitTimestampMonotonic": "1625299711",
        "InvocationID": "e846307d84ce4677b9c4736216725041",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "16384",
        "LimitNOFILESoft": "16384",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "220138",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "1564672",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "yes",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "yes",
        "ProtectHome": "read-only",
        "ProtectKernelModules": "yes",
        "ProtectKernelTunables": "yes",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "net",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-08-03 04:45:20 EDT",
        "StateChangeTimestampMonotonic": "1625330414",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "0",
        "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_settime create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open process_vm_readv process_vm_writev prof profil ptrace putpmsg query_module reboot rtas security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "3",
        "TasksMax": "22405",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network.target network-online.target",
        "WatchdogTimestamp": "Sat 2024-08-03 04:45:20 EDT",
        "WatchdogTimestampMonotonic": "1625330411",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:327
Saturday 03 August 2024  04:46:14 -0400 (0:00:00.520)       0:02:43.801 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:336
Saturday 03 August 2024  04:46:14 -0400 (0:00:00.039)       0:02:43.840 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:348
Saturday 03 August 2024  04:46:14 -0400 (0:00:00.036)       0:02:43.876 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:355
Saturday 03 August 2024  04:46:14 -0400 (0:00:00.039)       0:02:43.916 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722674720.2282865,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "c450afe3bb63a9b0245c69580549cba5c99995d9",
        "ctime": 1722674710.5712345,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 817691,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1686145546.0,
        "nlink": 1,
        "path": "/etc/rsyslog.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 3295,
        "uid": 0,
        "version": "8662969",
        "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Saturday 03 August 2024  04:46:15 -0400 (0:00:00.384)       0:02:44.300 ******* 
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-1722674775.079343-34061-118688305161293/source",
    "state": "file",
    "uid": 0
}

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 03 August 2024  04:46:15 -0400 (0:00:00.687)       0:02:44.988 ******* 
changed: [managed_node1] => {
    "changed": true,
    "name": "rsyslog",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-08-03 04:45:20 EDT",
        "ActiveEnterTimestampMonotonic": "1625330414",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "network.target network-online.target sysinit.target basic.target system.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-08-03 04:45:20 EDT",
        "AssertTimestampMonotonic": "1625298255",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-08-03 04:45:20 EDT",
        "ConditionTimestampMonotonic": "1625298254",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/rsyslog.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "220138",
        "ExecMainStartTimestamp": "Sat 2024-08-03 04:45:20 EDT",
        "ExecMainStartTimestampMonotonic": "1625299655",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Sat 2024-08-03 04:45:20 EDT] ; stop_time=[n/a] ; pid=220138 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "rsyslog.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-08-03 04:45:20 EDT",
        "InactiveExitTimestampMonotonic": "1625299711",
        "InvocationID": "e846307d84ce4677b9c4736216725041",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "16384",
        "LimitNOFILESoft": "16384",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "220138",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "1564672",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "yes",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "yes",
        "ProtectHome": "read-only",
        "ProtectKernelModules": "yes",
        "ProtectKernelTunables": "yes",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "net",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-08-03 04:45:20 EDT",
        "StateChangeTimestampMonotonic": "1625330414",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "0",
        "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_settime create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open process_vm_readv process_vm_writev prof profil ptrace putpmsg query_module reboot rtas security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "3",
        "TasksMax": "22405",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network.target network-online.target",
        "WatchdogTimestamp": "Sat 2024-08-03 04:45:20 EDT",
        "WatchdogTimestampMonotonic": "1625330411",
        "WatchdogUSec": "0"
    }
}
META: ran handlers

TASK [Ensure config file size and counts] **************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:278
Saturday 03 August 2024  04:46:16 -0400 (0:00:00.930)       0:02:45.918 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2
Saturday 03 August 2024  04:46:16 -0400 (0:00:00.081)       0:02:45.999 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722674776.5625896,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "5fe705203b62f654be0460d9893da023dbffb94d",
        "ctime": 1722674775.667585,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 455082116,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1722674775.4035833,
        "nlink": 1,
        "path": "/etc/rsyslog.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 131,
        "uid": 0,
        "version": "3295199882",
        "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7
Saturday 03 August 2024  04:46:17 -0400 (0:00:00.376)       0:02:46.376 ******* 
ok: [managed_node1] => {
    "changed": false,
    "examined": 8,
    "files": [
        {
            "atime": 1722674776.5625896,
            "ctime": 1722674758.1024902,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 377487493,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722674757.8344889,
            "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": 1722674776.5625896,
            "ctime": 1722674758.798494,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 383778951,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722674758.5274925,
            "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": 1722674776.5625896,
            "ctime": 1722674760.3025022,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 390070404,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722674760.0335007,
            "nlink": 1,
            "path": "/etc/rsyslog.d/90-input-basics-system_input.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 550,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1722674769.5315518,
            "ctime": 1722674764.9685273,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 400556164,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722674764.7015257,
            "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": 1722674776.5625896,
            "ctime": 1722674766.0115328,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 406847620,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722674765.7425313,
            "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": 1722674776.5625896,
            "ctime": 1722674770.863559,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 423624837,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722674770.5925574,
            "nlink": 1,
            "path": "/etc/rsyslog.d/31-output-relp-relp_client1.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 491,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1722674776.5625896,
            "ctime": 1722674771.9455647,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 429916292,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722674771.6795633,
            "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": 1722674776.5625896,
            "ctime": 1722674772.9985704,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 436207747,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722674772.729569,
            "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
        }
    ],
    "matched": 8
}

TASK [Check rsyslog.conf size (less)] ******************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13
Saturday 03 August 2024  04:46:17 -0400 (0:00:00.372)       0:02:46.749 ******* 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check rsyslog.conf size (more)] ******************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18
Saturday 03 August 2024  04:46:17 -0400 (0:00:00.039)       0:02:46.788 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check file counts in rsyslog.d] ******************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23
Saturday 03 August 2024  04:46:17 -0400 (0:00:00.069)       0:02:46.858 ******* 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check conf files exist] **************************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27
Saturday 03 August 2024  04:46:17 -0400 (0:00:00.039)       0:02:46.897 ******* 
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": 1722674776.5625896,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1",
        "ctime": 1722674766.0115328,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 406847620,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1722674765.7425313,
        "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": "37104885",
        "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": 1722674776.5625896,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "0a23c6c22e4345874c0cab4a280580a97767c8af",
        "ctime": 1722674770.863559,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 423624837,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1722674770.5925574,
        "nlink": 1,
        "path": "/etc/rsyslog.d/31-output-relp-relp_client1.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 491,
        "uid": 0,
        "version": "3014532606",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check rsyslog errors] ****************************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35
Saturday 03 August 2024  04:46:18 -0400 (0:00:00.738)       0:02:47.636 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check the port in relp_client1] ******************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:288
Saturday 03 August 2024  04:46:18 -0400 (0:00:00.036)       0:02:47.673 ******* 
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.004601",
    "end": "2024-08-03 04:46:18.709771",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-03 04:46:18.705170"
}

STDOUT:

1

TASK [Check the ca cert in relp_client0 - 0] ***********************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:297
Saturday 03 August 2024  04:46:18 -0400 (0:00:00.378)       0:02:48.051 ******* 
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.004493",
    "end": "2024-08-03 04:46:19.090231",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-03 04:46:19.085738"
}

STDOUT:

1

TASK [Check the ca cert in relp_client0 - 1] ***********************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:305
Saturday 03 August 2024  04:46:19 -0400 (0:00:00.379)       0:02:48.431 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722674750.5874498,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "7ef7d7e9ab647289a8843eb160197bafb4712424",
        "ctime": 1722674750.5844498,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 6986539,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1722674750.5844498,
        "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": "928065286",
        "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:309
Saturday 03 August 2024  04:46:19 -0400 (0:00:00.412)       0:02:48.844 ******* 
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.004450",
    "end": "2024-08-03 04:46:19.880296",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-03 04:46:19.875846"
}

STDOUT:

1

TASK [Check the cert in relp_client0 - 1] **************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:317
Saturday 03 August 2024  04:46:19 -0400 (0:00:00.376)       0:02:49.220 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722674750.5874498,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "7ef7d7e9ab647289a8843eb160197bafb4712424",
        "ctime": 1722674750.5844498,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 6986539,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1722674750.5844498,
        "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": "928065286",
        "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:321
Saturday 03 August 2024  04:46:20 -0400 (0:00:00.379)       0:02:49.599 ******* 
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.004444",
    "end": "2024-08-03 04:46:20.634423",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-03 04:46:20.629979"
}

STDOUT:

1

TASK [Check the private key in relp_client0 - 1] *******************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:329
Saturday 03 August 2024  04:46:20 -0400 (0:00:00.375)       0:02:49.974 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722674750.405449,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "dbf0f2d85a71ab888b6f77a23ccb50dfe470e87a",
        "ctime": 1722674750.5844498,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 6897800,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1722674750.5844498,
        "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": "941139346",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check tls.permittedpeer in relp_client0] *********************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:333
Saturday 03 August 2024  04:46:21 -0400 (0:00:00.393)       0:02:50.368 ******* 
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.004830",
    "end": "2024-08-03 04:46:21.409253",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-03 04:46:21.404423"
}

STDOUT:

1

TASK [Check tls.permittedpeer in relp_client1] *********************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:341
Saturday 03 August 2024  04:46:21 -0400 (0:00:00.383)       0:02:50.751 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": "set -euo pipefail; grep \"tls.permittedpeer=\\[\\\"\\*.us-east-1.aws.redhat.com\\\"\\]\" \"/etc/rsyslog.d/31-output-relp-relp_client1.conf\" | wc -l",
    "delta": "0:00:00.004827",
    "end": "2024-08-03 04:46:21.790671",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-03 04:46:21.785844"
}

STDOUT:

1

TASK [Check ports managed by firewall and selinux] *****************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:351
Saturday 03 August 2024  04:46:21 -0400 (0:00:00.416)       0:02:51.168 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Saturday 03 August 2024  04:46:21 -0400 (0:00:00.084)       0:02:51.252 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Saturday 03 August 2024  04:46:22 -0400 (0:00:00.036)       0:02:51.288 ******* 
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.305318",
    "end": "2024-08-03 04:46:22.638118",
    "item": 6514,
    "rc": 0,
    "start": "2024-08-03 04:46:22.332800"
}

STDOUT:

6514/tcp 7514/tcp 20514/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.306433",
    "end": "2024-08-03 04:46:23.282662",
    "item": 7514,
    "rc": 0,
    "start": "2024-08-03 04:46:22.976229"
}

STDOUT:

6514/tcp 7514/tcp 20514/tcp

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Saturday 03 August 2024  04:46:23 -0400 (0:00:01.333)       0:02:52.622 ******* 

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Saturday 03 August 2024  04:46:23 -0400 (0:00:00.034)       0:02:52.657 ******* 
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.547737",
    "end": "2024-08-03 04:46:24.239984",
    "item": 6514,
    "rc": 0,
    "start": "2024-08-03 04:46:23.692247"
}

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.546100",
    "end": "2024-08-03 04:46:25.123496",
    "item": 7514,
    "rc": 0,
    "start": "2024-08-03 04:46:24.577396"
}

STDOUT:

syslog_tls_port_t              tcp      6514, 20514, 7514

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Saturday 03 August 2024  04:46:25 -0400 (0:00:01.804)       0:02:54.461 ******* 

TASK [Set firewall and selinux to false for cleanup] ***************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:354
Saturday 03 August 2024  04:46:25 -0400 (0:00:00.035)       0:02:54.497 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:359
Saturday 03 August 2024  04:46:25 -0400 (0:00:00.035)       0:02:54.532 ******* 

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 03 August 2024  04:46:25 -0400 (0:00:00.111)       0:02:54.644 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 03 August 2024  04:46:25 -0400 (0:00:00.043)       0:02:54.687 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 03 August 2024  04:46:25 -0400 (0:00:00.042)       0:02:54.730 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 03 August 2024  04:46:25 -0400 (0:00:00.080)       0:02:54.811 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 03 August 2024  04:46:25 -0400 (0:00:00.040)       0:02:54.851 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 03 August 2024  04:46:25 -0400 (0:00:00.043)       0:02:54.895 ******* 

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 03 August 2024  04:46:25 -0400 (0:00:00.034)       0:02:54.930 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 03 August 2024  04:46:25 -0400 (0:00:00.073)       0:02:55.003 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 03 August 2024  04:46:25 -0400 (0:00:00.040)       0:02:55.043 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 03 August 2024  04:46:25 -0400 (0:00:00.039)       0:02:55.082 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 03 August 2024  04:46:25 -0400 (0:00:00.039)       0:02:55.122 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 03 August 2024  04:46:25 -0400 (0:00:00.040)       0:02:55.162 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 03 August 2024  04:46:25 -0400 (0:00:00.039)       0:02:55.202 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.081)       0:02:55.283 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.040)       0:02:55.324 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.039)       0:02:55.363 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.040)       0:02:55.403 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.039)       0:02:55.443 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.039)       0:02:55.483 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.039)       0:02:55.522 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.039)       0:02:55.561 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.039)       0:02:55.601 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.039)       0:02:55.640 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.119)       0:02:55.759 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.041)       0:02:55.800 ******* 

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.035)       0:02:55.836 ******* 

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.035)       0:02:55.872 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.040)       0:02:55.912 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.078)       0:02:55.991 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.039)       0:02:56.031 ******* 

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.033)       0:02:56.065 ******* 

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.033)       0:02:56.099 ******* 

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.032)       0:02:56.132 ******* 

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.033)       0:02:56.165 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 03 August 2024  04:46:26 -0400 (0:00:00.079)       0:02:56.244 ******* 
included: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed_node1

TASK [Generate certificates] ***************************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 03 August 2024  04:46:27 -0400 (0:00:00.078)       0:02:56.323 ******* 

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 03 August 2024  04:46:27 -0400 (0:00:00.069)       0:02:56.392 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 03 August 2024  04:46:27 -0400 (0:00:00.066)       0:02:56.459 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 03 August 2024  04:46:27 -0400 (0:00:00.048)       0:02:56.508 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 03 August 2024  04:46:27 -0400 (0:00:00.039)       0:02:56.547 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 03 August 2024  04:46:27 -0400 (0:00:00.038)       0:02:56.586 ******* 
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"
}
skipping: [managed_node1] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 03 August 2024  04:46:27 -0400 (0:00:00.146)       0:02:56.733 ******* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: python3-cryptography python3-dbus python3-pyasn1

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 03 August 2024  04:46:30 -0400 (0:00:02.537)       0:02:59.270 ******* 
ok: [managed_node1] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: certmonger

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 03 August 2024  04:46:32 -0400 (0:00:02.556)       0:03:01.827 ******* 
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": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 03 August 2024  04:46:32 -0400 (0:00:00.404)       0:03:02.231 ******* 
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": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 03 August 2024  04:46:33 -0400 (0:00:00.404)       0:03:02.636 ******* 
ok: [managed_node1] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "enabled": true,
    "name": "certmonger",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "ActiveEnterTimestampMonotonic": "1553473524",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "system.slice basic.target systemd-journald.socket syslog.target network.target dbus.socket sysinit.target dbus.service",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "AssertTimestampMonotonic": "1553461692",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedorahosted.certmonger",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "ConditionTimestampMonotonic": "1553461691",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/certmonger.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Certificate monitoring and PKI enrollment",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "208762",
        "ExecMainStartTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "ExecMainStartTimestampMonotonic": "1553462813",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "certmonger.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "InactiveExitTimestampMonotonic": "1553462861",
        "InvocationID": "49d79a88cdc449ffb0b467f986678861",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "208762",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "2756608",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "certmonger.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PIDFile": "/run/certmonger.pid",
        "PartOf": "dbus.service",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice dbus.socket",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "StateChangeTimestampMonotonic": "1553473524",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "22405",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Sat 2024-08-03 04:44:08 EDT",
        "WatchdogTimestampMonotonic": "1553473522",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 03 August 2024  04:46:33 -0400 (0:00:00.532)       0:03:03.169 ******* 
changed: [managed_node1] => (item={'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}) => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 03 August 2024  04:46:34 -0400 (0:00:00.921)       0:03:04.090 ******* 
skipping: [managed_node1] => (item=['cert', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}])  => {
    "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=['key', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}])  => {
    "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=['ca', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}])  => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 03 August 2024  04:46:34 -0400 (0:00:00.059)       0:03:04.150 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 03 August 2024  04:46:34 -0400 (0:00:00.040)       0:03:04.190 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 03 August 2024  04:46:34 -0400 (0:00:00.041)       0:03:04.231 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 03 August 2024  04:46:35 -0400 (0:00:00.041)       0:03:04.273 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 03 August 2024  04:46:35 -0400 (0:00:00.041)       0:03:04.315 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 03 August 2024  04:46:35 -0400 (0:00:00.041)       0:03:04.357 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 03 August 2024  04:46:35 -0400 (0:00:00.041)       0:03:04.399 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 03 August 2024  04:46:35 -0400 (0:00:00.083)       0:03:04.482 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 03 August 2024  04:46:35 -0400 (0:00:00.044)       0:03:04.526 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 03 August 2024  04:46:35 -0400 (0:00:00.044)       0:03:04.570 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 03 August 2024  04:46:35 -0400 (0:00:00.061)       0:03:04.632 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 03 August 2024  04:46:35 -0400 (0:00:00.062)       0:03:04.694 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 03 August 2024  04:46:35 -0400 (0:00:00.046)       0:03:04.741 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 03 August 2024  04:46:35 -0400 (0:00:00.036)       0:03:04.777 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 03 August 2024  04:46:35 -0400 (0:00:00.036)       0:03:04.813 ******* 
ok: [managed_node1] => (item=/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed_node1] => (item=/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 03 August 2024  04:46:35 -0400 (0:00:00.087)       0:03:04.901 ******* 
skipping: [managed_node1] => (item=/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 03 August 2024  04:46:35 -0400 (0:00:00.081)       0:03:04.982 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 03 August 2024  04:46:35 -0400 (0:00:00.129)       0:03:05.112 ******* 
ok: [managed_node1] => (item=iproute) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "rpm",
        "-V",
        "iproute"
    ],
    "delta": "0:00:00.030608",
    "end": "2024-08-03 04:46:36.192289",
    "failed_when_result": false,
    "item": "iproute",
    "rc": 0,
    "start": "2024-08-03 04:46:36.161681",
    "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.051775",
    "end": "2024-08-03 04:46:36.589616",
    "failed_when_result": false,
    "item": "rsyslog",
    "rc": 1,
    "start": "2024-08-03 04:46:36.537841",
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 03 August 2024  04:46:36 -0400 (0:00:00.817)       0:03:05.930 ******* 
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: rsyslog-relp-8.2102.0-15.el8.x86_64",
        "Removed: rsyslog-8.2102.0-15.el8.x86_64",
        "Removed: iproute-6.2.0-5.el8.x86_64"
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 03 August 2024  04:46:40 -0400 (0:00:03.921)       0:03:09.851 ******* 
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: iproute-6.2.0-5.el8.x86_64",
        "Installed: rsyslog-8.2102.0-15.el8.x86_64"
    ]
}
lsrpackages: iproute rsyslog

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 03 August 2024  04:46:44 -0400 (0:00:03.892)       0:03:13.744 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Saturday 03 August 2024  04:46:44 -0400 (0:00:00.036)       0:03:13.781 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "1.40.16"
                }
            ],
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-libnm",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "1.40.16"
                }
            ],
            "NetworkManager-team": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-team",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "1.40.16"
                }
            ],
            "NetworkManager-tui": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-tui",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "1.40.16"
                }
            ],
            "acl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "acl",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.2.53"
                }
            ],
            "aspell": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "aspell",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "0.60.6.1"
                }
            ],
            "audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.1.2"
                }
            ],
            "audit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-libs",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.1.2"
                }
            ],
            "authselect": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "authselect-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-compat",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "authselect-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-libs",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "avahi-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "avahi-libs",
                    "release": "27.el8",
                    "source": "rpm",
                    "version": "0.7"
                }
            ],
            "basesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "basesystem",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "bash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bash",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "4.4.20"
                }
            ],
            "bc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bc",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.07.1"
                }
            ],
            "bind-export-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 32,
                    "name": "bind-export-libs",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "9.11.36"
                }
            ],
            "binutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils",
                    "release": "123.el8",
                    "source": "rpm",
                    "version": "2.30"
                }
            ],
            "biosdevname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "biosdevname",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.7.3"
                }
            ],
            "bison": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bison",
                    "release": "10.el8",
                    "source": "rpm",
                    "version": "3.0.4"
                }
            ],
            "boost-atomic": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-atomic",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-chrono": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-chrono",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-date-time": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-date-time",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-filesystem",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-system": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-system",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-thread": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-thread",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "boost-timer": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-timer",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.66.0"
                }
            ],
            "brotli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "brotli",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.0.6"
                }
            ],
            "bzip2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bzip2-libs",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.0.6"
                }
            ],
            "c-ares": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "c-ares",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.13.0"
                }
            ],
            "ca-certificates": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ca-certificates",
                    "release": "80.0.el8",
                    "source": "rpm",
                    "version": "2023.2.60_v7.0.306"
                }
            ],
            "centos-gpg-keys": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "centos-gpg-keys",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "8"
                }
            ],
            "centos-stream-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-stream-release",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "8.6"
                }
            ],
            "centos-stream-repos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-stream-repos",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "8"
                }
            ],
            "certmonger": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "certmonger",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.79.17"
                }
            ],
            "checkpolicy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "checkpolicy",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "chkconfig": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chkconfig",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.19.2"
                }
            ],
            "chrony": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chrony",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "4.5"
                }
            ],
            "cloud-utils-growpart": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-utils-growpart",
                    "release": "0.el8",
                    "source": "rpm",
                    "version": "0.33"
                }
            ],
            "coreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "8.30"
                }
            ],
            "coreutils-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils-common",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "8.30"
                }
            ],
            "cpio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpio",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2.12"
                }
            ],
            "cpp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpp",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "cracklib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "2.9.6"
                }
            ],
            "cracklib-dicts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib-dicts",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "2.9.6"
                }
            ],
            "cronie": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cronie",
                    "release": "10.el8",
                    "source": "rpm",
                    "version": "1.5.2"
                }
            ],
            "cronie-anacron": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cronie-anacron",
                    "release": "10.el8",
                    "source": "rpm",
                    "version": "1.5.2"
                }
            ],
            "crontabs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crontabs",
                    "release": "17.20190603git.el8",
                    "source": "rpm",
                    "version": "1.11"
                }
            ],
            "crypto-policies": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies",
                    "release": "1.git3177e06.el8",
                    "source": "rpm",
                    "version": "20230731"
                }
            ],
            "crypto-policies-scripts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies-scripts",
                    "release": "1.git3177e06.el8",
                    "source": "rpm",
                    "version": "20230731"
                }
            ],
            "cryptsetup-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup-libs",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "2.3.7"
                }
            ],
            "curl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "curl",
                    "release": "34.el8",
                    "source": "rpm",
                    "version": "7.61.1"
                }
            ],
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-lib",
                    "release": "6.el8_5",
                    "source": "rpm",
                    "version": "2.1.27"
                }
            ],
            "dbus": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.12.8"
                }
            ],
            "dbus-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "dbus-common",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.12.8"
                }
            ],
            "dbus-daemon": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-daemon",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.12.8"
                }
            ],
            "dbus-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dbus-glib",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.110"
                }
            ],
            "dbus-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-libs",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.12.8"
                }
            ],
            "dbus-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-tools",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "1.12.8"
                }
            ],
            "device-mapper": [
                {
                    "arch": "x86_64",
                    "epoch": 8,
                    "name": "device-mapper",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "1.02.181"
                }
            ],
            "device-mapper-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 8,
                    "name": "device-mapper-libs",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "1.02.181"
                }
            ],
            "dhcp-common": [
                {
                    "arch": "noarch",
                    "epoch": 12,
                    "name": "dhcp-common",
                    "release": "50.el8",
                    "source": "rpm",
                    "version": "4.3.6"
                }
            ],
            "dhcp-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "dhcp-libs",
                    "release": "50.el8",
                    "source": "rpm",
                    "version": "4.3.6"
                }
            ],
            "diffutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "diffutils",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "dmidecode": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dmidecode",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "dnf-data": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-data",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-plugins-core",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "4.0.21"
                }
            ],
            "dracut": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut",
                    "release": "233.git20240115.el8",
                    "source": "rpm",
                    "version": "049"
                }
            ],
            "dracut-config-rescue": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-config-rescue",
                    "release": "233.git20240115.el8",
                    "source": "rpm",
                    "version": "049"
                }
            ],
            "dracut-squash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-squash",
                    "release": "233.git20240115.el8",
                    "source": "rpm",
                    "version": "049"
                }
            ],
            "dyninst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dyninst",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "12.1.0"
                }
            ],
            "e2fsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.45.6"
                }
            ],
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs-libs",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.45.6"
                }
            ],
            "efivar-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "efivar-libs",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "37"
                }
            ],
            "elfutils-debuginfod-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-debuginfod-client-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client-devel",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "elfutils-default-yama-scope",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-devel",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-libelf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-libelf-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf-devel",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "elfutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libs",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.190"
                }
            ],
            "emacs-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "emacs-filesystem",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "26.1"
                }
            ],
            "epel-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "epel-release",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "8"
                }
            ],
            "ethtool": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ethtool",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "5.13"
                }
            ],
            "expat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "expat",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "2.2.5"
                }
            ],
            "file": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "5.33"
                }
            ],
            "file-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file-libs",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "5.33"
                }
            ],
            "filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "filesystem",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "3.8"
                }
            ],
            "findutils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "findutils",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "4.6.0"
                }
            ],
            "firewalld": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.9.11"
                }
            ],
            "firewalld-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld-filesystem",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.9.11"
                }
            ],
            "flex": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "flex",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "2.6.1"
                }
            ],
            "freetype": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "freetype",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "fuse-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse-libs",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "2.9.7"
                }
            ],
            "gawk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "gcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gcc",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "gdbm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "gdbm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm-libs",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "gdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gdisk",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.0.3"
                }
            ],
            "geolite2-city": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "geolite2-city",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "20180605"
                }
            ],
            "geolite2-country": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "geolite2-country",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "20180605"
                }
            ],
            "gettext": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext",
                    "release": "17.el8",
                    "source": "rpm",
                    "version": "0.19.8.1"
                }
            ],
            "gettext-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-libs",
                    "release": "17.el8",
                    "source": "rpm",
                    "version": "0.19.8.1"
                }
            ],
            "git": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.43.0"
                }
            ],
            "git-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git-core",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.43.0"
                }
            ],
            "git-core-doc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "git-core-doc",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.43.0"
                }
            ],
            "glib2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib2",
                    "release": "163.el8",
                    "source": "rpm",
                    "version": "2.56.4"
                }
            ],
            "glibc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "glibc-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-common",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "glibc-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-devel",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "glibc-gconv-extra": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-gconv-extra",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "glibc-headers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-headers",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "glibc-langpack-en": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-langpack-en",
                    "release": "251.el8.2",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "gmp": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gmp",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "6.1.2"
                }
            ],
            "gnupg2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.2.20"
                }
            ],
            "gnupg2-smime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2-smime",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.2.20"
                }
            ],
            "gnutls": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls",
                    "release": "8.el8.1",
                    "source": "rpm",
                    "version": "3.6.16"
                }
            ],
            "gobject-introspection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gobject-introspection",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.56.1"
                }
            ],
            "gpg-pubkey": [
                {
                    "arch": null,
                    "epoch": null,
                    "name": "gpg-pubkey",
                    "release": "5ccc5b19",
                    "source": "rpm",
                    "version": "8483c65d"
                },
                {
                    "arch": null,
                    "epoch": null,
                    "name": "gpg-pubkey",
                    "release": "5cf7cefb",
                    "source": "rpm",
                    "version": "2f86d6a1"
                }
            ],
            "gpgme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpgme",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.13.1"
                }
            ],
            "gpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpm-libs",
                    "release": "17.el8",
                    "source": "rpm",
                    "version": "1.20.7"
                }
            ],
            "grep": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grep",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "groff-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "groff-base",
                    "release": "18.el8",
                    "source": "rpm",
                    "version": "1.22.3"
                }
            ],
            "grub2-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-common",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grub2-pc": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-pc",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grub2-pc-modules": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-pc-modules",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grub2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grub2-tools-extra": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-extra",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-minimal",
                    "release": "129.el8",
                    "source": "rpm",
                    "version": "2.02"
                }
            ],
            "grubby": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grubby",
                    "release": "48.el8",
                    "source": "rpm",
                    "version": "8.40"
                }
            ],
            "gssproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gssproxy",
                    "release": "21.el8",
                    "source": "rpm",
                    "version": "0.8.0"
                }
            ],
            "gzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gzip",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "hardlink": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "hardlink",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.3"
                }
            ],
            "hdparm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hdparm",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "9.54"
                }
            ],
            "hostname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hostname",
                    "release": "7.el8.0.1",
                    "source": "rpm",
                    "version": "3.20"
                }
            ],
            "hwdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hwdata",
                    "release": "8.22.el8",
                    "source": "rpm",
                    "version": "0.314"
                }
            ],
            "ima-evm-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ima-evm-utils",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.3.2"
                }
            ],
            "info": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "info",
                    "release": "7.el8_5",
                    "source": "rpm",
                    "version": "6.5"
                }
            ],
            "initscripts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "initscripts",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "10.00.18"
                }
            ],
            "ipcalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipcalc",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.2.4"
                }
            ],
            "iproute": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iproute",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "6.2.0"
                }
            ],
            "iprutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iprutils",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.4.19"
                }
            ],
            "ipset": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipset",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "7.1"
                }
            ],
            "ipset-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipset-libs",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "7.1"
                }
            ],
            "iptables": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.8.5"
                }
            ],
            "iptables-ebtables": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-ebtables",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.8.5"
                }
            ],
            "iptables-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-libs",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.8.5"
                }
            ],
            "iputils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iputils",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "20180629"
                }
            ],
            "irqbalance": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "irqbalance",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.9.2"
                }
            ],
            "isl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "isl",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.16.1"
                }
            ],
            "iwl100-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl100-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "39.31.5.1"
                }
            ],
            "iwl1000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "iwl1000-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "39.31.5.1"
                }
            ],
            "iwl105-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl105-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl135-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl135-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl2000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl2000-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl2030-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl2030-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl3160-firmware": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "iwl3160-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "25.30.13.0"
                }
            ],
            "iwl5000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl5000-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "8.83.5.1_1"
                }
            ],
            "iwl5150-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl5150-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "8.24.2.2"
                }
            ],
            "iwl6000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl6000-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "9.221.4.1"
                }
            ],
            "iwl6000g2a-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl6000g2a-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl6050-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl6050-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "41.28.5.1"
                }
            ],
            "iwl7260-firmware": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "iwl7260-firmware",
                    "release": "121.el8.1",
                    "source": "rpm",
                    "version": "25.30.13.0"
                }
            ],
            "jansson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jansson",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.14"
                }
            ],
            "jq": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jq",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "json-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-c",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.13.1"
                }
            ],
            "kbd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kbd",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2.0.4"
                }
            ],
            "kbd-legacy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-legacy",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2.0.4"
                }
            ],
            "kbd-misc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-misc",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2.0.4"
                }
            ],
            "kernel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-core",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-devel",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-headers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-headers",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-modules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-tools",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "kernel-tools-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-tools-libs",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "keyutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.5.10"
                }
            ],
            "keyutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.5.10"
                }
            ],
            "keyutils-libs-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs-devel",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.5.10"
                }
            ],
            "kmod": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "25"
                }
            ],
            "kmod-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod-libs",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "25"
                }
            ],
            "kpartx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kpartx",
                    "release": "41.el8",
                    "source": "rpm",
                    "version": "0.8.4"
                }
            ],
            "krb5-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-devel",
                    "release": "27.el8",
                    "source": "rpm",
                    "version": "1.18.2"
                }
            ],
            "krb5-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-libs",
                    "release": "27.el8",
                    "source": "rpm",
                    "version": "1.18.2"
                }
            ],
            "langpacks-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-en",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.0"
                }
            ],
            "less": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "less",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "530"
                }
            ],
            "libacl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libacl",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.2.53"
                }
            ],
            "libarchive": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libarchive",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "3.3.3"
                }
            ],
            "libassuan": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libassuan",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "libattr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libattr",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.4.48"
                }
            ],
            "libbasicobjects": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbasicobjects",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "0.1.1"
                }
            ],
            "libblkid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblkid",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "libbpf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbpf",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libcap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "2.48"
                }
            ],
            "libcap-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.7.11"
                }
            ],
            "libcollection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcollection",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcom_err": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.45.6"
                }
            ],
            "libcom_err-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err-devel",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.45.6"
                }
            ],
            "libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcomps",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.1.18"
                }
            ],
            "libcroco": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcroco",
                    "release": "4.el8_2.1",
                    "source": "rpm",
                    "version": "0.6.12"
                }
            ],
            "libcurl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcurl",
                    "release": "34.el8",
                    "source": "rpm",
                    "version": "7.61.1"
                }
            ],
            "libdaemon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdaemon",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "0.14"
                }
            ],
            "libdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdb",
                    "release": "42.el8_4",
                    "source": "rpm",
                    "version": "5.3.28"
                }
            ],
            "libdb-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdb-utils",
                    "release": "42.el8_4",
                    "source": "rpm",
                    "version": "5.3.28"
                }
            ],
            "libdhash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdhash",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdnf",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "0.63.0"
                }
            ],
            "libedit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libedit",
                    "release": "23.20170329cvs.el8",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libestr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libestr",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.1.10"
                }
            ],
            "libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libev",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "4.24"
                }
            ],
            "libevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevent",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "2.1.8"
                }
            ],
            "libfastjson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfastjson",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.99.9"
                }
            ],
            "libfdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfdisk",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "libffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libffi",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libgcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcc",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "libgcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcrypt",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "1.8.5"
                }
            ],
            "libgomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgomp",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "libgpg-error": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgpg-error",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.31"
                }
            ],
            "libibverbs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libibverbs",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "48.0"
                }
            ],
            "libidn2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libidn2",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.2.0"
                }
            ],
            "libini_config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libini_config",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libkadm5": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkadm5",
                    "release": "27.el8",
                    "source": "rpm",
                    "version": "1.18.2"
                }
            ],
            "libkcapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libkcapi-hmaccalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hmaccalc",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libksba": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libksba",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.3.5"
                }
            ],
            "libldb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libldb",
                    "release": "0.el8",
                    "source": "rpm",
                    "version": "2.8.0"
                }
            ],
            "liblognorm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "liblognorm",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "2.0.5"
                }
            ],
            "libmaxminddb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmaxminddb",
                    "release": "10.el8.1",
                    "source": "rpm",
                    "version": "1.2.0"
                }
            ],
            "libmetalink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmetalink",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "0.1.3"
                }
            ],
            "libmnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmnl",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.0.4"
                }
            ],
            "libmodulemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmodulemd",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.13.0"
                }
            ],
            "libmount": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmount",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "libmpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmpc",
                    "release": "9.1.el8",
                    "source": "rpm",
                    "version": "1.1.0"
                }
            ],
            "libndp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libndp",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.7"
                }
            ],
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnetfilter_conntrack",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.0.6"
                }
            ],
            "libnfnetlink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnfnetlink",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "1.0.1"
                }
            ],
            "libnfsidmap": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libnfsidmap",
                    "release": "59.el8",
                    "source": "rpm",
                    "version": "2.3.3"
                }
            ],
            "libnftnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnftnl",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.2.2"
                }
            ],
            "libnghttp2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnghttp2",
                    "release": "6.el8.1",
                    "source": "rpm",
                    "version": "1.33.0"
                }
            ],
            "libnl3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.7.0"
                }
            ],
            "libnl3-cli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3-cli",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.7.0"
                }
            ],
            "libnsl2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnsl2",
                    "release": "2.20180605git4a062cf.el8",
                    "source": "rpm",
                    "version": "1.2.0"
                }
            ],
            "libpath_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpath_utils",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libpcap": [
                {
                    "arch": "x86_64",
                    "epoch": 14,
                    "name": "libpcap",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.9.1"
                }
            ],
            "libpipeline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpipeline",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "libpkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpkgconf",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.2"
                }
            ],
            "libpng": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libpng",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.6.34"
                }
            ],
            "libpsl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpsl",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.20.2"
                }
            ],
            "libpwquality": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpwquality",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.4.4"
                }
            ],
            "libref_array": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libref_array",
                    "release": "40.el8",
                    "source": "rpm",
                    "version": "0.1.5"
                }
            ],
            "librelp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librelp",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.9.0"
                }
            ],
            "librepo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librepo",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.14.2"
                }
            ],
            "libreport-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libreport-filesystem",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libseccomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libseccomp",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.5.2"
                }
            ],
            "libsecret": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsecret",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.18.6"
                }
            ],
            "libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libselinux-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-devel",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libselinux-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-utils",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsemanage",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libsepol": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libsepol-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol-devel",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libsigsegv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsigsegv",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "2.11"
                }
            ],
            "libsmartcols": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsmartcols",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "libsolv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsolv",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.7.20"
                }
            ],
            "libss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libss",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.45.6"
                }
            ],
            "libssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libssh",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "0.9.6"
                }
            ],
            "libssh-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libssh-config",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "0.9.6"
                }
            ],
            "libsss_autofs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_autofs",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libsss_certmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_certmap",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libsss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_idmap",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libsss_nss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_nss_idmap",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libsss_sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_sudo",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libstdc++": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstdc++",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "libsysfs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsysfs",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "libtalloc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtalloc",
                    "release": "0.el8",
                    "source": "rpm",
                    "version": "2.4.1"
                }
            ],
            "libtasn1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtasn1",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "4.13"
                }
            ],
            "libtdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtdb",
                    "release": "0.el8",
                    "source": "rpm",
                    "version": "1.4.9"
                }
            ],
            "libteam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libteam",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.31"
                }
            ],
            "libtevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtevent",
                    "release": "0.el8",
                    "source": "rpm",
                    "version": "0.16.0"
                }
            ],
            "libtirpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtirpc",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.1.4"
                }
            ],
            "libunistring": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libunistring",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.9.9"
                }
            ],
            "libusbx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libusbx",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.0.23"
                }
            ],
            "libuser": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuser",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "0.62"
                }
            ],
            "libutempter": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libutempter",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "1.1.6"
                }
            ],
            "libuuid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuuid",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "libverto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libverto-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto-devel",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libverto-libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto-libev",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libxcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "4.1.1"
                }
            ],
            "libxcrypt-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt-devel",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "4.1.1"
                }
            ],
            "libxkbcommon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxkbcommon",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.9.1"
                }
            ],
            "libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxml2",
                    "release": "18.el8",
                    "source": "rpm",
                    "version": "2.9.7"
                }
            ],
            "libxslt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxslt",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.1.32"
                }
            ],
            "libyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libyaml",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "0.1.7"
                }
            ],
            "libzstd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.4"
                }
            ],
            "libzstd-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd-devel",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.4"
                }
            ],
            "linux-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware",
                    "release": "121.gitb3132c18.el8",
                    "source": "rpm",
                    "version": "20240111"
                }
            ],
            "lmdb-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lmdb-libs",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.9.24"
                }
            ],
            "logrotate": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "logrotate",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "3.14.0"
                }
            ],
            "lshw": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lshw",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "B.02.19.2"
                }
            ],
            "lsof": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lsof",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "4.93.2"
                }
            ],
            "lsscsi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lsscsi",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.32"
                }
            ],
            "lua-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lua-libs",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "5.3.4"
                }
            ],
            "lz4-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lz4-libs",
                    "release": "3.el8_4",
                    "source": "rpm",
                    "version": "1.8.3"
                }
            ],
            "lzo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lzo",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "2.08"
                }
            ],
            "m4": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "m4",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "1.4.18"
                }
            ],
            "make": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "make",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "man-db": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "man-db",
                    "release": "18.el8",
                    "source": "rpm",
                    "version": "2.7.6.1"
                }
            ],
            "memstrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "memstrack",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "microcode_ctl": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "microcode_ctl",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "20230808"
                }
            ],
            "mokutil": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "mokutil",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "0.3.0"
                }
            ],
            "mozjs60": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mozjs60",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "60.9.0"
                }
            ],
            "mpfr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpfr",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.1.6"
                }
            ],
            "ncurses": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses",
                    "release": "10.20180224.el8",
                    "source": "rpm",
                    "version": "6.1"
                }
            ],
            "ncurses-base": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ncurses-base",
                    "release": "10.20180224.el8",
                    "source": "rpm",
                    "version": "6.1"
                }
            ],
            "ncurses-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses-libs",
                    "release": "10.20180224.el8",
                    "source": "rpm",
                    "version": "6.1"
                }
            ],
            "nettle": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nettle",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.4.1"
                }
            ],
            "newt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "newt",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "0.52.20"
                }
            ],
            "nfs-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nfs-utils",
                    "release": "59.el8",
                    "source": "rpm",
                    "version": "2.3.3"
                }
            ],
            "nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nftables",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.0.4"
                }
            ],
            "npth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "npth",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.5"
                }
            ],
            "nspr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nspr",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "4.35.0"
                }
            ],
            "nss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "nss-softokn": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn-freebl",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "nss-sysinit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-sysinit",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "nss-util": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-util",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "numactl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "numactl-libs",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "2.0.16"
                }
            ],
            "oddjob": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oddjob",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.34.7"
                }
            ],
            "oddjob-mkhomedir": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oddjob-mkhomedir",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.34.7"
                }
            ],
            "oniguruma": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oniguruma",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "6.8.2"
                }
            ],
            "openldap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openldap",
                    "release": "18.el8",
                    "source": "rpm",
                    "version": "2.4.46"
                }
            ],
            "openssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "8.0p1"
                }
            ],
            "openssh-clients": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-clients",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "8.0p1"
                }
            ],
            "openssh-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-server",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "8.0p1"
                }
            ],
            "openssl": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.1.1k"
                }
            ],
            "openssl-devel": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-devel",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.1.1k"
                }
            ],
            "openssl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-libs",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.1.1k"
                }
            ],
            "openssl-pkcs11": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssl-pkcs11",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.4.10"
                }
            ],
            "os-prober": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "os-prober",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.74"
                }
            ],
            "p11-kit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.23.22"
                }
            ],
            "p11-kit-trust": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit-trust",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.23.22"
                }
            ],
            "pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam",
                    "release": "33.el8",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "parted": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "parted",
                    "release": "39.el8",
                    "source": "rpm",
                    "version": "3.2"
                }
            ],
            "passwd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "passwd",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.80"
                }
            ],
            "pciutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pciutils-libs",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "3.7.0"
                }
            ],
            "pcre": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "8.42"
                }
            ],
            "pcre2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "10.32"
                }
            ],
            "pcre2-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2-devel",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "10.32"
                }
            ],
            "pcre2-utf16": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2-utf16",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "10.32"
                }
            ],
            "pcre2-utf32": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2-utf32",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "10.32"
                }
            ],
            "perl-Carp": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Carp",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "1.42"
                }
            ],
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Data-Dumper",
                    "release": "399.el8",
                    "source": "rpm",
                    "version": "2.167"
                }
            ],
            "perl-Digest": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Digest",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "1.17"
                }
            ],
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Digest-MD5",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "2.55"
                }
            ],
            "perl-Encode": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Encode",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.97"
                }
            ],
            "perl-Errno": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Errno",
                    "release": "422.el8",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "perl-Error": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Error",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.17025"
                }
            ],
            "perl-Exporter": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Exporter",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "5.72"
                }
            ],
            "perl-File-Path": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-File-Path",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "2.15"
                }
            ],
            "perl-File-Temp": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-File-Temp",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.230.600"
                }
            ],
            "perl-Getopt-Long": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Getopt-Long",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "2.50"
                }
            ],
            "perl-Git": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Git",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.43.0"
                }
            ],
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-HTTP-Tiny",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.074"
                }
            ],
            "perl-IO": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-IO",
                    "release": "422.el8",
                    "source": "rpm",
                    "version": "1.38"
                }
            ],
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-IP",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "0.39"
                }
            ],
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-SSL",
                    "release": "4.module_el8+339+1ec643e0",
                    "source": "rpm",
                    "version": "2.066"
                }
            ],
            "perl-MIME-Base64": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-MIME-Base64",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "3.15"
                }
            ],
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Mozilla-CA",
                    "release": "7.module_el8+645+9d809f8c",
                    "source": "rpm",
                    "version": "20160104"
                }
            ],
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Net-SSLeay",
                    "release": "2.module_el8+339+1ec643e0",
                    "source": "rpm",
                    "version": "1.88"
                }
            ],
            "perl-PathTools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-PathTools",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.74"
                }
            ],
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Escapes",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "1.07"
                }
            ],
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Pod-Perldoc",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "3.28"
                }
            ],
            "perl-Pod-Simple": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Simple",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "3.35"
                }
            ],
            "perl-Pod-Usage": [
                {
                    "arch": "noarch",
                    "epoch": 4,
                    "name": "perl-Pod-Usage",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "1.69"
                }
            ],
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64",
                    "epoch": 3,
                    "name": "perl-Scalar-List-Utils",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.49"
                }
            ],
            "perl-Socket": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Socket",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.027"
                }
            ],
            "perl-Storable": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "perl-Storable",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "perl-Term-ANSIColor": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-ANSIColor",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "4.06"
                }
            ],
            "perl-Term-Cap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-Cap",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "1.17"
                }
            ],
            "perl-TermReadKey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-TermReadKey",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "2.37"
                }
            ],
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-ParseWords",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "3.30"
                }
            ],
            "perl-Text-Tabs+Wrap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-Tabs+Wrap",
                    "release": "395.el8",
                    "source": "rpm",
                    "version": "2013.0523"
                }
            ],
            "perl-Time-Local": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Time-Local",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.280"
                }
            ],
            "perl-URI": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-URI",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.73"
                }
            ],
            "perl-Unicode-Normalize": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Unicode-Normalize",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "1.25"
                }
            ],
            "perl-constant": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-constant",
                    "release": "396.el8",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "perl-interpreter": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-interpreter",
                    "release": "422.el8",
                    "source": "rpm",
                    "version": "5.26.3"
                }
            ],
            "perl-libnet": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-libnet",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "perl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-libs",
                    "release": "422.el8",
                    "source": "rpm",
                    "version": "5.26.3"
                }
            ],
            "perl-macros": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-macros",
                    "release": "422.el8",
                    "source": "rpm",
                    "version": "5.26.3"
                }
            ],
            "perl-parent": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-parent",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.237"
                }
            ],
            "perl-podlators": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-podlators",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "4.11"
                }
            ],
            "perl-threads": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "perl-threads",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "perl-threads-shared": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-threads-shared",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.58"
                }
            ],
            "pigz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pigz",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "2.4"
                }
            ],
            "pinentry": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pinentry",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.1.0"
                }
            ],
            "pkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.2"
                }
            ],
            "pkgconf-m4": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pkgconf-m4",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.2"
                }
            ],
            "pkgconf-pkg-config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf-pkg-config",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.4.2"
                }
            ],
            "platform-python": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "platform-python",
                    "release": "62.el8",
                    "source": "rpm",
                    "version": "3.6.8"
                }
            ],
            "platform-python-pip": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "platform-python-pip",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "9.0.3"
                }
            ],
            "platform-python-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "platform-python-setuptools",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "39.2.0"
                }
            ],
            "plymouth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth",
                    "release": "11.20200615git1e36e30.el8",
                    "source": "rpm",
                    "version": "0.9.4"
                }
            ],
            "plymouth-core-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth-core-libs",
                    "release": "11.20200615git1e36e30.el8",
                    "source": "rpm",
                    "version": "0.9.4"
                }
            ],
            "plymouth-scripts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth-scripts",
                    "release": "11.20200615git1e36e30.el8",
                    "source": "rpm",
                    "version": "0.9.4"
                }
            ],
            "policycoreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "policycoreutils",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "policycoreutils-python-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "policycoreutils-python-utils",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "polkit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "0.115"
                }
            ],
            "polkit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-libs",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "0.115"
                }
            ],
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-pkla-compat",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "0.1"
                }
            ],
            "popt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "popt",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "prefixdevname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "prefixdevname",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.1.0"
                }
            ],
            "procps-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "procps-ng",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "3.3.15"
                }
            ],
            "psmisc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "psmisc",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "23.1"
                }
            ],
            "publicsuffix-list-dafsa": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "publicsuffix-list-dafsa",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "20180723"
                }
            ],
            "python3-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-audit",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "3.1.2"
                }
            ],
            "python3-babel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-babel",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "python3-cffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cffi",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.11.5"
                }
            ],
            "python3-chardet": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-chardet",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.0.4"
                }
            ],
            "python3-configobj": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-configobj",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "5.0.6"
                }
            ],
            "python3-cryptography": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cryptography",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "3.2.1"
                }
            ],
            "python3-dateutil": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-dateutil",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "2.6.1"
                }
            ],
            "python3-dbus": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-dbus",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "1.2.4"
                }
            ],
            "python3-decorator": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-decorator",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "python3-dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "python3-dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf-plugins-core",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "4.0.21"
                }
            ],
            "python3-firewall": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-firewall",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.9.11"
                }
            ],
            "python3-gobject-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gobject-base",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "3.28.3"
                }
            ],
            "python3-gpg": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gpg",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "1.13.1"
                }
            ],
            "python3-hawkey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-hawkey",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "0.63.0"
                }
            ],
            "python3-html5lib": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-html5lib",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.999999999"
                }
            ],
            "python3-idna": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-idna",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "2.5"
                }
            ],
            "python3-jinja2": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jinja2",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "2.10.1"
                }
            ],
            "python3-jsonpatch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpatch",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.21"
                }
            ],
            "python3-jsonpointer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpointer",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.10"
                }
            ],
            "python3-jsonschema": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "2.6.0"
                }
            ],
            "python3-jwt": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jwt",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "python3-libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libcomps",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.1.18"
                }
            ],
            "python3-libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libdnf",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "0.63.0"
                }
            ],
            "python3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libs",
                    "release": "62.el8",
                    "source": "rpm",
                    "version": "3.6.8"
                }
            ],
            "python3-libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libselinux",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "python3-libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libsemanage",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "python3-linux-procfs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-linux-procfs",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "0.7.3"
                }
            ],
            "python3-lxml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-lxml",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "4.2.3"
                }
            ],
            "python3-markupsafe": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-markupsafe",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "0.23"
                }
            ],
            "python3-netifaces": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-netifaces",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "python3-nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "python3-nftables",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.0.4"
                }
            ],
            "python3-oauthlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-oauthlib",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "python3-perf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-perf",
                    "release": "553.5.1.el8",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "python3-pip": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pip",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "9.0.3"
                }
            ],
            "python3-pip-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pip-wheel",
                    "release": "24.el8",
                    "source": "rpm",
                    "version": "9.0.3"
                }
            ],
            "python3-ply": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-ply",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "3.9"
                }
            ],
            "python3-policycoreutils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-policycoreutils",
                    "release": "26.el8",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "python3-prettytable": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-prettytable",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "0.7.2"
                }
            ],
            "python3-pyasn1": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyasn1",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.3.7"
                }
            ],
            "python3-pycparser": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pycparser",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "2.14"
                }
            ],
            "python3-pyserial": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyserial",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "python3-pysocks": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pysocks",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.6.8"
                }
            ],
            "python3-pytz": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pytz",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2017.2"
                }
            ],
            "python3-pyudev": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyudev",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "0.21.0"
                }
            ],
            "python3-pyyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyyaml",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "3.12"
                }
            ],
            "python3-requests": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-requests",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "2.20.0"
                }
            ],
            "python3-rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpm",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "python3-setools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-setools",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "4.3.0"
                }
            ],
            "python3-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "39.2.0"
                }
            ],
            "python3-setuptools-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools-wheel",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "39.2.0"
                }
            ],
            "python3-six": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-six",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "1.11.0"
                }
            ],
            "python3-slip": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-slip",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "0.6.4"
                }
            ],
            "python3-slip-dbus": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-slip-dbus",
                    "release": "13.el8",
                    "source": "rpm",
                    "version": "0.6.4"
                }
            ],
            "python3-syspurpose": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-syspurpose",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.28.42"
                }
            ],
            "python3-systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-systemd",
                    "release": "8.el8",
                    "source": "rpm",
                    "version": "234"
                }
            ],
            "python3-unbound": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-unbound",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.16.2"
                }
            ],
            "python3-urllib3": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3",
                    "release": "7.el8",
                    "source": "rpm",
                    "version": "1.24.2"
                }
            ],
            "python3-webencodings": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-webencodings",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "0.5.1"
                }
            ],
            "python36": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python36",
                    "release": "39.module_el8+762+77bd8591",
                    "source": "rpm",
                    "version": "3.6.8"
                }
            ],
            "qa-tools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "qa-tools",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "qemu-guest-agent": [
                {
                    "arch": "x86_64",
                    "epoch": 15,
                    "name": "qemu-guest-agent",
                    "release": "49.module_el8+991+097e156d",
                    "source": "rpm",
                    "version": "6.2.0"
                }
            ],
            "quota": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "quota",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "4.04"
                }
            ],
            "quota-nls": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "quota-nls",
                    "release": "14.el8",
                    "source": "rpm",
                    "version": "4.04"
                }
            ],
            "readline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "readline",
                    "release": "10.el8",
                    "source": "rpm",
                    "version": "7.0"
                }
            ],
            "restraint": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint",
                    "release": "1.el8bkr",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "restraint-rhts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint-rhts",
                    "release": "1.el8bkr",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "rng-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rng-tools",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "6.16"
                }
            ],
            "rootfiles": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rootfiles",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "8.1"
                }
            ],
            "rpcbind": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpcbind",
                    "release": "10.el8",
                    "source": "rpm",
                    "version": "1.2.5"
                }
            ],
            "rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "rpm-build-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-build-libs",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "rpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-libs",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "rpm-plugin-selinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-selinux",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "rpm-plugin-systemd-inhibit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-systemd-inhibit",
                    "release": "31.el8",
                    "source": "rpm",
                    "version": "4.14.3"
                }
            ],
            "rsync": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsync",
                    "release": "19.el8.1",
                    "source": "rpm",
                    "version": "3.1.3"
                }
            ],
            "rsyslog": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsyslog",
                    "release": "15.el8",
                    "source": "rpm",
                    "version": "8.2102.0"
                }
            ],
            "sed": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sed",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "4.5"
                }
            ],
            "selinux-policy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy",
                    "release": "139.el8",
                    "source": "rpm",
                    "version": "3.14.3"
                }
            ],
            "selinux-policy-targeted": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy-targeted",
                    "release": "139.el8",
                    "source": "rpm",
                    "version": "3.14.3"
                }
            ],
            "setup": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setup",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "2.12.2"
                }
            ],
            "sg3_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sg3_utils",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.44"
                }
            ],
            "sg3_utils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sg3_utils-libs",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "1.44"
                }
            ],
            "shadow-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "shadow-utils",
                    "release": "22.el8",
                    "source": "rpm",
                    "version": "4.6"
                }
            ],
            "shared-mime-info": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "shared-mime-info",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "slang": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "slang",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "snappy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "snappy",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.1.8"
                }
            ],
            "sqlite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sqlite-libs",
                    "release": "19.el8",
                    "source": "rpm",
                    "version": "3.26.0"
                }
            ],
            "squashfs-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "squashfs-tools",
                    "release": "21.el8",
                    "source": "rpm",
                    "version": "4.3"
                }
            ],
            "sssd-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-client",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "sssd-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-common",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "sssd-kcm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-kcm",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "sssd-nfs-idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-nfs-idmap",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "strace": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "strace",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "5.18"
                }
            ],
            "sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "1.9.5p2"
                }
            ],
            "systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd",
                    "release": "82.el8.1",
                    "source": "rpm",
                    "version": "239"
                }
            ],
            "systemd-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-libs",
                    "release": "82.el8.1",
                    "source": "rpm",
                    "version": "239"
                }
            ],
            "systemd-pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-pam",
                    "release": "82.el8.1",
                    "source": "rpm",
                    "version": "239"
                }
            ],
            "systemd-udev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-udev",
                    "release": "82.el8.1",
                    "source": "rpm",
                    "version": "239"
                }
            ],
            "systemtap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "systemtap-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-client",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "systemtap-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-devel",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "systemtap-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-runtime",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "tar": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "tar",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.30"
                }
            ],
            "tbb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tbb",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "2018.2"
                }
            ],
            "teamd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "teamd",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.31"
                }
            ],
            "time": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "time",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "timedatex": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "timedatex",
                    "release": "3.el8",
                    "source": "rpm",
                    "version": "0.5"
                }
            ],
            "tpm2-tss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss",
                    "release": "6.el8",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "trousers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "trousers",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.3.15"
                }
            ],
            "trousers-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "trousers-lib",
                    "release": "2.el8",
                    "source": "rpm",
                    "version": "0.3.15"
                }
            ],
            "tzdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tzdata",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2024a"
                }
            ],
            "unbound-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unbound-libs",
                    "release": "5.el8",
                    "source": "rpm",
                    "version": "1.16.2"
                }
            ],
            "unzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unzip",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "6.0"
                }
            ],
            "util-linux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux",
                    "release": "46.el8",
                    "source": "rpm",
                    "version": "2.32.1"
                }
            ],
            "vim-common": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-common",
                    "release": "19.el8.4",
                    "source": "rpm",
                    "version": "8.0.1763"
                }
            ],
            "vim-enhanced": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-enhanced",
                    "release": "19.el8.4",
                    "source": "rpm",
                    "version": "8.0.1763"
                }
            ],
            "vim-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-filesystem",
                    "release": "19.el8.4",
                    "source": "rpm",
                    "version": "8.0.1763"
                }
            ],
            "vim-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-minimal",
                    "release": "19.el8.4",
                    "source": "rpm",
                    "version": "8.0.1763"
                }
            ],
            "virt-what": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "virt-what",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "1.25"
                }
            ],
            "wget": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget",
                    "release": "11.el8",
                    "source": "rpm",
                    "version": "1.19.5"
                }
            ],
            "which": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "which",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "xfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xfsprogs",
                    "release": "12.el8",
                    "source": "rpm",
                    "version": "5.0.0"
                }
            ],
            "xkeyboard-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "xkeyboard-config",
                    "release": "1.el8",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "xmlrpc-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xmlrpc-c",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.51.0"
                }
            ],
            "xmlrpc-c-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xmlrpc-c-client",
                    "release": "9.el8",
                    "source": "rpm",
                    "version": "1.51.0"
                }
            ],
            "xz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "5.2.4"
                }
            ],
            "xz-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz-devel",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "5.2.4"
                }
            ],
            "xz-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz-libs",
                    "release": "4.el8",
                    "source": "rpm",
                    "version": "5.2.4"
                }
            ],
            "yum": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum",
                    "release": "20.el8",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "yum-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum-utils",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "4.0.21"
                }
            ],
            "zip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zip",
                    "release": "23.el8",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "zlib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "1.2.11"
                }
            ],
            "zlib-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-devel",
                    "release": "25.el8",
                    "source": "rpm",
                    "version": "1.2.11"
                }
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 03 August 2024  04:46:46 -0400 (0:00:01.590)       0:03:15.371 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2102.0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 03 August 2024  04:46:46 -0400 (0:00:00.048)       0:03:15.420 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 03 August 2024  04:46:46 -0400 (0:00:00.036)       0:03:15.456 ******* 
ok: [managed_node1] => {}

MSG:

Rsyslog_version is 8.2102.0, which is newer than "8.37.0-7.2".

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 03 August 2024  04:46:46 -0400 (0:00:00.040)       0:03:15.496 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 03 August 2024  04:46:46 -0400 (0:00:00.035)       0:03:15.532 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 03 August 2024  04:46:46 -0400 (0:00:00.387)       0:03:15.919 ******* 
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": 58,
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 03 August 2024  04:46:47 -0400 (0:00:00.382)       0:03:16.301 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 03 August 2024  04:46:47 -0400 (0:00:00.383)       0:03:16.685 ******* 
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"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120
Saturday 03 August 2024  04:46:47 -0400 (0:00:00.202)       0:03:16.887 ******* 
skipping: [managed_node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\n)\n'})  => {
    "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={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]})  => {
    "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={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]})  => {
    "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"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144
Saturday 03 August 2024  04:46:47 -0400 (0:00:00.058)       0:03:16.946 ******* 
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
                    }
                ]
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148
Saturday 03 August 2024  04:46:47 -0400 (0:00:00.041)       0:03:16.987 ******* 
skipping: [managed_node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\n)\n'})  => {
    "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={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]})  => {
    "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={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]})  => {
    "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"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166
Saturday 03 August 2024  04:46:47 -0400 (0:00:00.051)       0:03:17.039 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177
Saturday 03 August 2024  04:46:47 -0400 (0:00:00.033)       0:03:17.072 ******* 

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192
Saturday 03 August 2024  04:46:47 -0400 (0:00:00.034)       0:03:17.106 ******* 
ok: [managed_node1] => (item={'name': 'default_files', 'type': '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{% 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/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204
Saturday 03 August 2024  04:46:47 -0400 (0:00:00.047)       0:03:17.153 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Saturday 03 August 2024  04:46:47 -0400 (0:00:00.074)       0:03:17.228 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 03 August 2024  04:46:48 -0400 (0:00:00.066)       0:03:17.294 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 03 August 2024  04:46:48 -0400 (0:00:00.038)       0:03:17.333 ******* 
ok: [managed_node1] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 03 August 2024  04:46:48 -0400 (0:00:00.679)       0:03:18.012 ******* 
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
                    }
                ]
            },
            {
                "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 03 August 2024  04:46:48 -0400 (0:00:00.045)       0:03:18.058 ******* 
skipping: [managed_node1] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]})  => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Saturday 03 August 2024  04:46:48 -0400 (0:00:00.050)       0:03:18.108 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 03 August 2024  04:46:48 -0400 (0:00:00.070)       0:03:18.179 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 03 August 2024  04:46:48 -0400 (0:00:00.039)       0:03:18.218 ******* 
ok: [managed_node1] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', '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'}]}) => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 03 August 2024  04:46:49 -0400 (0:00:00.746)       0:03:18.964 ******* 
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
                    }
                ]
            },
            {
                "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 03 August 2024  04:46:49 -0400 (0:00:00.080)       0:03:19.045 ******* 
skipping: [managed_node1] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', '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'}]})  => {
    "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217
Saturday 03 August 2024  04:46:49 -0400 (0:00:00.119)       0:03:19.164 ******* 
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.049353",
    "end": "2024-08-03 04:46:50.249293",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-03 04:46:50.199940"
}

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/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234
Saturday 03 August 2024  04:46:50 -0400 (0:00:00.425)       0:03:19.589 ******* 
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/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254
Saturday 03 August 2024  04:46:52 -0400 (0:00:02.128)       0:03:21.718 ******* 

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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275
Saturday 03 August 2024  04:46:52 -0400 (0:00:00.039)       0:03:21.757 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283
Saturday 03 August 2024  04:46:52 -0400 (0:00:00.112)       0:03:21.870 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295
Saturday 03 August 2024  04:46:52 -0400 (0:00:00.044)       0:03:21.914 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307
Saturday 03 August 2024  04:46:52 -0400 (0:00:00.043)       0:03:21.958 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319
Saturday 03 August 2024  04:46:52 -0400 (0:00:00.043)       0:03:22.001 ******* 
ok: [managed_node1] => {
    "changed": false,
    "enabled": true,
    "name": "rsyslog",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "network.target system.slice network-online.target sysinit.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "rsyslog.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "16384",
        "LimitNOFILESoft": "16384",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "yes",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "yes",
        "ProtectHome": "read-only",
        "ProtectKernelModules": "yes",
        "ProtectKernelTunables": "yes",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "net",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "0",
        "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_settime create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open process_vm_readv process_vm_writev prof profil ptrace putpmsg query_module reboot rtas security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22405",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:327
Saturday 03 August 2024  04:46:53 -0400 (0:00:00.513)       0:03:22.515 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:336
Saturday 03 August 2024  04:46:53 -0400 (0:00:00.038)       0:03:22.553 ******* 
skipping: [managed_node1] => {}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:348
Saturday 03 August 2024  04:46:53 -0400 (0:00:00.035)       0:03:22.589 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:355
Saturday 03 August 2024  04:46:53 -0400 (0:00:00.037)       0:03:22.627 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Saturday 03 August 2024  04:46:53 -0400 (0:00:00.037)       0:03:22.664 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 03 August 2024  04:46:53 -0400 (0:00:00.013)       0:03:22.678 ******* 
changed: [managed_node1] => {
    "changed": true,
    "name": "rsyslog",
    "state": "started",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "network.target system.slice network-online.target sysinit.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "rsyslog.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "16384",
        "LimitNOFILESoft": "16384",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "yes",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "yes",
        "ProtectHome": "read-only",
        "ProtectKernelModules": "yes",
        "ProtectKernelTunables": "yes",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "net",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "0",
        "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_settime create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open process_vm_readv process_vm_writev prof profil ptrace putpmsg query_module reboot rtas security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22405",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-online.target network.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
META: ran handlers

TASK [Stop tracking certificate] ***********************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:374
Saturday 03 August 2024  04:46:54 -0400 (0:00:00.614)       0:03:23.292 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "getcert",
        "stop-tracking",
        "-f",
        "/etc/pki/tls/certs/logging_cert.crt"
    ],
    "delta": "0:00:00.035395",
    "end": "2024-08-03 04:46:54.360917",
    "rc": 0,
    "start": "2024-08-03 04:46:54.325522"
}

STDOUT:

Request "20240803084409" removed.

TASK [Clean up pki files] ******************************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:378
Saturday 03 August 2024  04:46:54 -0400 (0:00:00.408)       0:03:23.701 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:387
Saturday 03 August 2024  04:46:55 -0400 (0:00:01.055)       0:03:24.756 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Saturday 03 August 2024  04:46:55 -0400 (0:00:00.088)       0:03:24.844 ******* 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Saturday 03 August 2024  04:46:55 -0400 (0:00:00.075)       0:03:24.919 ******* 

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Saturday 03 August 2024  04:46:55 -0400 (0:00:00.034)       0:03:24.954 ******* 

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Saturday 03 August 2024  04:46:55 -0400 (0:00:00.033)       0:03:24.988 ******* 

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Saturday 03 August 2024  04:46:55 -0400 (0:00:00.034)       0:03:25.022 ******* 

TASK [Assert /var/log/messages] ************************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:390
Saturday 03 August 2024  04:46:55 -0400 (0:00:00.034)       0:03:25.056 ******* 
included: /tmp/tmp.TxjXsrMEVg/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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:3
Saturday 03 August 2024  04:46:55 -0400 (0:00:00.089)       0:03:25.146 ******* 
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/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:9
Saturday 03 August 2024  04:46:56 -0400 (0:00:00.381)       0:03:25.528 ******* 
skipping: [managed_node1] => {}

TASK [Ensure no errors in /var/log/messages] ***********************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:19
Saturday 03 August 2024  04:46:56 -0400 (0:00:00.038)       0:03:25.566 ******* 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove /var/log/messages] ************************************************
task path: /tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:23
Saturday 03 August 2024  04:46:56 -0400 (0:00:00.039)       0:03:25.605 ******* 
changed: [managed_node1] => {
    "changed": true,
    "path": "/var/log/messages",
    "state": "absent"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed_node1              : ok=353  changed=48   unreachable=0    failed=0    skipped=353  rescued=0    ignored=0   

Saturday 03 August 2024  04:46:56 -0400 (0:00:00.349)       0:03:25.954 ******* 
=============================================================================== 
fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 4.20s
/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent --- 3.92s
/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 3.89s
/tmp/tmp.TxjXsrMEVg/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.84s
/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent --- 3.83s
/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 3.55s
/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234 
Install lsof ------------------------------------------------------------ 3.45s
/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:86 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 3.32s
/tmp/tmp.TxjXsrMEVg/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 --- 3.10s
/tmp/tmp.TxjXsrMEVg/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 ------ 2.94s
/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 
fedora.linux_system_roles.selinux : Install SELinux python3 tools ------- 2.72s
/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.69s
/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 2.68s
/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 
fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 2.64s
/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 
fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 2.58s
/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 
fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 2.56s
/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.55s
/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.selinux : Install SELinux python3 tools ------- 2.54s
/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 2.54s
/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 
fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.54s
/tmp/tmp.TxjXsrMEVg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5